dev smartfarming #1
|
|
@ -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