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
Funnel chartfunnelChart
Area chartareaChart
Line chartlineChart
Scatter chartscatterChart
Pie chartpieChart
Single statsingleStat
Pivot tabledataTable
Basic tablebasicTable
Combo chartcomboChart
Country mapmercatorMap
Progressprogress
Rich textrichText

For example, you might have;

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