fix: Hide points as with so little change they get close together

This commit is contained in:
mrv777 2024-09-29 08:11:13 -05:00
parent 6edbf47dc3
commit 952a28eb6d

View File

@ -62,9 +62,10 @@ export class HomeComponent {
backgroundColor: textColorSecondary,
borderColor: textColorSecondary,
tension: 0.2,
pointRadius: 2,
pointRadius: 0,
pointHoverRadius: 5,
borderWidth: 2,
borderDash: [5, 5]
}
]
};