代码调整

This commit is contained in:
2023-04-18 10:38:26 +08:00
parent 7a906d8088
commit 700ddb2a87
18 changed files with 911 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
{
animation:false,
xAxis: {},
yAxis: {},
series: [
{
symbolSize: 2,
data: ${bdata},
type: 'scatter'
}
]
}