score:1
Accepted answer
Sure, you just need to disable split property that is responsible for splitting the tooltip to multiple labels.
API reference: https://api.highcharts.com/highcharts/tooltip.split
Demo: https://jsfiddle.net/BlackLabel/e0ytgxsn/
tooltip: {
split: false
}
Source: stackoverflow.com
Related Articles
- Show Date alongside OHLC values in candlestick chart
- Highcharts/Highstock How to show original OHLC values in tooltip for chart drawn using adjusted OHLC values?
- Which chart type should i choose to show change in values between 2 dates?
- High chart date time conversion showing wrong values
- Column Chart Show datalabel for null values - Highcharts
- Highcharts - draw line chart with summed values but show breakup on hover
- Highcharts - show series values outside chart container?
- How to show data between two date range in spline chart of Highcharts?
- Highchart - show values on Chart
- HighCharts - HighStock - Show Date for Candlestick & Volume
- How to show an empty chart in beginning and populate values on button click
- Highcharts - How to show intermediate values on Area chart
- How To Show Tooltip In Sparkline Chart From Code
- HIGHCHARTS - Given a series with UNIX stamps and values pairs for the data, how do I show only the date for the first and last point on xAxis?
- Show xrange x and x2 values in chart
- Highcharts - Performance issue using chart with x values date and TIME
- create a chart with date values in highchart
- hPlot pie chart - show percentage in tooltip instead of absolute values
- How to show only integer values on yAxis of HighChart?
- How to hide zero values in Column chart
- How to show a column with the value Zero in Column chart in Highcharts?
- Highcharts: Show special marker on column chart
- Show tooltip of a column chart programmatically in StockChart (highchart)
- Total of values in HighCharts Pie Chart
- How to show all values at datetime axis in highcharts?
- Can highcharts crosshairs show on top of area chart fill?
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Show specific series values in the stack label using highcharts
- Hide 0 values in Stacked Column Chart in Highcharts
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Angular highcharts is returning error trying to draw a histogram
- Navigator showing at 1970 when first point is null
- On Export The Updated yAxis Title Is Lost
- Highcharts: Highmaps - Choropleth maps - All states are the same color
- Setting Order of R Highcharter Categories
- Same data in HighCharts and HighStock
- How to make highchart from view table in Yii2?
- Laravel 5.5 Console TV Bar Chart High Charts multipleDatasets and label
- Highcharts Xaxis remove old data and shift left
- highcharts is not respecting my x-axis' date interval
- Highcharts/Highmaps Uncaught TypeError: Cannot read property '0' of undefined error
- Highcharts axis break is not collapsing section
- Create Highchart graph from specific CSV file
- Receiving incorrect datetimes when using milliseconds for x-axis?
- highcharts now showing with activemq's amq
- Converting DateTime to EPOCH time is returning a new Date
- Generate a highchart based on the output of an array
- Pie chart from highcharts does not render via justpy
- TickWidth 0 for Categories (not in grouped category)
- Add custom buttons in Angular Highcharts Line Chart