MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Any method to set optimal zoom level based on x-axis item count & label length?

Open soorajlh opened this issue 2 years ago • 0 comments

I am using BarChart with grouped datasets. The problem is by default the X-Axis is sometimes too congested or too much zoomed. So I need a method to set default horizontal zoom level depending on no if items in x axis & if possible trim values with ellipse & show full label when we zoom in Also for the required functionality, the dataset size is dynamic. Sometimes when the dataset size is 1 the first bar size is smaller than other bar sizes.

soorajlh avatar Sep 07 '23 04:09 soorajlh