This commit is contained in:
parent
d444168170
commit
d1dbd81f8e
|
@ -55,6 +55,12 @@ export default {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
data: data.wind,
|
data: data.wind,
|
||||||
},
|
},
|
||||||
|
tooltip: {
|
||||||
|
trigger: 'axis',
|
||||||
|
axisPointer: {
|
||||||
|
type: 'shadow'
|
||||||
|
}
|
||||||
|
},
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
data: data.count.map((value, index) => [value, index]),
|
data: data.count.map((value, index) => [value, index]),
|
||||||
|
@ -74,6 +80,6 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
height: 400px;
|
height: 800px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue