Save Timeline as Image

Hello !

Is there already a implemented way to save a graph generated with timeline as a png file ?

Thank you !

Sebastian

There is no built in function for doing this on the server side I’m afraid.

However, since the Timeline uses HTML5 Canvas in most browsers I think in theory it could be possible (haven’t tried it myself) to get at least the graph part of the timeline by using Javascript and calling toDataUrl() on the canvas. This however will not include the x-axis or y-axis values since they are not rendered in the canvas.

Another way I can think of is using an addon such as the
Screenshot-addon
to capture the Timeline. Haven’t tried that myself so I don’t know how good it will work though.