You can find a number of Dashboard Plugins in this repository. Each folder contains a separate plugin.
- Gauge chart - replace a bullet chart with a Gauge chart by tag.
- Dashboard description - add a reach text description to the dashboard.
- Insight groups - can group more insights.
- Radial bar chart - replace column charts with Recharts radial bar charts.
- Polar area chart - replace donut (or pie) charts with Chart.js polar area charts.
- Whitelabelling bar - add custom branding that is always visible on the dashboards even when embedded using iFrame.
You can find plugins that may no longer be actively used due to their functionality being incorporated into the GoodData product (or other reasons) in legacy plugins folder. They can still serve as valuable starting points for creating similar plugins.
- Single select attribute filter - render specified attribute filters as a single select attribute filters.
- Tooltip - add a tooltip to the insight.
- Sankey dependency wheel - replace tables with one metric and two attributes with Highcharts sankey dependency wheels.
- Insight to action - pivot table with button for API calls
This repository is primarily meant to be used as a starting point for you to develop your own plugins or to see what plugins are capable of in general. You should be able to use these plugins in production, but before doing so, make sure to read the plugin's README.md file. You might want to run it by your security team to ensure the plugin you've chosen adhere to your company's security requirements.
Please see the LICENSE for the license of the code in this repository and NOTICE for the licenses and attributions of the dependencies.