Closed piernik closed 5 years ago
I want to use heat map. Above certain value (3000 in example) I want bubles to be red, below let's say blue. I think I can use heatRules with minValue and maxValue but it does not seems to work.
heatRules
minValue
maxValue
Here is example: https://codepen.io/piernik/pen/WNeWYQQ?editors=0010
Well, you have both min and max set to the same color:
min: am4core.color('#ff0000'), max: am4core.color('#ff0000'),
I solved my issue differently - thanks for help!
I want to use heat map. Above certain value (3000 in example) I want bubles to be red, below let's say blue. I think I can use
heatRules
withminValue
andmaxValue
but it does not seems to work.Here is example: https://codepen.io/piernik/pen/WNeWYQQ?editors=0010