swimlane / ngx-charts

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

How to add stripline color in Ngx Bubble chart #472

Open KannanGovindaraj opened 7 years ago

KannanGovindaraj commented 7 years ago

Now am using ngx Bubble chart, want to use stripLine color based on Y-axis values but i can't use it.

marjan-georgiev commented 7 years ago

What do you mean by stripLine color?

KannanGovindaraj commented 7 years ago

stripline means we can add background color based on values like x-axis and y-axis

see for ref: https://canvasjs.com/docs/charts/chart-options/axisx/strip-trend-lines/

ferret1964 commented 4 years ago

Guessing we never saw an answer here - I am looking for a similar feature where the background need to be divided into three regions (Good, Marginal, Bad) for a series of data points. A horizontal strip line from the canvasjs charts seems to handle this concept. Did any one have a good solution for the creating data zones backgrounds in ngx-charts - I would prefer not to re-invent here is possible.