Settings and activity
2 results found
-
111 votes
I’ve tried to modify Joe’s patch into a plugin so that it can run without modifying Highcharts itself. The result can be seen at http://jsfiddle.net/highcharts/c42Ms/.
I didn’t have time right now to check across browsers, but I’m open for suggestions for improvements.
An error occurred while saving the comment An error occurred while saving the comment Bastian Buchholz commentedOr you can set e.returnValue to false.
Example: http://jsfiddle.net/q6AR9/1/
An error occurred while saving the comment Bastian Buchholz commentedIn IE 8 a return false; at the end of the oncontextmenu function would be useful to prevent that the browsers contextmenu is shown.
A simple preventDefault is not enough.Here is the fork with the patch: http://jsfiddle.net/g69Uq/
Bastian Buchholz supported this idea · -
3 votes
I set up a plugin that you can use: http://jsfiddle.net/highcharts/acPw9/
An error occurred while saving the comment Bastian Buchholz commentedHere is an example that returns the max / min points: http://jsfiddle.net/rbyz5/
The patch does not work anymore with Highcharts 3.0...