Settings and activity
4 results found
-
3 votes
An error occurred while saving the comment -
21 votes
An error occurred while saving the comment Adrian A. commentedOr you could just build HighCharts yourself from the Github repository :).
If you want to include only some parts in it, you just need to edit the build.xml file and in the "highcharts.files" part comment out the chart types that you don't need, so the resulting concatenated and compressed file will be smaller.
-
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 Adrian A. commented> I have modified the Highcharts 2.1.4 to support context menu..
Very nice :).Would someone from Highcharts simply include this patch?
-
171 votes
An error occurred while saving the comment Adrian A. commentedWhile having the legend draggable would help in some situations, even nicer would be if the legend would have some sort of smarter behavior, e.g. to shift around where it doesn't overlap something. This way the user wouldn't need to move it at all.
others already implemented this:
http://www.moxiegroup.com/moxieapps/gwt-highcharts/
(so this feature request is obsolete, isn't it?)