File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ define(function (require) {
5959 * @param {number } [opt.labelInterval] Default label interval when label
6060 * interval from model is null or 'auto'.
6161 * @param {number } [opt.strokeContainThreshold] Default label interval when label
62- * @param {number } [opt.axisLineSilent=true] If axis line is silent
6362 */
6463 var AxisBuilder = function ( axisModel , opt ) {
6564
@@ -162,7 +161,7 @@ define(function (require) {
162161 axisModel . getModel ( 'axisLine.lineStyle' ) . getLineStyle ( )
163162 ) ,
164163 strokeContainThreshold : opt . strokeContainThreshold || 5 ,
165- silent : false ,
164+ silent : true ,
166165 z2 : 1
167166 } ) ) ) ;
168167 } ,
Original file line number Diff line number Diff line change @@ -69,9 +69,7 @@ define(function (require) {
6969 var builderOpt = zrUtil . extend (
7070 {
7171 axisLabelShow : axisLabelShow ,
72- strokeContainThreshold : areaWidth ,
73- // lineWidth === 0 or no value.
74- axisLineSilent : ! ( areaWidth > 0 ) // jshint ignore:line
72+ strokeContainThreshold : areaWidth
7573 } ,
7674 axisLayout
7775 ) ;
You can’t perform that action at this time.
0 commit comments