android - MPAndroidChart: Different xValues for each zoom level -


consider chart years xvalues. want change xvalues months when user zoom in or double tap. , change xvalues days next zooming level. possible great mpandroidchart?

i play function

float displayed = totalitemcount/30; mchart.setscaleminima(displayed, 1f); 

i've set show 30 values, can set show whatever need changing values, , changing tags when user doubletouchs screen.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -