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
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
arun1
October 17, 2020, 2:58am
5
Yup, had to explicitly set the min
value as well otherwise it was not working! thanks. It would be great if
we can specify the upper and lower limit for the heat map instead of letting the y-axis data pick it
the heat legend/gradient bar could be hidden
1 Like
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
Bill_L
July 15, 2021, 7:58pm
8
I second this suggestion.
1 Like
arun1:
ap
Hi Arun,
How do we hide the heat legend/gradient bar
in my heatRules
I only have
-enabled