Skip to content

Commit

Permalink
docs: update demos
Browse files Browse the repository at this point in the history
  • Loading branch information
yuexiaoliang committed Aug 20, 2024
1 parent 4128ee1 commit 2680fe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_demos/bar-stack-configured.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ const data = [
barMaxWidth: 25,
},
]"
style="width: 100%; height: 300px;"
style="width: 100%; height: 300px; padding-top: 15px;"
/>
</template>
5 changes: 4 additions & 1 deletion docs/_demos/bar-stack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ const data = [
</script>

<template>
<div v-ec="['barStack', data]" style="width: 100%; height: 300px;" />
<div
v-ec="['barStack', data]"
style="width: 100%; height: 300px; padding-top: 15px;"
/>
</template>

0 comments on commit 2680fe9

Please sign in to comment.