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