Box plot widget
We should implement a new Widget type called "Box plot".
This would be very useful when associating certain query with statistical values.
This will require:
- Our query API will require new aggregation types for statistics.
- New widget component for box plots
- New models for widget configuration through the Apps.
- Tests (API+React)