1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-08 04:09:53 +00:00
Roman Rizzi 3c29a84d98
DEV: Add support for radar charts when displaying reports. ()
Reports can have the radar type, which will get rendered by the `admin-report-radar` component.
2023-11-08 10:48:12 -03:00

6 lines
75 B
SCSS

.admin-report-radar {
.chart-canvas-container {
height: 250px;
}
}