Open
Bug 1611203
Opened 1 year ago
Updated 8 months ago
Make it possible to embed Perfherder graphs in other pages
Categories
(Tree Management :: Perfherder, enhancement, P3)
Tree Management
Perfherder
Tracking
(Not tracked)
NEW
People
(Reporter: mconley, Unassigned)
Details
Perfherder lets us see graphs of performance measurements in a nice way. It'd be great if we could embed those graphs on sites like https://www.arewefissionyet.com - those kinds of sites gather together lots of project-related information in one place, and it'd be lovely to get perf measurements in there too.
Updated•10 months ago
|
Priority: -- → P3
Comment 3•8 months ago
|
||
Attempted to do this with an iframe and by setting an id on the chart, but so far no luck. each graph page has a custom url, but using something like http://url.of.graph#id-of-graph didn't work because the graph is created+loaded after the page renders. my guess is this would have to be a new API endpoint, open to ideas
You need to log in
before you can comment on or make changes to this bug.
Description
•