Changed pointHitRadius

This commit is contained in:
Henry Whitaker
2020-04-13 10:49:06 +01:00
parent 18653fbae7
commit 5ffbfc2018
2 changed files with 5 additions and 3 deletions

View File

@@ -72,7 +72,8 @@ export default class HistoryGraph extends Component {
},
elements: {
point:{
radius: 0
radius: 0,
hitRadius: 8
}
}
};
@@ -109,7 +110,8 @@ export default class HistoryGraph extends Component {
},
elements: {
point:{
radius: 0
radius: 0,
hitRadius: 8
}
}
}