score:1
Accepted answer
I prepared a demo which shows how to keep tooltip shown for the last point.
Demo: https://jsfiddle.net/BlackLabel/vL7k1yce/
render() {
let chart = this,
points = chart.series[0].points;
chart.tooltip.refresh(points[points.length - 1]);
}
Is that what you wanted to achieve?
API: https://api.highcharts.com/highcharts/chart.events.render
API: https://api.highcharts.com/class-reference/Highcharts.Series#addPoint
Source: stackoverflow.com
Related Query
- How to show annotation for every point on highchart then disappear them
- How to get id for every data point in highchart
- Highchart show grid lines on y-axis for every point
- how to add dashed border on highcharts "area" graph for every point
- How we can show Highchart column-placement chart for negative values?
- How to show custom text inside of each point in highchart gantt?
- How do I make the title blank disappear for a highchart spider chart?
- how to avail bg color for every bar in highchart
- How to highlight and show tooltip for correct (left / right) step point instead of the closest point
- Highcharts - How to show two tooltips for single point at different positions of chart?
- 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?
- How to apply borderRadius only for top side of Column or Bar in Highchart
- How to break highchart bars for extreme values
- programatically fire a click event for a point on highchart scatter plot
- How can I force highcharts to show every x-axis label regardless of spacing constraints?
- How to show always the pop-up at the point in a cloud graph?
- How to add box shadow for highchart chart?
- Creating a Highchart for every data set
- How to show 0 for incomplete Series in Highcharts
- How do you show grid lines for both x axis and y axis in highchart?
- Show Gridline on Y axis for 0 point only
- Highchart tooltip show nearest point
- Highchart showing indicator at last point for line chart
- How To Show All Data Labels For Datetime Axis In Highcharts
- How to show Legends for all the series data in stacked column chart Highcharts?
- how to change the point format for drill down in pie charts?
- how to pass datalabels along with data to show it in tooltip in highchart
- how to add dynamic xaxis category label name in new point highchart
- How to reformat a HighChart series to for CSV export
- highchart stock : graph disappear when containing weekend data point
More Query from same tag
- HighCharts X-Axis Date Not Working (00:00)
- Vertical line within bars of a stacked bar chart using recharts or highcharts
- Show logo and menu before Highcharts
- Avoid showing duplicate stack labels on the every column series in a. highcharts
- Remove spaces between columns in HighChart
- Highstock padding/margin with range selector
- Highchart reloading upon call issue - javascript
- Animation end callback after adding points
- Legends in variable radius pie Highcharts
- Highchart : Add data padding for left stepped area last point
- High charts date getting changed to random years
- HIghcharts.js add catgories with addseries on column chart
- Highcharts: How can I make the range attribute work?
- Highcharts fill serie's color on svg marker
- how can I hide bottom vertical lines highcharts.js
- Click event on highcharts chrosshair
- Function to call Highcharts with ajax?
- Highcharts chart with Error bars from CSV
- Highchart How to set pie chart sliced distance gap wider to one another
- Highcharts styling, Legend & custom fonts
- Highcharts solidgauge arc shape with 5 diffrent solid color (no gradiant)
- How to add a separate marker(an arrow) under a line
- ReferenceError: Highcharts is not defined when using lollipop series in react
- Fixed bar width, tick interval in Highstock
- Highcharts Solid Gauge Dynamic Update Using JSON
- How do I extract array values from hashes?
- Disable percent stacking on legendItemClick in percent stacked column highchart
- Highcharts - Changing chart type
- highcharts / highstock column doesn't show all datalabels
- HighChart isn't plotting data correctly