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 75f18fd commit 8c29110Copy full SHA for 8c29110
src/plots/gl2d/convert.js
@@ -68,7 +68,6 @@ function Axes2DOptions(scene) {
68
[0, 0, 0, 0.5]
69
];
70
this.gridLineWidth = [1, 1];
71
- this.gridLineDash = ['', ''];
72
73
this.zeroLineEnable = [true, true];
74
this.zeroLineWidth = [1, 1];
0 commit comments