[bug] Fix pie color

This commit is contained in:
monitor1394
2022-04-07 08:16:50 +08:00
parent 1ed0ff377a
commit 621bc3dcfd
2 changed files with 6 additions and 4 deletions

View File

@@ -82,6 +82,7 @@ namespace XCharts.Runtime
}
if (serie.dataDirty)
{
SeriesHelper.UpdateSerieNameList(chart, ref chart.m_LegendRealShowName);
serie.OnDataUpdate();
serie.dataDirty = false;
}