mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Fixed gridlines density on dashboard
This commit is contained in:
parent
dc8a431e45
commit
bb2b8fae27
@ -204,7 +204,7 @@ export default class Anchor extends Component {
|
||||
}
|
||||
|
||||
get chartOptions() {
|
||||
let activeDays = this.days;
|
||||
let activeDays = this.dashboardStats.chartDays;
|
||||
let barColor = this.feature.nightShift ? 'rgba(200, 204, 217, 0.25)' : 'rgba(200, 204, 217, 0.65)';
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user