purxiz / deckollab

0 stars 1 forks source link

Add Deck Analysis #8

Open purxiz opened 4 years ago

purxiz commented 4 years ago

Add a dropdown at the bottom (or append to the suggestion dropdown, #3 ), with an analysis option. Upon click, the deck_view window should be replaced with an analysis window. Generate things like bar charts for cmc distribution, color pie graph, etc.

Initially, I think a CMC distribution chart would be fine, then we can add more from there. This should hook into update_display, which can hopefully start calling out to view modules, instead of having logic in place.