mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
closes #6346
This commit is contained in:
@@ -55,10 +55,13 @@
|
|||||||
.box-header-font;
|
.box-header-font;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 19px;
|
top: 2rem;
|
||||||
left: 50px;
|
left: 7rem;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0.5rem 1rem;
|
||||||
|
margin: 0;
|
||||||
|
background: rgba(255, 255, 255, 0.66);
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
div {
|
div {
|
||||||
|
|||||||
@@ -237,6 +237,10 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress'
|
|||||||
},
|
},
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
|
scaleLabel: {
|
||||||
|
display: true,
|
||||||
|
labelString: translations[0],
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
id: 'right-y-axis',
|
id: 'right-y-axis',
|
||||||
ticks: {
|
ticks: {
|
||||||
@@ -245,6 +249,10 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress'
|
|||||||
},
|
},
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
|
scaleLabel: {
|
||||||
|
display: true,
|
||||||
|
labelString: translations[1],
|
||||||
|
},
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
tooltips: {
|
tooltips: {
|
||||||
|
|||||||
Reference in New Issue
Block a user