score:6

Accepted answer

you need to set the enabled flag on the legend, not the coloraxis itself. the coloraxis is what powers the colours of the chart, but the legend is what actually displays the slider.

legend: {
 enabled: false
}

Related Query

More Query from same tag