Skip to content

Commit

Permalink
Rebuild 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jul 12, 2016
1 parent 9b2406d commit 352ca17
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 16 deletions.
3 changes: 1 addition & 2 deletions dist/echarts.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -26973,7 +26973,6 @@ return /******/ (function(modules) { // webpackBootstrap
* @param {number} [opt.labelInterval] Default label interval when label
* interval from model is null or 'auto'.
* @param {number} [opt.strokeContainThreshold] Default label interval when label
* @param {number} [opt.axisLineSilent=true] If axis line is silent
*/
var AxisBuilder = function (axisModel, opt) {

Expand Down Expand Up @@ -27076,7 +27075,7 @@ return /******/ (function(modules) { // webpackBootstrap
axisModel.getModel('axisLine.lineStyle').getLineStyle()
),
strokeContainThreshold: opt.strokeContainThreshold || 5,
silent: false,
silent: true,
z2: 1
})));
},
Expand Down
2 changes: 1 addition & 1 deletion dist/echarts.common.min.js

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions dist/echarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -26999,7 +26999,6 @@ return /******/ (function(modules) { // webpackBootstrap
* @param {number} [opt.labelInterval] Default label interval when label
* interval from model is null or 'auto'.
* @param {number} [opt.strokeContainThreshold] Default label interval when label
* @param {number} [opt.axisLineSilent=true] If axis line is silent
*/
var AxisBuilder = function (axisModel, opt) {

Expand Down Expand Up @@ -27102,7 +27101,7 @@ return /******/ (function(modules) { // webpackBootstrap
axisModel.getModel('axisLine.lineStyle').getLineStyle()
),
strokeContainThreshold: opt.strokeContainThreshold || 5,
silent: false,
silent: true,
z2: 1
})));
},
Expand Down Expand Up @@ -41181,9 +41180,7 @@ return /******/ (function(modules) { // webpackBootstrap
var builderOpt = zrUtil.extend(
{
axisLabelShow: axisLabelShow,
strokeContainThreshold: areaWidth,
// lineWidth === 0 or no value.
axisLineSilent: !(areaWidth > 0) // jshint ignore:line
strokeContainThreshold: areaWidth
},
axisLayout
);
Expand Down
10 changes: 5 additions & 5 deletions dist/echarts.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/echarts.simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -26960,7 +26960,6 @@ return /******/ (function(modules) { // webpackBootstrap
* @param {number} [opt.labelInterval] Default label interval when label
* interval from model is null or 'auto'.
* @param {number} [opt.strokeContainThreshold] Default label interval when label
* @param {number} [opt.axisLineSilent=true] If axis line is silent
*/
var AxisBuilder = function (axisModel, opt) {

Expand Down Expand Up @@ -27063,7 +27062,7 @@ return /******/ (function(modules) { // webpackBootstrap
axisModel.getModel('axisLine.lineStyle').getLineStyle()
),
strokeContainThreshold: opt.strokeContainThreshold || 5,
silent: false,
silent: true,
z2: 1
})));
},
Expand Down
2 changes: 1 addition & 1 deletion dist/echarts.simple.min.js

Large diffs are not rendered by default.

0 comments on commit 352ca17

Please sign in to comment.