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}
                 );  
                 );  
    points.push(p);


     p.rendNode._num = i;                          // memorize the number of this point in the array
     p.rendNode._num = i;                          // memorize the number of this point in the array
Line 34: Line 35:
     };
     };


    points.push(p);
     x.push(x1);
     x.push(x1);
     y.push(y1);
     y.push(y1);

Revision as of 08:00, 6 July 2011