https://github.com/fusioncharts/grafana-fusionexport
https://github.com/fusioncharts/grafana-fusionexport
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fusioncharts/grafana-fusionexport
- Owner: fusioncharts
- License: apache-2.0
- Created: 2020-02-28T08:33:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:49:34.000Z (over 2 years ago)
- Last Synced: 2025-01-04T04:47:49.748Z (6 months ago)
- Language: TypeScript
- Size: 3.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FusionExport plugin for Grafana
> This is a basic plugin to integrate FusionExport with Grafana and which helps you to export Grafana dashboard with FusionExport service.
First, install dependencies:
```BASH
yarn install
```To build the plugin run:
```BASH
yarn build
```To work with this plugin run:
```BASH
yarn dev
```or
```BASH
yarn watch
```This will run linting tools and apply prettier fix.
## How to use this plugin in your Grafana ?
- Set up Grafana
- Clone this repository into `/var/lib/grafana/plugins` or `data/plugins` (relative to grafana git repo if you’re running development version from source dir)
- Run `yarn build` in repository directory
- Restart your grafana server
- In grafana you need to do few things
- Generate API token (only view access) and set it under plugin's visulization tab.
- set `allow_embedding = true` in configuration file. Please follow this [link](https://grafana.com/docs/grafana/latest/installation/configuration/) to find grafana configuration file.### Installation of FusionExport
To install FusionExport you can follow our detailed instruction [here](https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/installation/install-fusionexport-server)
> Note: We are providing custom FusionExport build. Please contact [email protected].