mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
Reports can have the radar type, which will get rendered by the `admin-report-radar` component.
6 lines
75 B
SCSS
6 lines
75 B
SCSS
.admin-report-radar {
|
|
.chart-canvas-container {
|
|
height: 250px;
|
|
}
|
|
}
|