3.0 - liquid chart and ring chart

This commit is contained in:
monitor1394
2022-01-22 22:58:55 +08:00
parent d9840bef52
commit a32f5f5bcf
8 changed files with 67 additions and 48 deletions

View File

@@ -124,7 +124,7 @@ namespace XCharts
serieData.SetLabelActive(false);
return;
}
var value = serieData.GetData(1);
var value = serieData.GetData(0);
var total = serie.max - serie.min;
var content = SerieLabelHelper.GetFormatterContent(serie, serieData, value, total, null, Color.clear);
serieData.SetLabelActive(true);