mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
✨ Add BubbleExample to app.vue
This commit is contained in:
@@ -111,7 +111,6 @@ export default {
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Build Setup
|
## Build Setup
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
<pie-example></pie-example>
|
<pie-example></pie-example>
|
||||||
<radar-example></radar-example>
|
<radar-example></radar-example>
|
||||||
<polar-area-example></polar-area-example>
|
<polar-area-example></polar-area-example>
|
||||||
|
<bubble-example></bubble-example>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -16,9 +17,18 @@
|
|||||||
import PieExample from './examples/PieExample'
|
import PieExample from './examples/PieExample'
|
||||||
import RadarExample from './examples/RadarExample'
|
import RadarExample from './examples/RadarExample'
|
||||||
import PolarAreaExample from './examples/PolarAreaExample'
|
import PolarAreaExample from './examples/PolarAreaExample'
|
||||||
|
import BubbleExample from './examples/BubbleExample'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { BarExample, LineExample, DoughnutExample, PieExample, RadarExample, PolarAreaExample }
|
components: {
|
||||||
|
BarExample,
|
||||||
|
LineExample,
|
||||||
|
DoughnutExample,
|
||||||
|
PieExample,
|
||||||
|
RadarExample,
|
||||||
|
PolarAreaExample,
|
||||||
|
BubbleExample
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user