Right now the code for all the interactive filter types is in FilteringAttribute.jsx[Source]
We should consider splitting it into separate react components as we've done for Visualizations. So we'll have a directory of react components with each component having a separate file, e.g. PieChart.jsx, BarChart.jsx etc.
Right now the code for all the interactive filter types is in
FilteringAttribute.jsx
[Source]We should consider splitting it into separate react components as we've done for Visualizations. So we'll have a directory of react components with each component having a separate file, e.g.
PieChart.jsx
,BarChart.jsx
etc.