Google style chart: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 32: Line 32:
                     y.push(b[1]);
                     y.push(b[1]);
                 }
                 }
                brd.createElement('point', [b[0],b[1]], {strokeWidth:3, strockeColor:'#ffffff',
                                    highlightStrokeColor:'#ffffff', fillColor:'#0077cc', 
                                    highlightFillColor:'#0077cc', style:6});
             }
             }
             x.push(x[i]);
             x.push(x[i]);

Revision as of 10:30, 9 May 2009