aantthony
aantthony
Firefox support is currently limited since it uses the built in browser context menu. So in Firefox only the right-click menu works, although it is merged with the native menu...
Yes, by modifying the DOM nodes: ``` js // Boolean we will toggle as an example: var hidden = false; var menu = contextmenu([{ label: "Hide", onclick: function (e) {...
The idea was to have checkboxes like this:  But as you say, it has no effect. There is no implementation yet.
You could use your on contextmenu event to show the menu, instead of the contextmenu.attach function: var target = null; $("ul li").bind("contextmenu", function (e) { target = e.target; contextmenu.show(menu, e.target);...
Haha, oops. I just added mouse wheel event support for firefox in the latest commit: https://github.com/aantthony/graph.tk/commit/ff98c9a8bfb0de1e22753c8d8eefd49c7f0ea0bc Hopefully it works now?
Thanks :) It works for me on Chrome and Safari but I'm using the mac version. Does this page scroll?: http://aantthony.github.com/graph.tk/?cachebust=123 It should be firing the event "mousewheel" in main.js...
Hmm, it could be that the scaling speed constant: scaleconst is too low, or high. Maybe this is what's causing the problem: https://github.com/aantthony/graph.tk/blob/master/ui.js#L290
Just tried it on Chrome Mac Version 78.0.3904.97, and zooming was working (by using the mouse wheel). What operating system are you using @NSExceptional ?
Nope, nobody is working on this anymore.
Graph.tk doesn't support graphing summations.