mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 18:30:14 +00:00
增加Bar的realtimeSort支持实时排序
This commit is contained in:
@@ -119,7 +119,7 @@ namespace XCharts.Runtime
|
||||
DataZoom dataZoom, bool forcePercent, int sortIndex = -1)
|
||||
{
|
||||
int split = GetSplitNumber(axis, coordinateWidth, dataZoom);
|
||||
if(sortIndex == -1) sortIndex = index;
|
||||
if (sortIndex == -1) sortIndex = index;
|
||||
if (axis.type == Axis.AxisType.Value)
|
||||
{
|
||||
if (minValue == 0 && maxValue == 0)
|
||||
|
||||
Reference in New Issue
Block a user