exporter not working
JSF 2 Chart Component Library based on HighCharts
Brought to you by:
bauer-live
Hi,
I've started using highcharts with its jsf bindings. I've created a pie chart following the examples in the showcase (be carefull that the type attribute in the example is wrong), but defining the serie in the java code.
Then I've added
<script src="https://code.highcharts.com/modules/exporting.js"><br>
<script src="https://code.highcharts.com/modules/offline-exporting.js"/></p>
<p>at the beginning of my page expecting the export menu to pop up in all my charts, but it does not :(</p>
<p>Help!</p></script>
Hi Fernando,
I think you should look in the page http://www.highcharts.com/plugin-registry/single/37/highcharts-export-clientside . In the javascript of the DEMO the export buttons are programmatically-defined. Also look in page http://a----.github.io/highcharts-export-clientside/, see the two steps Installation instructions. This may work for you.
Regards,
Edwin.
Last edit: Edwin Estevez 2016-02-15
You have to use export module with same as highchart version. So in this case you must check which version is using highfaces. In my case it was using v4.1.4 highchart export module.