Need a way to set custom axisLabel & axisTick for Gauge charts [Feature]
What problem does this feature solve?
Currently the Gauge chart from Echarts only allow to configure splitNumber but I need a way to only show certain axisLabels and axisTicks like the example below, I tried to use formatter in axisLabel but I can only filter the labels not limit the ticks.

What does the proposed API look like?
I need a way to only show certain axisLabels and axisTicks

Looks like this example? https://echarts.apache.org/examples/zh/editor.html?c=gauge-grade
Looks like this example? https://echarts.apache.org/examples/zh/editor.html?c=gauge-grade
@Ovilia In this example formatter is used on axisLabel to manually filter the labels but then the axisTick are still fully shown based upon the splitNumber. I need a way to limit both.
any updates?
any updates?