Google style chart: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 32: | Line 32: | ||
y.push(b[1]); | y.push(b[1]); | ||
} | } | ||
brd.createElement('point', [b[0],b[1]], {strokeWidth:3, | brd.createElement('point', [b[0],b[1]], {strokeWidth:3, strokeColor:'#ffffff', | ||
highlightStrokeColor:'#ffffff', fillColor:'#0077cc', | highlightStrokeColor:'#ffffff', fillColor:'#0077cc', | ||
highlightFillColor:'#0077cc', style: | highlightFillColor:'#0077cc', style:5}); | ||
} | } | ||
x.push(x[i]); | x.push(x[i]); |
Revision as of 10:31, 9 May 2009