mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
17 lines
741 B
JSON
17 lines
741 B
JSON
{
|
|
"values": [
|
|
{ "type": "Nail polish", "year": "Africa", "value": 590 },
|
|
{ "type": "Nail polish", "year": "EU", "value": 450 },
|
|
{ "type": "Nail polish", "year": "China", "value": 474 },
|
|
{ "type": "Nail polish", "year": "USA", "value": 459 },
|
|
{ "type": "Eyebrow pencil", "year": "Africa", "value": 746 },
|
|
{ "type": "Eyebrow pencil", "year": "EU", "value": 176 },
|
|
{ "type": "Eyebrow pencil", "year": "China", "value": 210 },
|
|
{ "type": "Eyebrow pencil", "year": "USA", "value": 775 },
|
|
{ "type": "Rouge", "year": "Africa", "value": 896 },
|
|
{ "type": "Rouge", "year": "EU", "value": 784 },
|
|
{ "type": "Rouge", "year": "China", "value": 866 },
|
|
{ "type": "Rouge", "year": "USA", "value": 899 }
|
|
]
|
|
}
|