score:2
Accepted answer
You should add dataLabels.formatter
to the series
part of your gauge to remove it.
dataLabels: {
formatter: function () {
return null;
}
},
Live example: jsFiddle
score:3
or you can achieve the result you want just by adding the following lines:
series: [{
dataLabels: {
enabled: false
}
}]
Source: stackoverflow.com
Related Query
- How to remove the value and number labels from Highcharts angular gauge
- The Gauge needle is always started from 0 when it's value is updated | HighCharts with Angular 7
- How to draw a chart from one array of data and make labels on the chart from another array of data? Highcharts v.4.0.4
- How can I remove the white border from HighCharts pie chart?
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- Highcharts basic bar graphs. How to remove strokewith from the bars
- Highcharts Angular gauge - How to remove data label stroke?
- How to remove the decimal .00 from the default highcharts configuration?
- Highcharts : How to remove the gap between series and vertical axis?
- Stacked Highcharts- How to plot a given point and remove color from the stack block
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- How to invert (transpose) the rows and columns of an HTML table which is generated dynamically from highchair in Angular 12?
- How to drop the decimals from Highcharts 3D columns and tooltip?
- HighCharts - Angular, how to get y axis labels on the vertical lines drawn from x axis
- How to Increase minimum point value and the color of series in advanced accessible charts in Highcharts by making it traverse
- How do I make a Highcharts timeline where the labels don't overlap and none are hidden?
- how can I use rangeselector and navigation in highcharts in the given code
- How do you remove the partialFill from Highcharts xrange chart
- Laravel Highcharts - Cant set value and labels from arrays
- How to set json data from url on highchart and polling the json data after 1 sec to dislay on highchart using Angular js
- How to dynamically remove the whole Column from a single series HighCharts column graph?
- How to get time and value from MySQL into Highcharts
- how to plot the data value from JSON in Highcharts
- How to remove button from Highcharts
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Customize tooltip and format the number to 2 decimal places of highcharts
- How to hide labels in the highcharts in the pie
- How replicate the value of Y Axis on both sides of the axis in Highcharts
More Query from same tag
- Is there a way to use some of the highcharts-stocktools-toolbar items?
- How To Reset Size On drillUpButton Click
- Highcharts export: Unable to export rendered arc colors
- How to add new points to highcharts after plotting the first 'n' points?
- How to customize graph title and subtitle
- Highcharts: Stacked area tooltip showing wrong value
- How to set Startofweek in highcharts api
- Convert Base64 to normal PNG for copy/pasting
- How do I create a columnrange highchart with a point object (consisting of one x and two y values)?
- How to take the middle out of a highchart donut chart?
- How to get rangeSelector to work with HighCharts
- HighCharts x-axis & y-axis label center align
- Highmaps in React using lat/lon not working
- rCharts : Highcharts column with color based on value
- Highcharts.js variable pie chart not rendering data correctly along percentage dataLabels
- highcharts redraw() with function that references newly redrawn chart
- Highcharts: areasplinerange with fill color that takes account of direction of range
- Highstock - How to add point if I have different data on main chart and navigator
- Dynamically allocating Highcharts.Chart options noData
- Highcharts title background can't be changed
- Highcharts vertical align legend symbol
- Highcharts Toggle Stacking for Multi-Axis Chart
- Javascript: Trying to load highcharts without freezing the browser
- How do I know if currently displayed chart data is grouped?
- Highcharts and phantomjs error. Can't find variable Highcharts
- Drop down integration with bubble chart
- Highcharts - Same chart multiple times in same page
- Possible to set dataLabels to display xAxis data instead of yAxis data in HighCharts?
- highchartjs create label for column
- How to plot AM,PM labels in HighChart?