discourse/app/assets/stylesheets/common/admin/admin_report_radar.scss
Roman Rizzi 3c29a84d98
DEV: Add support for radar charts when displaying reports. (#24274)
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;
}
}