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
}
Source: stackoverflow.com
Related Query
- How to hide color axis in heatmaps using highcharts
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- How to hide one series data info in tooltip using highcharts
- How do I plot the x axis line using Highcharts when pegged at 0?
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- How to make Highcharts color axis as thresholds instead of gradual?
- How to shift data using Series.addPoint without shifting x axis values in highcharts
- How to hide Series Name in HighCharts Tooltip when using pointFormatter
- Highcharts Highmaps How to change value for color axis in map bubble
- How can i change the color of a tile which was clicked of a treemap in highcharts using react
- How to spread Y Axis values in "area" chart using HighCharts
- How to change the color of the each slice in piechart based on the backend response using highcharts
- How to get points information when hovering over axis labels in highcharts using custom-events library?
- How to create a column range chart in Highcharts using range and navigator functions?
- Hide axis and gridlines Highcharts
- how to hide highchart x - axis data values
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- How can I hide series from a HighCharts legend?
- how to set the interval of points on Y - Axis highcharts
- How to hide labels in the highcharts in the pie
- How can I hide a series from initially being displayed in Highcharts
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- How to change the text color in Highcharts
- How do I dynamically change a data point in Highcharts using JavaScript
- How can i hide all the Series in highcharts at a time
- Highcharts how to change x axis options
- Highcharts - How to start x axis from an arbitrary value
- Highcharts - How to hide series name and Y value in tooltip
- How to hide a highcharts pie slice programatically
- Change Y Axis vertical line color in Highcharts
More Query from same tag
- How to create 2 separated xAxis chart
- Highcharts bar zoom issue when using transparent series
- Highchart long dataLabels and style width
- Display datetime including milliseconds
- Get palette of some color
- adding labels exactly above x-axis categories in highcharts
- highchart - pointstart with given x values
- How to make a highchart's Tree Map chart fill the entire page without overflowing
- Highcharts - only show tooltip when hovering directly on point
- Making tooltip behave like in scatter
- Charts don't fit into <div> (highcharts, MVC) Bug?
- HighCharts - Negative $ currency values
- JS: how do I concatenate a variable into a API call with the dot syntax?
- How to get the DOM properties from event.target, so I can compare them?
- adding series from existing highcharts chart
- 2 similar Highstocks multiple data-series still tooltip and functionality not the same
- Highcharts: how to optimize auto-scaling so that columns make better use of the available height
- Change the step size of Highcharts Drag?
- Highstock/Highchart cannot set Individual Point color
- Highcharts datetimex axis incorrect start time and interval
- Highcharts stacked column ommit smaller values
- How to use HighChart's column-stacked-and-grouped graph dynamic date range in x-axis?
- Make Highchart R the full width and height of the box in Shiny
- SVG tooltip z-index with html title
- Highmaps with US States in Rails
- Highchart: Background color of Axis
- How to avoid X axis to display decimal values
- Highcharts - how to set textShadow for data labels
- Possible to use xAxis with type "datetime" and yAxis with categories?
- Highcharts: is it possible to set up top border radius for the columns in Column chart?