diff --git a/ghost/admin/app/components/dashboard/v5/charts/paid-breakdown.js b/ghost/admin/app/components/dashboard/v5/charts/paid-breakdown.js index 37f19e5100..74caff3d23 100644 --- a/ghost/admin/app/components/dashboard/v5/charts/paid-breakdown.js +++ b/ghost/admin/app/components/dashboard/v5/charts/paid-breakdown.js @@ -202,10 +202,10 @@ export default class PaidBreakdown extends Component { const canceledData = stats.map(stat => -stat.negativeDelta); let barThickness = 5; - if (newData.length >= 30 + 1) { + if (newData.length >= 30 + 1 && newData.length < 90) { barThickness = 3.5; - } else if (newData.length >= 90 + 1) { - barThickness = 1; + } else if (newData.length >= 90) { + barThickness = 1.5; } return {