dev smartfarming #1
|
|
@ -77,9 +77,9 @@ export class ActualgraphComponent implements OnInit {
|
||||||
pointRadius: 5,
|
pointRadius: 5,
|
||||||
pointHoverRadius: 7,
|
pointHoverRadius: 7,
|
||||||
data: [
|
data: [
|
||||||
{ x: 'Nitrogen', y: this.actualDataValues.nitrogen },
|
this.actualDataValues.nitrogen,
|
||||||
{ x: 'Phosphorus', y: this.actualDataValues.phosphorus },
|
this.actualDataValues.phosphorus,
|
||||||
{ x: 'Kalium', y: this.actualDataValues.kalium }
|
this.actualDataValues.kalium
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user