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