Visualize your Google Spreadsheets with Grafana
For the plugin documentation, visit plugin documentation website.
This is a basic guide on how to set up your local environment, make the desired changes and see the result with a fresh Grafana installation.
You need to install the following first:
If you have made any changes to any go
files, you can use mage to recompile the plugin.
mage buildAll
After you made the desired changes, you can build and test the new version of the plugin using yarn
:
yarn run dev # builds and puts the output at ./dist
The built plug-in will be in the dist/
directory.
To test the plug-in running inside Grafana, we recommend using our Docker Compose setup:
docker-compose up
Need at publicly available spreadsheet to play around with? Feel free to use this demo spreadsheet that is suitable for visualization in graphs and in tables.