ChartsOrg/Charts

Y labels are not shown fully when using setVisibleYRangeMinimum

Open

#3315 aperta il 3 mar 2018

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Swift (6009 fork)batch import
bughelp wanted★★

Metriche repository

Star
 (28.002 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I'm having troubles getting setVisibleYRangeMinimum to work properly. I expect it not only to zoom out to minimum range but also to display all the labels on Y axis.

Here's my code snippet:

data.addDataSet(set1)
wrapperGraphView.data = data
wrapperGraphView.setVisibleYRangeMinimum(300, axis: .left)
wrapperGraphView.notifyDataSetChanged()

Here's the result: img_1241c700dc06-1

It's zooming out properly, but does not display all the labels up to 300 on Y axis.

It seems to be similar to https://github.com/danielgindi/Charts/issues/199 but none of the suggested solutions worked for me.

Any suggestions would be appreciated.

Guida contributor