From cb2e3d2743c0f88b430f14b7a396aa1a583dc978 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Tue, 22 Mar 2011 07:30:12 -0400 Subject: flot-0.7 --- examples/stacking.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/stacking.html') diff --git a/examples/stacking.html b/examples/stacking.html index 62e0c7b..b7de391 100644 --- a/examples/stacking.html +++ b/examples/stacking.html @@ -3,8 +3,8 @@ Flot Examples - - + + @@ -50,7 +50,7 @@ $(function () { $.plot($("#placeholder"), [ d1, d2, d3 ], { series: { stack: stack, - lines: { show: lines, steps: steps }, + lines: { show: lines, fill: true, steps: steps }, bars: { show: bars, barWidth: 0.6 } } }); -- cgit v1.2.3