mzimmerm / flutter_charts

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

Every bar having a different color #20

Open jovanovski opened 5 years ago

jovanovski commented 5 years ago

Is it possible that every bar in a bar chart has a different color based on value? Example: http://prntscr.com/njt9cc

mzimmerm commented 2 years ago

@jovanovski : If your question is still relevant: Setting a per-bar color is currently not supported in flutter_charts. Please let me know if this is still relevant and I would add this. Although more detail would help : For example, do you need every bar a different random color? Or just certain bars would be colored differently? Thanks