Skip to content

fusioncharts/fusionexport-apexcharts-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FusionExport and ApexCharts Examples

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:

Node.js

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

Python

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

Java

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.