Change value axis format to read in millions

Hi,
define the same function (FormatLongNumber)

and insert the following code into preRender handler in Dashboard -> Advanced tab:

config.scale.labels.template = '#= FormatLongNumber(value) #';