fix: ChartPie加pie_options/ChartScatter改xField/yField/sizeField
This commit is contained in:
parent
dbcf33ff8c
commit
698dc940b4
@ -4,6 +4,7 @@
|
||||
"height": "200px",
|
||||
"data_url": "/sage_datamart/api/currency_stats.dspy",
|
||||
"nameField": "currency",
|
||||
"valueFields": ["call_count"]
|
||||
"valueFields": ["call_count"],
|
||||
"pie_options": {"type": "pie", "radius": "60%"}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
"height": "240px",
|
||||
"data_url": "/sage_datamart/api/provider_roi.dspy",
|
||||
"nameField": "model",
|
||||
"valueFields": ["unit_price", "avg_ttft_ms", "total_calls"]
|
||||
"xField": "unit_price",
|
||||
"yField": "avg_ttft_ms",
|
||||
"sizeField": "total_calls"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user