Closed Bug 1117971 Opened 10 years ago Closed 10 years ago

Make avg/min/max displays on the line graph optional

Categories

(DevTools :: General, defect)

37 Branch
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 37

People

(Reporter: jsantell, Assigned: jsantell)

References

Details

Attachments

(1 file, 1 obsolete file)

Used for the web audio editor's automation view, the average, min and max tooltip, gutter and lines should be optional.
Blocks: 1108928
Assignee: nobody → jsantell
Status: NEW → ASSIGNED
Comment on attachment 8544208 [details] [diff] [review] 1117971-linegraph-options.patch Review of attachment 8544208 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/devtools/shared/widgets/Graphs.jsm @@ +1444,5 @@ > + this._maxTooltip.hidden = this._showMax === false || !totalTicks || distanceMinMax < LINE_GRAPH_MIN_MAX_TOOLTIP_DISTANCE; > + this._avgTooltip.hidden = this._showAvg === false || !totalTicks; > + this._minTooltip.hidden = this._showMin === false || !totalTicks; > + this._gutter.hidden = (this._showMin === false && this._showMax === false) || !totalTicks || !this.withTooltipArrows; > + Nit: whitespace.
Attachment #8544208 - Flags: review?(vporof) → review+
Attachment #8544208 - Attachment is obsolete: true
Attachment #8544279 - Flags: review+
Flags: in-testsuite+
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
No longer blocks: 1108928
Blocks: 1118576
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 37
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: