Labeling a Gauge Chart
Problem:
I am trying to make a gauge chart with your library. The problem I have is that I can't put more than 10 number labels. On your page, there is a chart that has 11 labels, but then when I run it, it transforms and only 6 labels come out.
The link to the gauge chart is this:
https://app.zingsoft.com/demos/embed/H9ESB2T8
Solution:
We can add the missing labels by adding maxItems property (give it a value more than the number of labels you want to show) and setting itemsOverlap to true as you can see in the screenshot. We've attached a demo for your reference.