lecho/hellocharts-android

How can I set a fixed number of columns to be viewed in column chart view and enable horizontal scrolling?

kuantzuhsiang opened this issue · 0 comments

For example, if I have a data set of 12 columns but I want the chart to be only able to display the 5 latest columns, how may I go about doing so with the column chart view. I would also like to be able to horizontally scroll to view the previous 7 columns. How might I go about implementing this?