I am using a Highcharts heatmap and if I disable the legend by setting
legend: {
enabled: false
}
the colors used in the chart are different. I am also providing some colorAxis info like a min, max and stops. Here is a fiddle that illustrates the issue I'm having.
How can I get Highcharts to use the same colors that it uses when the legend is enabled, but disable the legend?