-
Notifications
You must be signed in to change notification settings - Fork 0
Expression profiles be exported as svg/pdf #205
Comments
Checked this and this cannot be done using chartjs https://github.com/chartjs/Chart.js/issues/1400 . |
Will leave the ticket open and consider an alternative library or generate the plot server-side using a different framework. |
Maybe a solution : http://gionkunz.github.io/chartist-js/ |
download buttons are now included for all plots |
Nice, but where is the button? ATM it downloads the exp values as txt. |
text downloads are included ;-) SVG export is not possible without switching to another library (which right now I'm reluctant to do given the number of pages that use charts.js and that I have no guarantee everything we have right now continues to work. |
Bokeh now has SVG export (0.12.6 release)!! And has all features we currently have, would require a large overhaul of the current code to migrate from charts.js to bokeh. |
Important feature for including these into publication
The text was updated successfully, but these errors were encountered: