Skip to content

Commit a1b7a86

Browse files
committed
no gl2d
1 parent 8c29110 commit a1b7a86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plots/gl2d/convert.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ proto.merge = function(options) {
162162
this.gridLineEnable[i] = ax.showgrid;
163163
this.gridLineColor[i] = str2RGBArray(ax.gridcolor);
164164
this.gridLineWidth[i] = ax.gridwidth;
165-
this.gridLineDash[i] = ax.griddash;
166165

167166
this.zeroLineEnable[i] = ax.zeroline;
168167
this.zeroLineColor[i] = str2RGBArray(ax.zerolinecolor);

0 commit comments

Comments
 (0)