Settings and activity
5 results found
-
1 voteOleksandr Poshtaruk shared this idea ·
-
4 votesOleksandr Poshtaruk supported this idea ·
-
1 vote
Actually it seems like you are looking for something more than a simple popover text display, especially since you mention buttons and events etc, I think it would be better for you to go with a completely custom implementation. You can hook up to point events to get started: http://jsfiddle.net/highcharts/rsvkc3x3/
Oleksandr Poshtaruk shared this idea · -
34 votes
Hi, this feature is prevented in two places, because there were problems with text being selected when trying to zoom in. See https://github.com/highcharts/highcharts/issues/3224.
If you want to enable text selection, there are two lines where the event handling is prevented. If you comment out both these lines, your users can select text:
- https://github.com/highcharts/highcharts/blob/v5.0.14/js/parts/Pointer.js#L756
- https://github.com/highcharts/highcharts/blob/v5.0.14/js/parts/Pointer.js#L813Oleksandr Poshtaruk supported this idea · -
5 votesOleksandr Poshtaruk supported this idea ·