Flipkart / foxtrot

A store abstraction and analytics system for real-time event data.
Apache License 2.0
14 stars 7 forks source link

Add UI tile for enabling multi level grouping visualization #164

Closed r0goyal closed 5 years ago

r0goyal commented 8 years ago

Currently, pie and bar charts allow only one level of nesting. There are many scenarios where multilevel grouping needs to be visualized. Potential options of charts can be -

Sunburst - http://bl.ocks.org/kerryrodden/7090426 Dendogram - https://bl.ocks.org/mbostock/4339083

santanusinha commented 8 years ago

D3 is heavy and putting it in a dynamically refreshing widget tile will kill the performance. We should ideally introduce a new section for analytics and put in visualizations like this in there.

r0goyal commented 8 years ago

Agreed. This can be another tab like FQL where detailed analysis can be performed.

nitishgoyal13 commented 5 years ago

Sunburst added as a tile