statistics: implement a box-and-whisker series

Implements a simple box-and-whisker series to display
quartile based data. When hovering over a box-and-whiskers
item the precise data of the quartiles is shown.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-01-01 22:23:29 +01:00 committed by Dirk Hohndel
parent ca572acb0d
commit b0bdef469e
3 changed files with 228 additions and 0 deletions

View file

@ -7,6 +7,8 @@ include_directories(.
set(SUBSURFACE_STATS_SRCS
barseries.h
barseries.cpp
boxseries.h
boxseries.cpp
informationbox.h
informationbox.cpp
legend.h