We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55b5b4 commit 97c0fc8Copy full SHA for 97c0fc8
NEWS.txt
@@ -38,6 +38,8 @@ Bug fixes
38
Anjargolian).
39
- Fix issues with blurry 1px border when some measures aren't integer
40
(reported by Ara Anjargolian).
41
+- Fix bug with formats in the data processor (reported by Peter Hull,
42
+ issue 534).
43
44
45
Flot 0.7
jquery.flot.js
@@ -633,6 +633,7 @@
633
s = series[i];
634
points = s.datapoints.points,
635
ps = s.datapoints.pointsize;
636
+ format = s.datapoints.format;
637
638
var xmin = topSentry, ymin = topSentry,
639
xmax = bottomSentry, ymax = bottomSentry;
0 commit comments