mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
💄 Improved members chart Y range
no issue. - improved the Y axis of members list chart to only take the visible range into consideration. This way the change in a period is more understandable - added labels to Y axis so that the range is clearer
This commit is contained in:
parent
fa9445d1ab
commit
be99251f7f
2 changed files with 5 additions and 3 deletions
|
@ -236,8 +236,10 @@ export default Component.extend({
|
|||
drawBorder: false
|
||||
},
|
||||
ticks: {
|
||||
display: false,
|
||||
beginAtZero: true
|
||||
maxTicksLimit: 5,
|
||||
fontColor: '#9baeb8',
|
||||
padding: 8,
|
||||
precision: 0
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ p.gh-members-list-email {
|
|||
.gh-members-chart-container {
|
||||
height: 186px;
|
||||
margin: 0;
|
||||
padding: 0 7px 4px;
|
||||
padding: 4px 7px 11px 2px;
|
||||
}
|
||||
|
||||
.gh-members-chart-summary {
|
||||
|
|
Loading…
Add table
Reference in a new issue