diogobernardino / williamchart

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

Add ability to draw points on LineChartView #249

Closed StephaneBg closed 5 years ago

StephaneBg commented 5 years ago

I wanted this feature as simple as show/hide without any fancy options like color, size and so on. Color of points is defaulted to line color and their radius to line thickness.

StephaneBg commented 5 years ago

Screenshot_1566313004

diogobernardino commented 5 years ago

After giving it some further thought I decided to go with a slightly different approach, allowing developers to defined a drawable points. This way the point can either be a circle, square, icon, etc.