diogobernardino / williamchart

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

Add a single point to highlight on line chart #173

Closed kirtan403 closed 7 years ago

kirtan403 commented 7 years ago

I am preparing a line chart which shows some values for today. So, for today, the values will be available till current time, So, at current time I want to show a point, so the user can understand the data till this point is actual. And after this is the same as current or predicted one. Can I do that?

Or can I set the dashed line for some x values range and full line on the other?

diogobernardino commented 7 years ago

Check the first sample application chart.

kirtan403 commented 7 years ago

I got it. Thanks 👍