Fix bug with formats in the data processor (reported by Peter Hull)

pull/1/head
Ole Laursen 15 years ago
parent e55b5b4d61
commit 97c0fc820a

@ -38,6 +38,8 @@ Bug fixes
Anjargolian).
- Fix issues with blurry 1px border when some measures aren't integer
(reported by Ara Anjargolian).
- Fix bug with formats in the data processor (reported by Peter Hull,
issue 534).
Flot 0.7

@ -633,6 +633,7 @@
s = series[i];
points = s.datapoints.points,
ps = s.datapoints.pointsize;
format = s.datapoints.format;
var xmin = topSentry, ymin = topSentry,
xmax = bottomSentry, ymax = bottomSentry;

Loading…
Cancel
Save