Google style chart - interactive: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
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); |