mzimmerm / flutter_charts

Charts Library for Flutter, written in Dart with Flutter.
Other
250 stars 42 forks source link

Coloring support for points in line chart #5

Closed MichaelRFairhurst closed 6 years ago

MichaelRFairhurst commented 6 years ago

Hey Milan,

it looks like I can change the size of the points on the line chart (inner radius, outer radius). Is there a way I can change the color as well?

mzimmerm commented 6 years ago

Without looking at the code, I think this is hardcoded :( - High on the priority list, this weekend OK for the mini enhancement?

MichaelRFairhurst commented 6 years ago

Any weekend (this, next...) would be great to see this :)

mzimmerm commented 6 years ago

@MichaelRFairhurst : Michael, I published a new version that addresses and should fix items 5, 6. Please take a look at https://pub.dartlang.org/packages/flutter_charts#pub-pkg-tab-changelog for details.

Let me know if there are some issues with the two.

I started working on item 3 (planning for now by a simple iterative X labels layout that will either/or tilt/skip labels. Later, Milan

MichaelRFairhurst commented 6 years ago

This also works great. Glad to see so many new options!