Graphr icon indicating copy to clipboard operation
Graphr copied to clipboard

Suggestion : Add remove Equation

Open alghraibeh opened this issue 9 years ago • 0 comments

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

alghraibeh avatar Sep 08 '15 10:09 alghraibeh