Add current month (#1067)

This commit is contained in:
Thomas Kaul
2022-07-10 09:41:48 +02:00
committed by GitHub
parent 60e2aff488
commit 0e0592180f
2 changed files with 32 additions and 11 deletions

View File

@@ -186,8 +186,10 @@ export class InvestmentChartComponent implements OnChanges, OnDestroy {
grid: {
borderColor: `rgba(${getTextColor()}, 0.1)`,
color: `rgba(${getTextColor()}, 0.8)`,
display: false
display: false,
drawBorder: false
},
position: 'right',
ticks: {
callback: (value: number) => {
return transformTickToAbbreviation(value);