Merge pull request #2340 from Oldenborg/patch-1

Update LineChartDoc.vue
pull/2364/head
Tuğçe Küçükoğlu 2022-03-28 11:39:36 +03:00 committed by GitHub
commit 8b4e56c7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@ export default {
} }
); );
const multiAxisData = ref( const multiAxisOptions = ref(
{ {
stacked: false, stacked: false,
plugins: { plugins: {
@ -361,4 +361,4 @@ export default {
} }
} }
} }
</script> </script>