mirror of
https://github.com/flarum/framework.git
synced 2025-03-24 23:55:16 +08:00
Display tweaks
This commit is contained in:
parent
410dd2c679
commit
898469e398
@ -110,11 +110,11 @@ export default class StatisticsWidget extends DashboardWidget {
|
||||
data: {labels, datasets},
|
||||
type: 'line',
|
||||
height: 200,
|
||||
x_axis_mode: 'tick', // for short label ticks
|
||||
y_axis_mode: 'span', // for long horizontal lines, or 'tick'
|
||||
x_axis_mode: 'tick',
|
||||
y_axis_mode: 'span',
|
||||
is_series: 1,
|
||||
show_dots: 0,
|
||||
colors: ['rgba(0,0,0,0.2)', app.forum.attribute('themePrimaryColor')],
|
||||
colors: ['rgba(0,0,0,0.1)', app.forum.attribute('themePrimaryColor')],
|
||||
format_tooltip_x: d => d,
|
||||
format_tooltip_y: d => d
|
||||
});
|
||||
|
@ -15,7 +15,7 @@
|
||||
}
|
||||
.StatisticsWidget-entity {
|
||||
float: left;
|
||||
min-width: 100px;
|
||||
min-width: 130px;
|
||||
padding: 15px 20px;
|
||||
color: @text-color;
|
||||
font-size: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user