This commit is contained in:
hh 2024-04-13 15:33:40 +08:00
parent d444168170
commit d1dbd81f8e
1 changed files with 7 additions and 1 deletions

View File

@ -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>