diff --git a/src/components/WeaponChart.vue b/src/components/WeaponChart.vue index d09d0a0..96fbebd 100644 --- a/src/components/WeaponChart.vue +++ b/src/components/WeaponChart.vue @@ -86,7 +86,7 @@ export default defineComponent({ // eslint-disable-next-line no-unused-expressions this.$props.playerHighlighted const options = { - responsive: true, + responsive: false, maintainAspectRatio: true, animation: { duration: 500 }, layout: { autoPadding: false },