excludeComponents
This property allows you to exclude specific views from being used on the dashboard.
Currently, the available views are;
| Name | ID |
|---|---|
| Column chart | barChart |
| Horizontal bar chart | horizontalBarChart |
| Area chart | areaChart |
| Line chart | lineChart |
| Scatter chart | scatterChart |
| Pie chart | pieChart |
| Single stat | singleStat |
| Pivot table | dataTable |
| Basic table | basicTable |
| Combo chart | comboChart |
| Country map | mercatorMap |
| Progress | progress |
For example, you might have;
<Vizzly.Dashboard
excludeComponents={['comboChart', 'dataTable']}
// ... rest of the props
/>