n3-charts / line-chart

Awesome charts for AngularJS.
http://n3-charts.github.io/line-chart/
MIT License
1.2k stars 180 forks source link

Added conditional colors #549

Open chaosmail opened 7 years ago

chaosmail commented 7 years ago

Resolves #546

Jamadhar commented 6 years ago

Hello, wasn't this issue resolved in pull-request #227? I'm trying to create a column chart, with conditional colors, based in this plunker: http://plnkr.co/edit/0vDTzF6mUfDr1Tbnjzvk?p=preview, but it only draws the default "lightgrey" columns.

chaosmail commented 6 years ago

Hi @Jamadhar this was for v1; this adds this old feature to v2 (the rewrite in typescript). Best, Christoph

Jamadhar commented 6 years ago

I see, thank you.