score:18
Accepted answer
you will have to look into the tooltip options: http://api.highcharts.com/highcharts#tooltip
i added the following bit of code that removed the numbers above kosten
tooltip:{
headerformat: '',
},
it basically replaces the values from the x axis (0,1,2, etc) in the tooltip with an empty string, therefore it doesn`t appear.
working example: http://jsfiddle.net/4pp1zhfb/5/
Source: stackoverflow.com
Related Query
- Highcharts how to remove headers from tooltip
- How to remove button from Highcharts
- How can I remove the white border from HighCharts pie chart?
- Highcharts - How to remove connecting line between fixed tooltip and point
- Highcharts - How to remove tooltip arrows
- 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?
- Remove UTC date from Highcharts tooltip
- 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 get the highlighted point from shared tooltip formatter, Highcharts
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- How to edit tooltip in Highcharts C# code
- how to use highcharts tooltip formatter in python code
- How do I remove padding from both sides of Highcharts area category chart?
- How to remove bullet from tooltip when using highchart?
- How to hide series name from tooltip in Highcharts scatter plots for linear regression
- How to call Highcharts tooltip formatter function from outside the config object?
- Highcharts - how to access category of multiple axis of the point from tooltip
- how to prevent highcharts tooltip popup from hiding, on graph area or browser window resize?
- How to remove the decimal .00 from the default highcharts configuration?
- Highcharts : remove custom legend tooltip from export
- How to show an additional column from CSV file as a tooltip in Highcharts
- How To Show Tooltip In Sparkline Chart From Code
- Parsing JSON for use with Highcharts using jquery .parseJSON or JSON.parse: how to remove quotes from function calls for formatters?
- How to set tooltip border color from series in Highcharts
- How to label Highcharts tooltip from json data?
- how to remove extra data point from x-axis in highcharts
More Query from same tag
- Highcharts plot MACD + EMA + Volume
- Is there a maximum number of x-Axis items in HighCharts
- highstock crosshair width according to zoom
- highcharts using pie chart plotOptions
- Date formatting for X-axis labels only showing as 'Jan'
- (jQuery Highchart) Is there any way to put extra custom data inside Tooltip Box?
- Getting extra series data from hash to show up in tooltip in highstock
- How to open new chart to the adjacent <div> on bar click in highchart
- Uncaught TypeError: undefined is not a function when using highcharts
- Using HTML5 Custom Data Attributes to pass data from <div to javascript
- how to import highcharts with webpack and babel
- How to add table on click over each column in Highcharts Reactjs?
- Rails + PostgreSQL group data hourly with datetime
- How to stop resetting zoom when switches to other chart type in highcharts
- Add borderColor for map Highcharter R
- How do I remove the pale line between events in a Highcharts columnrange chart?
- highmap does not display
- Avoid displaying y axis label and points when there is no data: HIghcharts
- how to set legend or colors on the charts consistent?
- Format point value in hightcharts
- HighChart in ASP.NET MVC with Database connection
- Highcharts javascript library - marker halo zIndex?
- Highcharts - date on xAxis label difference on tooltip
- Highstock - Can't update using value from file, data type?
- How to make Highchart 2 or more inner Pie but only 1 outer pie with donut type?
- How to create highlight area under curve in high chart?
- json date format to Highcharts date format
- designing web app using nodeJS and HighStocks (or Google Annotation Time Line)
- Mutiple Highcharts with different ajax calls
- How to create column-range chart from data of a HTML table?