Files
pqs/pqs-event/event-boot/src/main/resources/templates/test.ftl
2023-04-18 10:38:26 +08:00

13 lines
106 B
Plaintext

{
animation:false,
xAxis: {},
yAxis: {},
series: [
{
symbolSize: 2,
data: ${bdata},
type: 'scatter'
}
]
}