Update LineChartDoc.vue

Fix typo in documentation
pull/2340/head
Henrik 2022-03-21 07:46:45 +01:00 committed by GitHub
parent bcbe8ebe63
commit 1bb0e7ab75
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,
plugins: {
@ -361,4 +361,4 @@ export default {
}
}
}
</script>
</script>