Normalizing data to percentages

trying to get some values in a Heatmap representation of information OnHover to display as percentages: e.g. 5% rather than -0.05 for example in a heatmap.

Also trying to get the Z values to display as percentages as opposed to +1 to -1

Unfortunately, there’s no way to format the z value showing on hover.

I’d recommend setting up fully custom hover text labels. See example: http://codepen.io/etpinard/pen/WxLGoo

thanks etienne, how about on the X and Y parts of a heatmap, is there a way to convert numbers to percentages?

Here’s how: http://codepen.io/etpinard/pen/ZONwNA