dev smartfarming #1
|
|
@ -92,6 +92,11 @@ export class ActualgraphComponent implements OnInit {
|
||||||
y: {
|
y: {
|
||||||
stacked: true,
|
stacked: true,
|
||||||
beginAtZero: false,
|
beginAtZero: false,
|
||||||
|
ticks: {
|
||||||
|
callback: (value: number) => {
|
||||||
|
return value + ' mg/L';
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user