mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 07:20:08 +00:00
修复HeatmapChart的Tooltip指示的位置不准的问题 #123
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user