We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c1867e + a0f79fc commit b4a23c3Copy full SHA for b4a23c3
Project.toml
@@ -1,7 +1,7 @@
1
name = "PerfChecker"
2
uuid = "6309bf6b-a531-4b08-891e-8ee981e5c424"
3
authors = ["Azzaare <[email protected]>"]
4
-version = "0.2.3"
+version = "0.2.4"
5
6
[deps]
7
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ext/MakieExt/chair.jl
@@ -18,6 +18,10 @@ function PerfChecker.checkres_to_scatterlines(
18
versionnums = [x.pkgs[i].version for i in eachindex(x.pkgs)]
19
20
f = Figure()
21
+ if iszero(data)
22
+ return f
23
+ end
24
+
25
ax = f[1, 1] = Axis(f)
26
colors = make_colors(length(props))
27
max = 2
0 commit comments