I am using MPAndroidChart library.
I have "months" of the year(JAN,FEB etc) on x-axis and some data on y-axis. I'm using a simple BarChart. The data is collected based on number of transactions carried through the app. So initially, only a single month will have data. then as time passes no of months will increase. So, intially,it's better to show only one month's data(lets say JAN). Then two months and so on. What should i do so that the only those xAxis labels are shown which have data in the corresponding y-axis?