apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.05k stars 1.28k forks source link

Heatmap reversed brightness #4453

Open willdochnur opened 2 months ago

willdochnur commented 2 months ago

I am missing an option. Currently positive values are darker the higher they are.

Currently: ... 100 = even darker 75 = darker 50 = dark 0 = bright -50 = even brighter ...

This is what i want: ... 100 = even brighter 75 = brighter 50 = bright 0 = dark -50 = even darker ...

There are many use cases for this.

Currently work around for this is to negate data values and use "formatter"-functions in some options, but it could be much nicer.

github-actions[bot] commented 2 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.