swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.29k stars 1.15k forks source link

Add optional stroke color to Area Charts #967

Open partomrider1 opened 6 years ago

partomrider1 commented 6 years ago

I'm submitting a ... (check one with "x")

Current behavior Currently there is not stroke line added to area charts

Expected behavior In any of the area graph components, you may add [strokeColor]="colorName or none" (ie: [strokeColor]="'white'") property to outline each area section with the corresponding color.

Reproduction of the problem

What is the motivation / use case for changing the behavior? This improves user experience and provide clear delineation for different area series in case of stacked area charts. This borrows from similar functionality for bar charts as mentioned in pr : #693

Please tell us about your environment:

partomrider1 commented 6 years ago

I can pick up this feature if not already in progress by some one.

partomrider1 commented 6 years ago

Submitted PR for this feature : https://github.com/swimlane/ngx-charts/pull/972

nerd-cs commented 3 years ago

Any updates?