mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-08 04:41:31 +01:00
20 lines
355 B
JSON
20 lines
355 B
JSON
|
{
|
||
|
"xAxis": {
|
||
|
"type": "category",
|
||
|
"data": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
|
||
|
},
|
||
|
"yAxis": {
|
||
|
"type": "value"
|
||
|
},
|
||
|
"series": [
|
||
|
{
|
||
|
"data": [120, 200, 150, 80, 70, 110, 130],
|
||
|
"type": "bar",
|
||
|
"showBackground": true,
|
||
|
"backgroundStyle": {
|
||
|
"color": "rgba(180, 180, 180, 0.2)"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|