fix(actualgraph): adding satuan in sumbu Y
This commit is contained in:
parent
d6e7c7696c
commit
a5fbb018c4
|
|
@ -92,6 +92,11 @@ export class ActualgraphComponent implements OnInit {
|
|||
y: {
|
||||
stacked: true,
|
||||
beginAtZero: false,
|
||||
ticks: {
|
||||
callback: (value: number) => {
|
||||
return value + ' mg/L';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user