mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
fix: Hide points as with so little change they get close together
This commit is contained in:
parent
6edbf47dc3
commit
952a28eb6d
@ -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]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user