You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: