Apexcharts.js: Color range for each series (heatmap)

Created on 13 Feb 2019  路  7Comments  路  Source: apexcharts/apexcharts.js

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.

feature-request heatmap

Most helpful comment

Sure, this is a good suggestion. I will implement it soon and notify in this same thread when accomplished.

All 7 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pribilinskiy picture pribilinskiy  路  3Comments

ordago picture ordago  路  3Comments

drew-dulgar picture drew-dulgar  路  3Comments

rudeayelo picture rudeayelo  路  3Comments

thellimist picture thellimist  路  3Comments