Hide 'dot' when hovering charts

This commit is contained in:
nymkappa
2022-02-25 13:06:33 +09:00
parent 0f65125879
commit c922053fec
3 changed files with 4 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ export class IncomingTransactionsGraphComponent implements OnInit, OnChanges {
type: 'line',
smooth: false,
showSymbol: false,
symbol: 'none',
lineStyle: {
width: 3,
},