Google style chart - interactive: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 24: Line 24:
                     highlightFillColor:'#0077cc', style:6, name:'', fixed:true}
                     highlightFillColor:'#0077cc', style:6, name:'', fixed:true}
                 );  
                 );  
    /*
     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);
         this.setPosition(JXG.COORDS_BY_USER,this.X(),v*1.0);
     }
     }
    */


     points.push(p);
     points.push(p);

Revision as of 07:47, 6 July 2011