gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

[enhancement?] river graphs #137

Closed ericlowry closed 9 years ago

ericlowry commented 9 years ago

I need a line graph that fills the area between two points (high and low).

Like the "normal" range on the graph below (light blue, hard to see):

http://ian.umces.edu/ecocheck/forecast/chesapeake-bay/2010/overview/

Today I am painting a composite graph with a high line and a low line, but I really want the area between the lines to be filled.

zoechi commented 9 years ago

The link is broken

ericlowry commented 9 years ago

@zoechi here is a link to the image: http://ian.umces.edu/ecocheck/images/forecast_flow_graph_2010.png

Note: I figured out how to accomplish this with a composite graph, but I still thing it would be nice feature for folks who need it.