From 1d2898ce53cd7105e72d91ef661919f954ebeb68 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 30 Mar 2023 11:13:27 +0200 Subject: [PATCH] fix chrome weaponchart size --- src/components/WeaponChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },