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