some modify
This commit is contained in:
parent
c1d324358b
commit
dfb95a2208
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue