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: | brd.createElement('point', [b[0],b[1]], {strokeWidth:2, strokeColor:'#ffffff', | ||
highlightStrokeColor:'#ffffff', fillColor:' | highlightStrokeColor:'#ffffff', fillColor:'white', | ||
highlightFillColor:'#0077cc', style: | highlightFillColor:'#0077cc', style:6}); | ||
} | } | ||
x.push(x[i]); | x.push(x[i]); | ||
y.push(0); | y.push(0); | ||
brd.createElement('curve', [x,y], {strokeWidth:3, | brd.createElement('curve', [x,y], {strokeWidth:3, strokeColor:'#0077cc', highlightStrokeColor:'#0077cc',fillColor:'#e6f2fa'}); | ||
} | } | ||
</jsxgraph> | </jsxgraph> | ||
[[Category:Examples]] | [[Category:Examples]] |
Revision as of 10:32, 9 May 2009