Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-03 | statistics: chart icons look better with rounded corners | Dirk Hohndel | |
This is certainly a ridiculous bike shedding effort, but I do like this better. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2021-01-03 | statistics: add SVG icons representing chart-types | Berthold Stoeger | |
Add a few icons representing chart type (in internal terms: chart subtypes): bar (grouped, stacked, single), box-and-whisker, data points, pie. These should be shown in the chart selection box. Yes, the "artwork" is not pretty, so see these as a placeholder. Morover, add a "warning" icon. This icon already existed as SVG, but was not references (its png render was). Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> |