Difference between revisions of "Google style chart - interactive"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
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: | ||
}; | }; | ||
− | |||
x.push(x1); | x.push(x1); | ||
y.push(y1); | y.push(y1); |