You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to fix the labels overlapping by using the events that the library emits. I had to copy over a several methods from the library to modify the drawRadialNumbers method. Note I only implemented as much as I needed for my use case which was labels at the top of the gauge. (this does not handle labels overlapping vertically). I wouldn't consider this code a candidate for a PR since there are definitely additional cases to handle.
Hello,
when setting major ticks dynamically it may happen that labels overlaps. Is there any option or strategy to avoid this overlapping?
Thanks
The text was updated successfully, but these errors were encountered: