mirror of https://github.com/sunface/rust-course
parent
7effc7fb59
commit
835ec8a494
@ -0,0 +1,13 @@
|
||||
{
|
||||
"label": ["Mon","Tue","Wed","Thur"],
|
||||
"data": [
|
||||
{
|
||||
"legend": "出库量",
|
||||
"value": [120,200,150,80]
|
||||
},
|
||||
{
|
||||
"legend": "入库量",
|
||||
"value": [110,180,120,60]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue