修复HeatmapChartTooltip指示的位置不准的问题 #123

This commit is contained in:
monitor1394
2021-02-26 00:54:43 +08:00
parent 85d96eb126
commit 3623e3b396
4 changed files with 19 additions and 7 deletions

View File

@@ -28,9 +28,9 @@ namespace XCharts
grid.bottom = 60;
m_XAxes[0].type = Axis.AxisType.Category;
m_XAxes[0].boundaryGap = false;
m_XAxes[0].boundaryGap = true;
m_YAxes[0].type = Axis.AxisType.Category;
m_YAxes[0].boundaryGap = false;
m_YAxes[0].boundaryGap = true;
m_XAxes[0].splitNumber = 10;
m_YAxes[0].splitNumber = 10;
RemoveData();