Hello

I had a request come in from the business unit to remove the export button because it wasn't accessible in the browser.

The best solution I could come up with was to place html buttons on top of the chart and have javascript trigger the print.

My question is nothing has been altered in the code for the modules, what could I call via javascript to trigger print?

I tried:

Highcharts.print()
ec.print()
window.easycharts.print()

to know avail as I was just shooting in the dark. Anyone else had experience in doing this or the developers themselves could comment about it.

Thanks in advance.

Comments

jeffsacco created an issue. See original summary.

jeffsacco’s picture

Issue summary: View changes