Commit 97c0fc82 authored by Ole Laursen's avatar Ole Laursen

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

parent e55b5b4d
...@@ -38,6 +38,8 @@ Bug fixes ...@@ -38,6 +38,8 @@ Bug fixes
Anjargolian). Anjargolian).
- Fix issues with blurry 1px border when some measures aren't integer - Fix issues with blurry 1px border when some measures aren't integer
(reported by Ara Anjargolian). (reported by Ara Anjargolian).
- Fix bug with formats in the data processor (reported by Peter Hull,
issue 534).
Flot 0.7 Flot 0.7
......
...@@ -633,6 +633,7 @@ ...@@ -633,6 +633,7 @@
s = series[i]; s = series[i];
points = s.datapoints.points, points = s.datapoints.points,
ps = s.datapoints.pointsize; ps = s.datapoints.pointsize;
format = s.datapoints.format;
var xmin = topSentry, ymin = topSentry, var xmin = topSentry, ymin = topSentry,
xmax = bottomSentry, ymax = bottomSentry; xmax = bottomSentry, ymax = bottomSentry;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment