dev smartfarming #1
|
|
@ -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
|
||||
],
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user