Closed
Bug 1236872
Opened 10 years ago
Closed 10 years ago
Cumulate option for charts does not cumulate
Categories
(Bugzilla :: Reporting/Charting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 238835
People
(Reporter: martin.th.fei, Unassigned)
Details
Attachments
(1 file)
|
26.84 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
Steps to reproduce:
Create a chart with "Cumulate" checked.
Actual results:
A line chart appears where the area below the lines is filled (the integral, so to speak). Some areas are obscured by overlapping areas. The areas are not stacked on top of each other.
Expected results:
A proper cumulated chart should appear with stacked areas as described in the documentation: "...that is, to plot each one using the previous one as a baseline, so the top line gives a sum of all the data sets."
| Reporter | ||
Comment 1•10 years ago
|
||
I saw bug 231391 from 2012. However, it does not seem to address this issue here.
Comment 2•10 years ago
|
||
The problem is that not all data are generated at the same time, and so 2 values never cumulate for a given time.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•