mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
✨ Add LineChart Example component
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<bar-example :width="100" :height="200" :player={wins:'12'} :opponent={wins:'23'}></bar-example>
|
||||
<line-example></line-example>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BarExample from './examples/BarExample'
|
||||
import LineExample from './examples/LineExample'
|
||||
|
||||
export default {
|
||||
components: { BarExample }
|
||||
components: { BarExample, LineExample }
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user