score:3
Accepted answer
in your tooltip settings:
tooltip: {
formatter: function() {
return '<b>'+ this.point.name +'</b>: '+ this.y;
}
},
you need to add shadow: false
tooltip: {
formatter: function() {
return '<b>'+ this.point.name +'</b>: '+ this.y;
},
shadow: false
}
also, in your plotoptions
you need to essentially remove the marker
layer in the object, like so:
plotoptions: {
series: {
states: {
hover: {
enabled: false
}
}
},
Source: stackoverflow.com
Related Query
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- How to remove button from Highcharts
- How can I remove the white border from HighCharts pie chart?
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts how to remove headers from tooltip
- 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 : How to add or remove "chart context menu" from chart container?
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts basic bar graphs. How to remove strokewith from the bars
- How to remove border radius when use Highcharts renderer.rect function
- How do I remove padding from both sides of Highcharts area category chart?
- How to remove bullet from tooltip when using highchart?
- How can I unescape and remove quot; from data served by rails into javascript
- How to stop Highcharts from recalculating ticks positions when a series is toggled?
- How to remove the decimal .00 from the default highcharts configuration?
- Parsing JSON for use with Highcharts using jquery .parseJSON or JSON.parse: how to remove quotes from function calls for formatters?
- how to remove extra data point from x-axis in highcharts
- HighCharts remove $ and % symbols from custom html table when creating graph
- How do you remove the partialFill from Highcharts xrange chart
- How to dynamically remove the whole Column from a single series HighCharts column graph?
- How to remove tick lines from secondary y axis in highcharts heatmap graph
- How to fetch data only from hovered series when using multiple series highchart?
- Proper way to remove all series data from a highcharts chart?
- How can I hide series from a HighCharts legend?
- How can I hide a series from initially being displayed in Highcharts
- How to make highcharts scrollable horizontally when having big range in x-axis
- How do I dynamically change a data point in Highcharts using JavaScript
- How to remove "Values" and "series" from highcharts?
More Query from same tag
- Wicked-Charts: This website contains interactive content
- Highcharts: passing additional information to a tooltip
- Load CSV data via Ajax for display in Highcharts
- Tooltip in highmaps is not working .Unable to show the data from the json onto the highmap
- Combine two arrays in js or have highcharts working with other data format
- Highcharts reflow is not updating Highcharts container width
- Conditional Symbols in Highcharts
- Add text to generated quadrant area by x and y plot lines , highcharts
- Create new value in legend for 2nd and 3rd drilldown
- Creating a chart in angular2 to show the median value of given data
- Highcharts Point.update() Crash On Google Chrome Version 49
- Proper Flag position over histogram bell curve
- Highcharts - programmatically draw a line or graphic between two related points
- Get data from several series Highcharts
- Highcharts Y axis needs to be on the X axis
- How to correct mouse event in Highcharts
- Need help in simplifying the code to synchronise tooltips and crosshairs for Highcharts,
- yii highcharts how to set date format in x-axis
- Highstocks chart multiple pane width and y axis alignment issue
- Width for labels on x Axis with grouped Categories in Highcharts
- tooltip formatter Highcharts not work with Firefox ? - Bug?
- Highcharts Chart is not completely hidden if the smartGWT Layout id hidden
- Highcharts {Pie} - Change dataLabels connector curve
- Time interval is inactive in trading view chart
- Highcharts:column drill down:JSON
- Section wise labeling in highchart
- Highchart data based to set div width and height dynamically
- Highcharts remove renderer path
- How to find the linkedSeries in Highcharts
- See Highcharts tooltip under a image