XY Chart Heat Rules

Hey,
I am having trouble getting the HeatRules to wrok for the xy chart component in perspective, more specifically with the data field.


I have the gradient bar in the bottom but I can’t seem to reference the appropiate field
image
I tried following documentation from this site:
https://www.amcharts.com/docs/v4/concepts/series/#Heat_maps
Would appreciate any guidance
Thanks!

Have you try explicitly setting the min value to a color?

Well, I had apparently misspelled something when i tried that for the first time, worked now, thanks!

1 Like

Is there a way to hide the HeatLegend (the gradient bar) ? I believe it usually is a separate object

1 Like

Yup, had to explicitly set the min value as well otherwise it was not working! thanks. It would be great if

  1. we can specify the upper and lower limit for the heat map instead of letting the y-axis data pick it
  2. the heat legend/gradient bar could be hidden
1 Like
  1. we can specify the upper and lower limit for the heat map instead of letting the y-axis data pick it

Agree with this!

Please add a "minValue" and "maxValue" property to the "heatRules"

1 Like

Also, I just noticed that the the text of the legend/gradient bar do not correctly change to a lighter color (the text remains black) when activating a Dark Theme. Using version 8.1.5.

2 Likes

I second this suggestion.

1 Like