Skip to content

Commit 352ca17

Browse files
committed
Rebuild 3.2.2
1 parent 9b2406d commit 352ca17

File tree

6 files changed

+11
-16
lines changed

6 files changed

+11
-16
lines changed

dist/echarts.common.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26973,7 +26973,6 @@ return /******/ (function(modules) { // webpackBootstrap
2697326973
* @param {number} [opt.labelInterval] Default label interval when label
2697426974
* interval from model is null or 'auto'.
2697526975
* @param {number} [opt.strokeContainThreshold] Default label interval when label
26976-
* @param {number} [opt.axisLineSilent=true] If axis line is silent
2697726976
*/
2697826977
var AxisBuilder = function (axisModel, opt) {
2697926978

@@ -27076,7 +27075,7 @@ return /******/ (function(modules) { // webpackBootstrap
2707627075
axisModel.getModel('axisLine.lineStyle').getLineStyle()
2707727076
),
2707827077
strokeContainThreshold: opt.strokeContainThreshold || 5,
27079-
silent: false,
27078+
silent: true,
2708027079
z2: 1
2708127080
})));
2708227081
},

dist/echarts.common.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26999,7 +26999,6 @@ return /******/ (function(modules) { // webpackBootstrap
2699926999
* @param {number} [opt.labelInterval] Default label interval when label
2700027000
* interval from model is null or 'auto'.
2700127001
* @param {number} [opt.strokeContainThreshold] Default label interval when label
27002-
* @param {number} [opt.axisLineSilent=true] If axis line is silent
2700327002
*/
2700427003
var AxisBuilder = function (axisModel, opt) {
2700527004

@@ -27102,7 +27101,7 @@ return /******/ (function(modules) { // webpackBootstrap
2710227101
axisModel.getModel('axisLine.lineStyle').getLineStyle()
2710327102
),
2710427103
strokeContainThreshold: opt.strokeContainThreshold || 5,
27105-
silent: false,
27104+
silent: true,
2710627105
z2: 1
2710727106
})));
2710827107
},
@@ -41181,9 +41180,7 @@ return /******/ (function(modules) { // webpackBootstrap
4118141180
var builderOpt = zrUtil.extend(
4118241181
{
4118341182
axisLabelShow: axisLabelShow,
41184-
strokeContainThreshold: areaWidth,
41185-
// lineWidth === 0 or no value.
41186-
axisLineSilent: !(areaWidth > 0) // jshint ignore:line
41183+
strokeContainThreshold: areaWidth
4118741184
},
4118841185
axisLayout
4118941186
);

dist/echarts.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts.simple.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26960,7 +26960,6 @@ return /******/ (function(modules) { // webpackBootstrap
2696026960
* @param {number} [opt.labelInterval] Default label interval when label
2696126961
* interval from model is null or 'auto'.
2696226962
* @param {number} [opt.strokeContainThreshold] Default label interval when label
26963-
* @param {number} [opt.axisLineSilent=true] If axis line is silent
2696426963
*/
2696526964
var AxisBuilder = function (axisModel, opt) {
2696626965

@@ -27063,7 +27062,7 @@ return /******/ (function(modules) { // webpackBootstrap
2706327062
axisModel.getModel('axisLine.lineStyle').getLineStyle()
2706427063
),
2706527064
strokeContainThreshold: opt.strokeContainThreshold || 5,
27066-
silent: false,
27065+
silent: true,
2706727066
z2: 1
2706827067
})));
2706927068
},

dist/echarts.simple.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)