diff --git a/agrilink_vocpro/src/app/pages/dashboard/page/graph/graph.component.ts b/agrilink_vocpro/src/app/pages/dashboard/page/graph/graph.component.ts index 6ea353c..9dc44ea 100644 --- a/agrilink_vocpro/src/app/pages/dashboard/page/graph/graph.component.ts +++ b/agrilink_vocpro/src/app/pages/dashboard/page/graph/graph.component.ts @@ -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: {