Closed (won't fix)
Project:
Flot
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2009 at 18:33 UTC
Updated:
19 Jan 2018 at 16:39 UTC
Jump to comment: Most recent
This patch fixes the display of value field when set to 'raw' display. The current code increments the value each time it encounters a value with a timestamp. This patch preserves this behavior when the display is set to 'count,' but will add the value instead when the display is set to 'raw.'
| Comment | File | Size | Author |
|---|---|---|---|
| flot-datapoint-raw.patch | 1.09 KB | Will White |
Comments
Comment #1
R.J. Steinert commentedI've hacked this module to work for my use case as well. https://github.com/rj-steinert/Drupal-Flot
And I believe this Issue is a duplicate of http://drupal.org/node/845670
Comment #2
beakerboy