From 2e513c99aaad6f35286433101ef120a291f253a4 Mon Sep 17 00:00:00 2001 From: Julien Bouyoud Date: Sat, 16 Nov 2013 08:38:26 +0100 Subject: [PATCH] Patch for Issue 707 and 778 - Fixes the issue where steps altering user datapoints - Do not altering user data points for drawing lines with steps (even stacked); just consider drawing with steps enables a different kind of plotting and clipping on lines and areas; that assuming that drawing with steps must always go horizontally and then verticaly (like previous inserted datapoints). --- examples/series-types/index.html | 6 ++- jquery.flot.fillbetween.js | 13 ------ jquery.flot.js | 72 ++++++++++++++++---------------- jquery.flot.stack.js | 12 ------ 4 files changed, 39 insertions(+), 64 deletions(-) diff --git a/examples/series-types/index.html b/examples/series-types/index.html index f26debb..4398763 100644 --- a/examples/series-types/index.html +++ b/examples/series-types/index.html @@ -6,7 +6,8 @@ - + +