Page 1 of 1

Is there are way for format data labels on the color axis?

Posted: Thu Nov 29, 2018 8:53 am
by chrisb89123456789
Dear all,

I am using a heatmap where I can easily format data labels like this. Key is, that I need to add the information + value in %.

Code: Select all

series: [{
        dataLabels: {
            enabled: true,
            format: '+ {point.value} %'
        }
    }]
    
Instead of printing this in every cell of the heatmap, I would like to moove this information to the color axis of my heatmap. However, I cannot find a similar setting in the API to do so. Any ideas?

Thanks
Chris

Re: Is there are way for format data labels on the color axis?

Posted: Thu Nov 29, 2018 9:09 am
by rafalS

Re: Is there are way for format data labels on the color axis?

Posted: Thu Nov 29, 2018 12:02 pm
by chrisb89123456789
though I was using the same code but it did not work before. Sorry for this question, my problem is solved