Google style chart - interactive: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 26: | Line 26: | ||
p.highlight = function() { | p.highlight = function() { | ||
var v = prompt("New value:",y1); | var v = prompt("New value:",y1); | ||
this.setPosition(JXG.COORDS_BY_USER,this.X(),v*1.0); | |||
} | } | ||
points.push(p); | points.push(p); | ||
x.push(x1); | x.push(x1); |