Skip to content

Commit

Permalink
fix: Hide points as with so little change they get close together
Browse files Browse the repository at this point in the history
  • Loading branch information
mrv777 committed Sep 29, 2024
1 parent 6edbf47 commit 952a28e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
]
};
Expand Down

0 comments on commit 952a28e

Please sign in to comment.