Hi!
Is your feature request related to a problem? Please describe.
I'd like to use the heatmap in the following way: Each series in my data has different minimum and maximum values, and I would like to define color ranges specific to each series.
Describe the solution you'd like
Instead of defining the color range globally for the graph, I'd like to have the option of passing in an array of color range definitions, where each item corresponds to the series item (the same way it works when using color scales).
Love ApexCharts, thanks for a great lib.
Sure, this is a good suggestion. I will implement it soon and notify in this same thread when accomplished.
+1!
Would love this feature to be available to Bar charts as well!
Keep up the amazing work!
Would love this feature too!
+1, any timeline on this? @junedchhipa
+1
I really wish this feature will come soon, it is the only default of the heatmap! please let us know as soon as possible if you have any date of release. Thanks
plotOptions.heatmap.distributed calculates the min/max of each series separately when turned on.
plotOptions: {
heatmap: {
distributed: true
}
}
Although it is different to what is being asked in the original issue, someone might find it helpful.
I will try to implement custom range for each series soon.
Was this implemented at all?
Most helpful comment
Sure, this is a good suggestion. I will implement it soon and notify in this same thread when accomplished.