[improve][Parallel] improve ParallelChart

This commit is contained in:
monitor1394
2022-09-23 08:38:56 +08:00
parent bd9a0df52b
commit 4c89bda4b9
7 changed files with 21 additions and 17 deletions

View File

@@ -160,7 +160,7 @@ namespace XCharts.Runtime
internal override float GetAxisLineXOrY()
{
return component.context.y;
return component.context.x;
}
}
}