mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
✨ Add Pie Chart component
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<bar-example></bar-example>
|
||||
<line-example></line-example>
|
||||
<doughnut-example></doughnut-example>
|
||||
<pie-example></pie-example>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -10,9 +11,10 @@
|
||||
import BarExample from './examples/BarExample'
|
||||
import LineExample from './examples/LineExample'
|
||||
import DoughnutExample from './examples/DoughnutExample'
|
||||
import PieExample from './examples/PieExample'
|
||||
|
||||
export default {
|
||||
components: { BarExample, LineExample, DoughnutExample }
|
||||
components: { BarExample, LineExample, DoughnutExample, PieExample }
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user