mirror of
https://gitee.com/dromara/go-view.git
synced 2025-09-27 14:59:56 +08:00
11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"dimensions": ["product", "category"],
|
|
"source": [
|
|
{ "product": "data1", "category": 20 },
|
|
{ "product": "data2", "category": 40 },
|
|
{ "product": "data3", "category": 60 },
|
|
{ "product": "data4", "category": 80 },
|
|
{ "product": "data5", "category": 100 }
|
|
]
|
|
}
|