-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP handler to return graph as image #36
Comments
This could be achieved with something like PhantomJS. We'd have to do the On Aug 8, 2012 5:24 PM, "Jonathan Davies" [email protected] wrote:
|
This could be achieved by drawing the graph normally, and then automatically pressing the |
I thought that Jonathan meant an URL which can be embedded in another page, i.e. |
Yes, that's what I mean. So the http handler for "graph" would actually return the PNG in the http response. |
Ah, then Cheng's suggestion is probably best. |
Can we have an HTTP handler that returns a PNG, please?
e.g. I'd like to go to http://perf/graph?width=640&height=480&som=41&xaxis=build_number&x_as_seq=on&legend_position=se&v_product=XenServer&f_branch=1&v_build_tag=&v_dom0_memory_static_max=752&v_machine_type=Dell+PowerEdge+2950&v_memsize=256&v_vmtype=dom0 and get just the graph as a PNG.
The text was updated successfully, but these errors were encountered: