some modify

This commit is contained in:
JM 2018-12-23 22:34:54 +08:00
parent c1d324358b
commit dfb95a2208
1 changed files with 12 additions and 13 deletions

View File

@ -634,24 +634,22 @@ export default {
columnChartData1: { columnChartData1: {
data: [ data: [
{ {
data: [180, 290, 420, 200, 350, 219], data: [10, 290, 420, 200, 350, 219],
fillColor: ['#247efc', '#ff2fdb'] fillColor: ['#247efc', '#ff2fdb'],
type: 'leftEchelon'
}, },
{ {
data: [ data: [150, 280, 370, 160, 277, 188],
[30, 110, 75], fillColor: ['#47bf97', '#e3b4a2'],
[66, 80, 15], type: 'rightEchelon'
[125, 136, 116],
[110, 66, 67],
[84, 20, 50],
[69, 28, 45]
],
fillColor: ['#47bf97', '#e3b4a2', '#fafb5d']
}, },
{ {
data: [11, 17, 19, 30, 20, 25], data: [11, 17, 19, 30, 20, 25],
type: 'polyline', // fillColor: ['red', 'orange'],
againstAxis: true type: 'smoothline',
againstAxis: true,
lineType: 'dashed',
lineDash: [2, 2]
} }
], ],
x: { x: {
@ -671,6 +669,7 @@ export default {
}, },
spaceBetween: true, spaceBetween: true,
// horizon: true, // horizon: true,
// roundColumn: true,
localGradient: true localGradient: true
}, },