score:2
Accepted answer
the tooltip object is not instantiated until the document.onreadystatechange
is fired with a state of complete
.
if you add the following to your code then it should defer attempting to raise the tooltip until it has been created
document.attachevent('onreadystatechange', function () {
if (document.readystate === 'complete') {
chart.tooltip.refresh([chart.series[0].points[1]]);
chart.tooltip.hide = function () { };
chart.tooltip.hidecrosshairs = function () { };
}
});
Source: stackoverflow.com
Related Query
- HighChart 'tooltip' object is not found on the very next line in IE8
- Highchart - line or area not starting at the left point
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- Is it possible to trigger tooltip in highchart of a line chart ONLY when the mouse hovers over the point?
- highcharts Line color in the chart, in the legend and in the tooltip do not match
- HighChart - Stacked Bar chart - To show dash line over the bar chart but it is not visible on Left side of the bar
- Highchart : Line Chart not Loading the data from Database on screen
- How to display highchart series line marker symbol from tooltip formatter?
- Highchart Area Range chart with gradient that follows the line
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Scatter tooltip of highchart is not being displaying
- Border Styles for the Highchart tooltip
- Highcharts shared tooltip for line series and scatter plot not working
- highchart chart redraw method is not refreshing the chart
- HighChart Libraries Android: HIOptions not found in HIChartView
- Getting the complete XML source out of an XML DOM object
- Highchart how to animate from the xaxis bottom line upward
- I had created a scatterplot using Highcharts but the the point.z value is not getting displayed in tooltip
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- Tooltip is not hidden after formatting in highchart
- Highchart not displaying the pie chart with Ajax data
- html button not firing event to the required graph container firing to different graph in Highchart JS
- Highstock shared tooltip multiple series - show data for line when not on point
- How to do In highchart tooltip display the first 100 characters and then say "See more .."?
- How to make two charts using highchart show up in the same line side by side using div
- highchart tooltip not follow mouse
- HighCharts: Category values are repeated. Tooltip not showing the correct date
- continue the line drawing on dotnet highchart
- $.getJSON is not getting the values to show as a line graph
- Labels string from Asp.net does not distributed in the highchart
More Query from same tag
- How to import highcharts-more
- Export HighChart as an image in excel file together with the other page contents
- Highcharts fill in scatter plot data with 0s
- jquery flip! component: highchart is no longer interactive?
- Highchart - hide name in legend if no data
- HighChartTable.js yAxis integer Only
- How to show a column with the value Zero in Bar chart in Highcharts?
- HighStock chart get hange browser when new data fill at 10sec interval
- Highcharts angular cannot read property 'series' of undefined
- y-axes of Highcharts line chart
- How to make highcharts with dynamic datetime range with monthly interval
- setting the categories using ajax in highcharts
- highcharts subtitle formatting
- Highcharts not redrawing when series are updated inside subscribe callback
- Highchart - how to control gap between series
- Remove column spacing between bars highchart
- How to change the point color to red that is lowest point plotted in the graph and 2nd issue is animation effect is not supporting in the ie10,ie8
- Highcharts - How to hide the last category tick label on xAxis with scrollbar
- Plugin to convert JSON object from API to Highcharts format
- highcharts highmaps parsing json data to display world map with rich info
- Move highcharts yAxis.tickPositioner callback function outside to some util function
- Showing all values on one point on x axis and changing range for rCharts highcharts
- Highcharts: using Google Analytics to capture event actions for exporting the chart
- HighCharts: How to pass x and y value of selected point to Rails
- HighChart: Stacked Column Chart with dropdown
- Slider implementation for the dates on the x-axis not working correctly in Highcharts
- Multiple series data Highcharts line
- Create six chart with the same rendering,different data (highchart )
- Highcharts - gap between series in stacked area chart
- How to change time frame of the candle stick chart in Highcharts (Highstock)?