euro symbol
This commit is contained in:
@@ -126,6 +126,15 @@ export class Overview {
|
|||||||
responsive: true,
|
responsive: true,
|
||||||
maintainAspectRatio: false,
|
maintainAspectRatio: false,
|
||||||
plugins: { legend: { position: 'bottom' } },
|
plugins: { legend: { position: 'bottom' } },
|
||||||
|
scales: {
|
||||||
|
y: {
|
||||||
|
ticks: {
|
||||||
|
callback: function(value, index, ticks) {
|
||||||
|
return value.toLocaleString() + '€';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
protected readonly flowChartOptions: ChartOptions = {
|
protected readonly flowChartOptions: ChartOptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user