sharmalab / Datascope

Interactive linked visual query system for large datasets
https://sharmalab.github.io/Datascope/
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Refactor FilteringAttribute.jsx #31

Open lastlegion opened 7 years ago

lastlegion commented 7 years ago

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.

patelaryan7751 commented 3 years ago

@lastlegion can i work on this issue?