mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-26 10:50:08 +00:00
[bug][datazoom] fix chart display error when datazoom enable.
This commit is contained in:
@@ -549,6 +549,10 @@ namespace XCharts.Runtime
|
||||
public void SetLabelActive(bool flag)
|
||||
{
|
||||
if (labelObject != null) labelObject.SetActive(flag);
|
||||
foreach (var labelObject in context.dataLabels)
|
||||
{
|
||||
labelObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
public void SetIconActive(bool flag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user