score:1
Accepted answer
You should be able to get global Highcharts
variable and call onMouseOver
method on a specific point.
Highcharts.charts[0].series[0].points[0].onMouseOver();
You can also dispatch mousemove
event directly on a svg element.
document.getElementsByClassName('highcharts-point')[0].dispatchEvent(new Event('mousemove', { 'bubbles': true }));
API Reference: https://api.highcharts.com/class-reference/Highcharts.Point#onMouseOver
Source: stackoverflow.com
Related Query
- Highcharts: Trigger showing tooltip programatically with selenium
- Highcharts - Keep tooltip showing on click
- Always showing tooltip on all columns in Highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts load data with ajax to populate the tooltip
- Highcharts not showing tooltip after update from null
- Highcharts - multiple yAxis each with its own tooltip
- Data with timestamp group to month(like Jan, Feb, March) and showing as total count for month in Highcharts
- Testing Highcharts with selenium
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Highcharts tooltip in scrollable container scrolls with the content
- How to trigger a legend click in HighCharts with jQuery?
- Highcharts changing tooltip datetime with formatter
- Tooltip in chart with line- and scatter plot in highcharts 3.0.7
- Highcharts 5 tooltip colour with custom css class
- Highcharts tooltip not showing on chrome
- How to edit tooltip in Highcharts C# code
- highcharts dataLabels support RTL with enable hover it for show tooltip
- highcharts donut chart center text overlaps with tooltip
- Enable and disable Highcharts tooltip with drill menu
- how to use highcharts tooltip formatter in python code
- Highcharts synchronize tooltip on multiple charts with multiple series
- passing formatting JavaScript code to HighCharts with JSON
- Wrong date in tooltip in charts with daylight savings time in highcharts
- Highcharts: showing tooltip with calculated value at Crosshair
- Highcharts (highstocks) tooltip does not work on latest firefox 64.0 with useHTML=true
- highcharts x-axis not showing with series of just one value
- Showing arrays in an array in tooltip in Highcharts
- Highcharts tooltip showing selected points
- Highcharts series name with '<' not rendered in tooltip
More Query from same tag
- Highcharts xaxis datetime zoom
- How to add two different mouse over for two different type of series in same chart?
- Highcharts column range dataLabels reversed
- scrollablePlotArea and drilldown button position
- Gauge central value don't show
- how can we draw column chart with stacked column chart in a single high chart?
- Highchart display of more than 1 series is not showing
- pie chart in highchart with dynamic data
- Highcharts Angular - Highcharts Error #12
- Show custom xaxis in highchart with angular
- Highcharts: Click to Highlight instead of Hide (= Always show non-selected)
- highstock display tooltip wrong in iframe
- Group of ungrouped column chart
- How to customize a tooltip number in Highcharts?
- R-highcharter combine tooltips
- Multi Series Highchart Data with Multidimensial Array
- Highmaps: how to disable map zoom by mouse scroll
- Highcharts version 7.1.1 how to offline-exporting PDF with amd modules
- Highcharts bar: height by xAxis
- Horizontally Synchronised Highcharts Problems
- Zoom xy proportionally in Highcharts scatter plot
- Highcharts.js - Background color of axis only
- highcharts animation multiple spline per second
- Combination charts - Word chart with bar chart
- How set options from HIGHCHARTS in a chart using vue chartkick
- Combination of Scatter HighChart with Polynomial Chart
- Drill from Bar to Pie - xAxis Still Present
- Highcharts addPlotLine for one set of values
- Highcharts spline chart not rendering in IE and mozilla
- Highstock / Highcharts dataGrouping points outside of viewport / canvas