some modify
This commit is contained in:
parent
fa753251de
commit
835410b470
|
@ -512,29 +512,61 @@ export default {
|
|||
|
||||
columnChartData1: {
|
||||
data: [
|
||||
[180, 290, 420, 200, 350, 219],
|
||||
[
|
||||
[45, 32, 66],
|
||||
[122, 49, 218],
|
||||
[40, 129, 216],
|
||||
[45, 66, 45],
|
||||
[110, 120, 201],
|
||||
[23, 40, 12]
|
||||
]
|
||||
{
|
||||
data: [180, 290, 420, 200, 350, 219]
|
||||
},
|
||||
{
|
||||
data: [
|
||||
[45, 32, 66],
|
||||
[122, 49, 218],
|
||||
[40, 129, 216],
|
||||
[45, 66, 45],
|
||||
[110, 120, 201],
|
||||
[23, 40, 12]
|
||||
]
|
||||
}
|
||||
],
|
||||
x: {
|
||||
data: ['西峡', '周口', '南阳', '驻马店', '郑州', '洛阳']
|
||||
},
|
||||
y: {
|
||||
grid: true,
|
||||
gridType: 'dashed',
|
||||
unit: '次',
|
||||
min: 0,
|
||||
max: 600
|
||||
},
|
||||
columnBG: 'rgba(250, 250, 250, 0.2)',
|
||||
roundColumn: true
|
||||
columnType: 'butt',
|
||||
showColumnBG: true
|
||||
},
|
||||
|
||||
// columnChartData1: {
|
||||
// data: [
|
||||
// [180, 290, 420, 200, 350, 219],
|
||||
// [
|
||||
// [45, 32, 66],
|
||||
// [122, 49, 218],
|
||||
// [40, 129, 216],
|
||||
// [45, 66, 45],
|
||||
// [110, 120, 201],
|
||||
// [23, 40, 12]
|
||||
// ]
|
||||
// ],
|
||||
// x: {
|
||||
// grid: true,
|
||||
// unit: '次',
|
||||
// min: 0,
|
||||
// max: 600
|
||||
// },
|
||||
// y: {
|
||||
// data: ['西峡', '周口', '南阳', '驻马店', '郑州', '洛阳'],
|
||||
// grid: true
|
||||
// },
|
||||
// columnBG: 'rgba(250, 250, 250, 0.2)',
|
||||
// roundColumn: true,
|
||||
// horizon: true
|
||||
// },
|
||||
|
||||
radarChartData1: {
|
||||
data: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue