Bug 58924 - Dashboard / report : It should be possible to export the generated graph as image (PNG)
Summary: Dashboard / report : It should be possible to export the generated graph as i...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-27 11:54 UTC by benoit.wiart
Modified: 2016-01-28 22:54 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description benoit.wiart 2016-01-27 11:54:33 UTC
this patch change the axis rendering to the canvas (vs css+html)
the image export is done with the download attribute if supported 
see http://caniuse.com/#feat=download
or by changing the browser location : with this method it's not possible
to set the filename.
Comment 1 benoit.wiart 2016-01-27 11:55:59 UTC
PR https://github.com/apache/jmeter/pull/90
Comment 2 Philippe Mouawad 2016-01-28 22:54:11 UTC
Date: Thu Jan 28 22:53:51 2016
New Revision: 1727447

URL: http://svn.apache.org/viewvc?rev=1727447&view=rev
Log:
Bug 58924 - Dashboard / report : It should be possible to export the generated graph as image (PNG)
#resolve #90
Bugzilla Id: 58924

Modified:
    jmeter/trunk/bin/report-template/content/js/graph.js.fmkr
    jmeter/trunk/bin/report-template/content/pages/OverTime.html.fmkr
    jmeter/trunk/bin/report-template/content/pages/ResponseTimes.html.fmkr
    jmeter/trunk/bin/report-template/content/pages/Throughput.html.fmkr
    jmeter/trunk/xdocs/changes.xml
Comment 3 Philippe Mouawad 2016-01-28 22:54:39 UTC
Thanks a lot.
Commited with little fixes to graph names.
Comment 4 The ASF infrastructure team 2022-09-24 20:38:02 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3797