This repository contains ready to use samples to export charts and dashboards built using ApexCharts. To export these charts and dashboards, we use FusionExport by FusionCharts
Since this repository contains only examples, it is quite straight forward to get started once you have cloned the repository. Let's see how to run this examples for various langauges:
To run the Node.js examples, make sure that you arein the node-js
directory. Once, done let's install all the Node.js dependencies before you run any examples:
cd node-js
npm install
Once everything is installed, simply pick an example and run it:
node examples/example-1/export-single-chart.js
Similar to Node.js, we can run Python examples as well. First, let's go to the python
folder and install the dependencies:
cd python
pip install fusionexport
Note: If you are an active user of virutalenv
then directly create the environment on the python
directory itself
Once everything is installed, simply pick an example and run it:
python examples/example-1/export_single_chart.py
To run Java example, create a gradle project and install all the dependencies. Once dependencies are installed, run the example_1.java
file as Java application
That's it! If you need any help feel free to reach out to [email protected] or submit an issue. We are more than happy to help you.