apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
310 stars 78 forks source link

Heatmap color based on Data range. #235

Open MartiinnDev opened 1 year ago

MartiinnDev commented 1 year ago

Hello, I'm facing the same situation than other user 3 years ago: https://github.com/apexcharts/apexcharts.js/issues/321

I cannot find any solution to this, I need to color each square based on 3 different colors, based on a range from 0 to 100 (not shade)

For example, from 15 to 40 green, 40 to 75 yellow, 75 to 100 on red.

Can I ask you to guide me how to do it if you already added that feature? Thank you so much

yibb-y commented 1 year ago

https://apexcharts.com/angular-chart-demos/heatmap-charts/color-range/

They have an example here