A stack plot is similar to a Line Plot, the difference being that the data sets are stacked over one another. A simple example can be found here.
This task will require you to implement the following:
- Add functions to atleast two from the three renderers (AGG/SVG/CoreGraphics) to allow drawing of solid polygons.
- Add the capability to allow stacking of data sets in Line Chart.