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 fcd4bce commit b15669fCopy full SHA for b15669f
jquery.flot.threshold.js
@@ -46,7 +46,7 @@ events.
46
var ps = datapoints.pointsize, i, x, y, p, prevp,
47
thresholded = $.extend({}, s); // note: shallow copy
48
49
- thresholded.datapoints = { points: [], pointsize: ps };
+ thresholded.datapoints = { points: [], pointsize: ps, format: datapoints.format };
50
thresholded.label = null;
51
thresholded.color = color;
52
thresholded.threshold = null;
0 commit comments