includeComponents

includeComponents

This property allows you to only allow certain views to be used on the dashboard.

Currently, the available views are;

NameID
Column chartbarChart
Horizontal bar charthorizontalBarChart
Area chartareaChart
Line chartlineChart
Scatter chartscatterChart
Pie chartpieChart
Single statsingleStat
Pivot tabledataTable
Basic tablebasicTable
Combo chartcomboChart
Country mapmercatorMap
Progressprogress

For example, you might have;

<Vizzly.Dashboard
  includeComponents={['barChart', 'areaChart', 'dataTable']}
  // ... rest of the props
/>