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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -