🚀 Graphs Builder plugin for Strapi, dynamically generate your own dashboards and reports inside Strapi CMS 📈 Topics
A plugin for Strapi Headless CMS that provides graphs building tool to generate custom dashboards and reports with the data inside Strapi's database.
(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 🎉
Feel free to fork and make a Pull Request to this plugin project. All the input is warmly welcome!
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:
npm install strapi-plugin-graphs-builder
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.