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 991da7be77 - Show all commits

View File

@ -77,11 +77,11 @@ export class GraphComponent implements OnInit {
data,
borderColor,
borderWidth: 1.5,
fill: false,
fill: true,
backgroundColor: borderColor + '4D',
tension: 0.5,
pointRadius: 5,
pointHoverRadius: 8,
pointRadius: 0,
pointHoverRadius: 0,
pointBackgroundColor: borderColor,
}]
},
@ -126,7 +126,7 @@ export class GraphComponent implements OnInit {
}
},
legend: {
display: true
display: false
}
},
scales: {