Graphr icon indicating copy to clipboard operation
Graphr copied to clipboard

The JavaScript Graphing Calculator

Results 4 Graphr issues
Sort by recently updated
recently updated
newest added

Hi, I do not find any touch support for dy/dx, tracing etc. and screen sliding in mobile devices. Can that be enabled ?

I haven't dug into the code at all deeply, I just noticed that although you generate various exceptions when there are errors, the only place they seem to appear is...

I seem to be having trouble evaluating any expression involving `atan`, `acos` etc, regardless of whether it is in deg / rad / grad mode. ``` TypeError: this.convRadians is not...

Please add this code to remove selected graph this.removeInput=function(){ if(eval(this.currEq)==0){ this.refreshInputs(); jsgcalc.draw(); return; } jsgcalc.lines.splice(eval(this.currEq), 1); this.currInput--; this.refreshInputs(); jsgcalc.draw(); ``` } ``` to jsgui.js

enhancement