I am looking for Android libraries to implement a chart view in my app. I found many useful libraries but all of them can implement line charts, bar charts or candle stick charts with only one entry per column. In my app I need to show bookings of particular inventory on a timeline. There can be multiple non overlapping entries against a single entity.
Can anyone suggest me a good library in android to solve my purpose. It would be a plus if the chart is scrollable. This is an implementation in python, I am looking for a similar one in android.
Thanks in advance. Help in the growth of our community.