mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-29 12:48:47 +00:00
修复自由锚点兼容的问题
This commit is contained in:
@@ -91,11 +91,8 @@ namespace XCharts
|
|||||||
m_ThemeInfo = ThemeInfo.Default;
|
m_ThemeInfo = ThemeInfo.Default;
|
||||||
}
|
}
|
||||||
raycastTarget = false;
|
raycastTarget = false;
|
||||||
m_ChartX = 100;
|
|
||||||
m_ChartY = 100;
|
|
||||||
m_ChartWidth = rectTransform.rect.width;
|
|
||||||
m_ChartHeight = rectTransform.rect.height;
|
|
||||||
m_CheckTheme = m_ThemeInfo.theme;
|
m_CheckTheme = m_ThemeInfo.theme;
|
||||||
|
UpdateSize();
|
||||||
InitComponent();
|
InitComponent();
|
||||||
m_Series.AnimationReset();
|
m_Series.AnimationReset();
|
||||||
m_Series.AnimationFadeIn();
|
m_Series.AnimationFadeIn();
|
||||||
|
|||||||
Reference in New Issue
Block a user