Skip to content

Commit

Permalink
Rebuild 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jun 30, 2016
1 parent 0d4361c commit d00542a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/echarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -32879,7 +32879,7 @@ return /******/ (function(modules) { // webpackBootstrap

}
},
color: 'none', // Array. Specify color list of each level.
color: [], // Array. Specify color list of each level.
// level[0].color would be global color list.
colorAlpha: null, // Array. Specify color alpha range of each level, like [0.2, 0.8]
colorSaturation: null, // Array. Specify color saturation of each level, like [0.2, 0.5]
Expand Down Expand Up @@ -33110,6 +33110,7 @@ return /******/ (function(modules) { // webpackBootstrap
zrUtil.each(levels, function (levelDefine) {
var model = new Model(levelDefine);
var modelColor = model.get('color');

if (model.get('itemStyle.normal.color')
|| (modelColor && modelColor !== 'none')
) {
Expand Down Expand Up @@ -42202,7 +42203,7 @@ return /******/ (function(modules) { // webpackBootstrap

lineStyle: {
normal: {
width: 2,
width: 1,
opacity: 0.45,
type: 'solid'
}
Expand Down
Loading

0 comments on commit d00542a

Please sign in to comment.