Skip to content

Commit efc3a3f

Browse files
committed
demo fix
1 parent 41b96d1 commit efc3a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/log-scales2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
{
414414
stroke: "red",
415415
fill: "rgba(255,0,0,0.1)",
416-
value: (u, val) => val.toExponential(),
416+
value: (u, val) => val == null ? '--' : val.toExponential(),
417417
},
418418
],
419419
};

0 commit comments

Comments
 (0)