Closed
Bug 438710
Opened 17 years ago
Closed 17 years ago
new front end displays half sized intervals for series sets.
Categories
(Webtools Graveyard :: Graph Server, defect)
Webtools Graveyard
Graph Server
Tracking
(Not tracked)
VERIFIED
FIXED
0.6
People
(Reporter: anodelman, Assigned: rdoherty)
References
()
Details
Attachments
(1 file)
2.34 KB,
patch
|
anodelman
:
review+
|
Details | Diff | Splinter Review |
Series data (data of the form (0, val0), (1, val1), (2, val2)) is being displayed as (201.5, val), (202.5, val). Intervals should always be whole numbers as that is how they are collected.
(See the display by hovering over the large graph in the linked url).
Updated•17 years ago
|
Assignee: nobody → rdoherty
Target Milestone: --- → 0.3
Comment 1•17 years ago
|
||
Moving to 0.4 since 0.3 is the 'get stable' milestone.
Target Milestone: 0.3 → 0.4
Assignee | ||
Comment 2•17 years ago
|
||
Series data doesn't work now, moving to 0.5 until we get it working.
Target Milestone: 0.4 → 0.5
Assignee | ||
Updated•17 years ago
|
Target Milestone: 0.5 → 0.6
Assignee | ||
Comment 3•17 years ago
|
||
Attachment #338887 -
Flags: review?(anodelman)
Reporter | ||
Updated•17 years ago
|
Attachment #338887 -
Flags: review?(anodelman) → review-
Reporter | ||
Comment 4•17 years ago
|
||
Comment on attachment 338887 [details] [diff] [review]
Fix for half sized intervals [checked in]
When hovering over a given bar in the graph you still get half sized indexes appear in the status bar (ie, '0.5', '1.5' instead of '0', '1').
Assignee | ||
Comment 5•17 years ago
|
||
This works for me when I apply the patch. Not sure what's going on...
Reporter | ||
Comment 6•17 years ago
|
||
Comment on attachment 338887 [details] [diff] [review]
Fix for half sized intervals [checked in]
Drat, it does work but I didn't properly update to the new code.
Attachment #338887 -
Flags: review- → review+
Assignee | ||
Comment 7•17 years ago
|
||
Committed, revision 122:b2292094c5bd
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•17 years ago
|
Attachment #338887 -
Attachment description: Fix for half sized intervals → Fix for half sized intervals [checked in]
Comment 8•16 years ago
|
||
Verified FIXED;
http://graphs-stage.mozilla.org/graph.html#type=series gives me full indices, while http://graphs.mozilla.org/graph.html#type=series gives me increments in halves.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•