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 25: | Line 25: | ||
); | ); | ||
points.push(p); | points.push(p); | ||
x.push(x1); | |||
y.push(y1); | |||
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 36: | ||
brd.update(); | brd.update(); | ||
}; | }; | ||
} | } | ||
// Filled area. We need two additional points [start,0] and [end,0] | // Filled area. We need two additional points [start,0] and [end,0] |