13 lines
106 B
Plaintext
13 lines
106 B
Plaintext
{
|
|
animation:false,
|
|
xAxis: {},
|
|
yAxis: {},
|
|
series: [
|
|
{
|
|
symbolSize: 2,
|
|
data: ${bdata},
|
|
type: 'scatter'
|
|
}
|
|
]
|
|
}
|