Is there really no built in "save as picture" on the line/bar/area charts?
Hi Jason,
This should help you achieve this functionality:
https://www.highcharts.com/docs/export-module/export-module-overview
Justin
Ok, so to get it to work add
AdvancedFormat_Init(DataPointFormats:,DataSeriesFormats:,XAxisJSON:,YAxisJSON:,HighchartsJSON:" exporting: { enabled: true}")
to the advanced format field of the chart then just above the charts on the page put in an escape=no expression with
"<script src=""https://code.highcharts.com/2/modules/exporting.js""></script>"
and that got it to work.