score:1
Accepted answer
You're closing the tbody
before the last value (HINDCAST - SPREAD), once put outside the for loop it works :
...
tooltip += '<tr><th style="font-size: 14px; color: ' + point.series.color + '">' + point.series.name + ': </th>' +
'<td style="font-size: 14px">' + point.point.low + '℃ -' + point.point.high + '℃' + '</td></tr>'
}
});
tooltip += '</tbody></table>';
return tooltip;
...
Source: stackoverflow.com
Related Query
- Highcharts tooltip formatter function does not display values in table correct
- Highcharts does not display years on Xaxis when data with NULL values
- Highcharts Tooltip does not display utf-8 correctly
- Highcharts setExtremes() does not display the correct interval for one day
- How to use the tooltip formatter and still display chart color (like it does by default)?
- HighCharts chart export (screenshot download) does not display Navigator graph
- how to pass values to tooltip which not in x and y axis in highcharts
- Highstock tooltip Formatter not able to display extra data
- how to use highcharts tooltip formatter in python code
- HighCharts: Category values are repeated. Tooltip not showing the correct date
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- tooltip in highcharts does not work properly
- Highcharts display label for pie chart using html table as data source
- Highcharts (highstocks) tooltip does not work on latest firefox 64.0 with useHTML=true
- How to call Highcharts tooltip formatter function from outside the config object?
- highcharts from HTML table does not getting the x axis key
- Highcharts tooltips formatter return function throwing Uncaught TypeError: j.call is not a function
- Highcharts Stacked Column chart from JSON not charting correct values
- Highcharts heat map does not work with a wide range of data values (min: 0, max: 5,000,000)
- Highcharts heatmap does not render correct colours according to specified colour stops
- Values not display in highcharts
- Highcharts on zeppelin 0.6.0 executes but does not display any chart
- HighCharts does not recognize a function of Legend
- tooltip formatter Highcharts not work with Firefox ? - Bug?
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Highcharts (highstock.js) exporting function does not work on Embedded Visualforce pages
- Highchart tooltip formatter function not able to get x value (this.x)?
- Highcharts - SMA Indicator does not display
- How can I fix the error #17 "The requested series type does not exist" error when trying to display a highcharts graph in Vue.js?
- HighCharts Does not display Graphics after hosting with Laravel Project
More Query from same tag
- React / High chart / Stacked bar label for each block
- how to add percentage sign along with int value in graph in java script
- Highcharts 5 - Radar Charts with circle round the outside
- unable to fetch temperature data in highcharts
- Highcharts set the default y column values
- Highchart, CSV and 48h timeline, show last 48 hour data
- Highstock chart - JSON input not working
- Show HighCharts tooltip when chart loads
- How can I put total in the title highchart
- How can I add a link to a Highcharts series name in the legend?
- Unable to apply custom pipe to high chart tooltip values
- highcharts fixed point width is not working when a series is hidden
- Highcharts labels cut off
- How to remove empty axis ticks in Highcharts?
- Highcharts Map not Zooming Properly
- Showing a cross-hair programatically in Highcharts
- Highcharts if title contains number it shows invalid data
- How to add one more value against at the end of each bar with a legend
- Starting point of navigator Highstocks
- drawing two spline series with different number of values
- Highcharts convert: not showing pie chart data labels
- How can I use the chart.addButton() method?
- Highcharts linked views
- javascript highchart photo slide
- In Highcharts after zoom in and zoom out some of the x-axis values are not display
- Highcharts, Show specific tick on a datetime xaxis type
- Highchart js zoom remove labels of series from legend
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- Highcharts: Bar inside of a stacked bar
- Vuejs Data Update