mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 02:10:16 +00:00
优化Theme
This commit is contained in:
@@ -276,6 +276,7 @@ namespace XCharts
|
|||||||
m_AngleAxis.Copy(theme.angleAxis);
|
m_AngleAxis.Copy(theme.angleAxis);
|
||||||
m_Polar.Copy(theme.polar);
|
m_Polar.Copy(theme.polar);
|
||||||
m_Gauge.Copy(theme.gauge);
|
m_Gauge.Copy(theme.gauge);
|
||||||
|
m_Radar.Copy(theme.radar);
|
||||||
m_Tooltip.Copy(theme.tooltip);
|
m_Tooltip.Copy(theme.tooltip);
|
||||||
m_DataZoom.Copy(theme.dataZoom);
|
m_DataZoom.Copy(theme.dataZoom);
|
||||||
m_VisualMap.Copy(theme.visualMap);
|
m_VisualMap.Copy(theme.visualMap);
|
||||||
|
|||||||
Reference in New Issue
Block a user