优化Theme

This commit is contained in:
monitor1394
2021-04-02 12:41:42 +08:00
parent c19870444e
commit 2bec0f1178

View File

@@ -276,6 +276,7 @@ namespace XCharts
m_AngleAxis.Copy(theme.angleAxis);
m_Polar.Copy(theme.polar);
m_Gauge.Copy(theme.gauge);
m_Radar.Copy(theme.radar);
m_Tooltip.Copy(theme.tooltip);
m_DataZoom.Copy(theme.dataZoom);
m_VisualMap.Copy(theme.visualMap);