Difference between revisions of "Google style chart"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
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 12:30, 9 May 2009