Search found 3 matches

Go to advanced search

by Val
Mon Jan 24, 2022 12:48 pm
Forum: Highcharts Usage
Topic: Getting tooltip position and parameters.
Replies: 1
Views: 293
 
Jump to post

Getting tooltip position and parameters.

Hi, So what I'm trying to figure out is how I can get the exact position (x, y) and parameters (width, height) of the currently displayed tooltip. plotOptions: { series: { cursor: 'pointer', point: { events: { click: function (e) { const data = { plotX: this.tooltipPos[0], plotY: this.tooltipPos[1],...
by Val
Tue Nov 09, 2021 2:00 pm
Forum: Highcharts Usage
Topic: Actual Interactive Tooltips
Replies: 2
Views: 318
 
Jump to post

Re: Actual Interactive Tooltips

I can't seem to find the edit if it exist so I'll add another info.

I'm using https://github.com/highcharts/highcharts-react and the best I've come up with was using the popover from material-ui by registering the onclick event of the chart property, but that doesn't provide me with the tick data.
by Val
Tue Nov 09, 2021 1:37 pm
Forum: Highcharts Usage
Topic: Actual Interactive Tooltips
Replies: 2
Views: 318
 
Jump to post

Actual Interactive Tooltips

I've looked in multiple places and I couldn't find an answer to what I was searching. What I'm trying to achieve is having an actual sticky interactive tooltip. The chart itself will function regularly with the tooltip showing on hover, but once the user clicks on a specific point in the chart the t...

Go to advanced search