dev smartfarming #1

Merged
agrilink merged 53 commits from development into main 2024-12-30 05:53:19 +00:00
Showing only changes of commit a5318426f4 - Show all commits

View File

@ -77,9 +77,9 @@ export class ActualgraphComponent implements OnInit {
pointRadius: 5,
pointHoverRadius: 7,
data: [
{ x: 'Nitrogen', y: this.actualDataValues.nitrogen },
{ x: 'Phosphorus', y: this.actualDataValues.phosphorus },
{ x: 'Kalium', y: this.actualDataValues.kalium }
this.actualDataValues.nitrogen,
this.actualDataValues.phosphorus,
this.actualDataValues.kalium
],
}
]