mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 14:00:12 +00:00
增加Tooltip的itemFormatter设置{f0}支持
This commit is contained in:
@@ -44,7 +44,8 @@ namespace XCharts.Runtime
|
||||
param.serieData.name,
|
||||
param.color,
|
||||
param.serieData,
|
||||
chart);
|
||||
chart,
|
||||
param.serieIndex);
|
||||
foreach (var item in content.Split('|'))
|
||||
{
|
||||
param.columns.Add(item);
|
||||
|
||||
Reference in New Issue
Block a user