includeComponents
This property allows you to only allow certain views to be 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
includeComponents={['barChart', 'areaChart', 'dataTable']}
// ... rest of the props
/>