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