sjkp / heatmap

The PowerBI Heatmap Visual enables users to draw a heatmap overlay from a X, Y coordinate set on to an existing image. The user specify the image, and provide a data set of X, Y coordinates and optionally an intensity for each data point. The radius and the bluriness of the heatmap bubbles can be customized as well as the max value for the intensity.
20 stars 7 forks source link

I am unable to change Radius based on a Measure #15

Open RashiGarg2007 opened 6 years ago

RashiGarg2007 commented 6 years ago

I am trying to change the radius of heatmap based on a measure, for example Name Duration A 20 B 200 C 60 D 90 E 100

The heatmap should show a circle with most radius for B followed by E, D, C and A.

Is this possible with the current code?

knkadb commented 6 years ago

Yes, even I was trying to do this and was not successful. If this feature is not available, can you please add this? It will be helpful in visualization by just looking at the data along with data labels.

naveenkirane commented 6 years ago

This would be nice to have this feature as we can clearly see which value has more weight compared to others