### What problem does this feature solve? 目前柱状图开启realtimeSort 排序,会根据数字大小进行排序,但是如果遇到负数,会将其转为正数,与其他正数进行排序 ### What does the proposed API look like? 希望可以增加一个区分正负数功能排序 负数排在正数的后面 尽管他的数字比正数小
What problem does this feature solve?
目前柱状图开启realtimeSort 排序,会根据数字大小进行排序,但是如果遇到负数,会将其转为正数,与其他正数进行排序
What does the proposed API look like?
希望可以增加一个区分正负数功能排序 负数排在正数的后面 尽管他的数字比正数小