Graphs Builder
🚀 Graphs Builder plugin for Strapi, dynamically generate your own dashboards and reports inside Strapi CMS 📈 Topics
📈 Graphs Builder - Strapi Plugin
A plugin for Strapi Headless CMS that provides graphs building tool to generate custom dashboards and reports with the data inside Strapi's database.
⏳ Installation
(Use yarn to install this plugin within your Strapi project (recommended). Install yarn with these docs.)
yarn add strapi-plugin-graphs-builder
After successful installation you've to build a fresh package that includes plugin UI. To archive that simply use:
yarn build
yarn develop
or just run Strapi in the development mode with --watch-admin
option:
yarn develop --watch-admin
The Graphs Builder plugin should appear in the Plugins section of Strapi sidebar after you run app again.
Enjoy 🎉
Contributing
Feel free to fork and make a Pull Request to this plugin project. All the input is warmly welcome!
Community support
For general help using Strapi, please refer to the official Strapi documentation. For additional help, you can use one of these channels to ask a question:
Install now
npm install strapi-plugin-graphs-builder
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.