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 8c29110 commit a1b7a86Copy full SHA for a1b7a86
src/plots/gl2d/convert.js
@@ -162,7 +162,6 @@ proto.merge = function(options) {
162
this.gridLineEnable[i] = ax.showgrid;
163
this.gridLineColor[i] = str2RGBArray(ax.gridcolor);
164
this.gridLineWidth[i] = ax.gridwidth;
165
- this.gridLineDash[i] = ax.griddash;
166
167
this.zeroLineEnable[i] = ax.zeroline;
168
this.zeroLineColor[i] = str2RGBArray(ax.zerolinecolor);
0 commit comments