[bug] fix axislabel distance error

This commit is contained in:
monitor1394
2022-07-02 16:43:52 +08:00
parent 47c9b99931
commit fbdb51d847
3 changed files with 6 additions and 4 deletions

View File

@@ -393,6 +393,7 @@ namespace XCharts.Runtime
public override void ClearVerticesDirty()
{
base.ClearVerticesDirty();
axisLabel.ClearVerticesDirty();
axisLine.ClearVerticesDirty();
axisTick.ClearVerticesDirty();
splitLine.ClearVerticesDirty();