echarts [Feature] Support logarithm in Gauge Chart

xurqigkl  于 21天前  发布在  Echarts
关注(0)|答案(2)|浏览(25)

What problem does this feature solve?

Sometimes, the maximum and minimum values ​​may differ by several orders of magnitude. It would be nice if the gauge chart could support logarithms。

What does the proposed API look like?

{
  type:'gauge'
  axisType: 'log'
}
lokaqttq

lokaqttq1#

Maybe you can pass in log processed data?

6ovsh4lw

6ovsh4lw2#

Ticks of log data are not evenly distributed.

Current:
| 1 1 1 1 | 1 1 1 1 |

Expected:
| 1 1 11| 1 1 11|

相关问题