excludeComponents

excludeComponents

This property allows you to exclude specific views from being 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
  excludeComponents={['comboChart', 'dataTable']}
  // ... rest of the props
/>