Creating area graphs in jqplot

How can area graphs be created in jqplot? Example can be seen here: dygraphs JavaScript Visualization Library

In the example the line graphs and the grid are superimposed on the area graphs. I dont think it is supported out of the box for jqplot. I would normally do this with a double fill:

  • the first has a non-white fill from the zero line to the top line
  • the second has a white fill from the zero line to the bottom line
    This would lead to the grid being made invisible. Perhaps someone has encountered this before and knows of a solution?