Hi,
I am working on the Perspective heatmap, following the manual, the heatmap can display the panel. But the color gradient is dynamic, the upper and lower limit for the heat rule is based on the input data, is it possible to change the upper and lower limit to static number, for example, 0 is always red, and 100 is always green.
The upper & lower limit for the heat rule are based on the input data.
Which makes me think setting the upper & lower limit for the heat rule is possible.
It'll require a binding & possibly a script transform.
For example, you can set a binding for the "count" object of the data property, so that any value larger than your desired max value will automatically change to the max value. And vice verse for your desired minimum value.
Play around with this & you should be able to figure something out.