victorgarciaesgi / vue-chart-3

📊 A simple wrapper around Chart.js 3 for Vue 2 & 3

Home Page:https://vue-chart-3.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is Mixed Chart Types Supported ?

Manu-jayaprakash opened this issue · comments

As char.js documentation suggests a way of using mixed charts - https://www.chartjs.org/docs/latest/charts/mixed.html.
Is that supported here ?

Hello! No i don't think it's supported but it's a great feature to add!
I will work on a MixedChart component

@Manu-jayaprakash Sorry for the long wait.

After looking at it, it may be already supported!

Just use any Chart component you want in priority, and define mixed data with the chart-data prop!

https://codesandbox.io/s/demo-vue-chart-3-forked-e3yz2?file=/src/App.vue