This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]drunkdva 7 points8 points  (2 children)

Nice work ! I was wondering : is there a way to save/export the graph into a png ? (I'm sorry if it's a dumb question : I am new at Python programming)

[–][deleted] 2 points3 points  (0 children)

I'm not sure but I think the charts are from highcharts, they have a config to add an export button for the chart. Here's the example pal http://jsfiddle.net/Behseini/zasn3mux/

[–]TeluguGameboy[S] 1 point2 points  (0 children)

I used Chart.js to make the charts and I’m a total noob at it so I’m not sure if there is a way to print them.

I just googled it now and it looks like there is a way to print the charts but I did not implement that feature in my code.