Skip to content

Commit 97c0fc8

Browse files
committed
Fix bug with formats in the data processor (reported by Peter Hull)
1 parent e55b5b4 commit 97c0fc8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Bug fixes
3838
Anjargolian).
3939
- Fix issues with blurry 1px border when some measures aren't integer
4040
(reported by Ara Anjargolian).
41+
- Fix bug with formats in the data processor (reported by Peter Hull,
42+
issue 534).
4143

4244

4345
Flot 0.7

jquery.flot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@
633633
s = series[i];
634634
points = s.datapoints.points,
635635
ps = s.datapoints.pointsize;
636+
format = s.datapoints.format;
636637

637638
var xmin = topSentry, ymin = topSentry,
638639
xmax = bottomSentry, ymax = bottomSentry;

0 commit comments

Comments
 (0)