diogobernardino / williamchart

Android Library to rapidly develop attractive and insightful charts in android applications.
5.1k stars 800 forks source link

Horizontal scroll #180

Closed chathudan closed 7 years ago

chathudan commented 7 years ago

@diogobernardino thank you for your great project. Is it possible to have a horizontal scroll functionalities to show large sets of data on LineChart ?

Thanks.

diogobernardino commented 7 years ago

You can use an HorizontalScrollViewas a parent of your chart. In any case be aware of #45 , you might bump on it.