update data

This commit is contained in:
lb
2022-11-24 17:01:30 +08:00
parent 2f9f9f90bc
commit 0b9dfa27ab
3 changed files with 121 additions and 118 deletions

View File

@@ -32,7 +32,7 @@ export default {
},
xAxis: {
type: 'category',
data: ['A', 'B', 'C', 'D', 'E'],
data: ['A', 'B' ],
axisTick: {
alignWithLabel: true
},
@@ -116,75 +116,75 @@ export default {
}
}
},
{
value: 200,
itemStyle: {
color: {
type: 'linear',
x: 0,
y: 0,
x2: 0,
y2: 1,
colorStops: [
{
offset: 0,
color: '#85F6E9'
},
{
offset: 1,
color: '#2EC6B4'
}
],
global: false
}
}
},
{
value: 320,
itemStyle: {
color: {
type: 'linear',
x: 0,
y: 0,
x2: 0,
y2: 1,
colorStops: [
{
offset: 0,
color: '#C79DFF'
},
{
offset: 1,
color: '#A490FF'
}
],
global: false
}
}
},
{
value: 95,
itemStyle: {
color: {
type: 'linear',
x: 0,
y: 0,
x2: 0,
y2: 1,
colorStops: [
{
offset: 0,
color: '#FFE873'
},
{
offset: 1,
color: '#E7AE2A'
}
],
global: false
}
}
}
// {
// value: 200,
// itemStyle: {
// color: {
// type: 'linear',
// x: 0,
// y: 0,
// x2: 0,
// y2: 1,
// colorStops: [
// {
// offset: 0,
// color: '#85F6E9'
// },
// {
// offset: 1,
// color: '#2EC6B4'
// }
// ],
// global: false
// }
// }
// },
// {
// value: 320,
// itemStyle: {
// color: {
// type: 'linear',
// x: 0,
// y: 0,
// x2: 0,
// y2: 1,
// colorStops: [
// {
// offset: 0,
// color: '#C79DFF'
// },
// {
// offset: 1,
// color: '#A490FF'
// }
// ],
// global: false
// }
// }
// },
// {
// value: 95,
// itemStyle: {
// color: {
// type: 'linear',
// x: 0,
// y: 0,
// x2: 0,
// y2: 1,
// colorStops: [
// {
// offset: 0,
// color: '#FFE873'
// },
// {
// offset: 1,
// color: '#E7AE2A'
// }
// ],
// global: false
// }
// }
// }
]
}
]