Skip to content

Commit

Permalink
优化Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Apr 2, 2021
1 parent c198704 commit 2bec0f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/XCharts/Runtime/Component/Theme/ChartTheme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public void CopyTheme(ChartTheme theme)
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);
Expand Down

0 comments on commit 2bec0f1

Please sign in to comment.