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.
1 parent 8631bcd commit 257abfcCopy full SHA for 257abfc
src/plots/cartesian/axes.js
@@ -34,8 +34,8 @@ var ONESEC = constants.ONESEC;
34
var MINUS_SIGN = constants.MINUS_SIGN;
35
var BADNUM = constants.BADNUM;
36
37
-var VISIBLE = { opacity: 1 };
38
-var HIDDEN = { opacity: 0 };
+var VISIBLE = { display: null };
+var HIDDEN = { display: 'none' };
39
40
var ZERO_PATH = { K: 'zeroline' };
41
var GRID_PATH = { K: 'gridline', L: 'path' };
0 commit comments