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
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
  excludeComponents={['comboChart', 'dataTable']}
  // ... rest of the props
/>