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

Horizontal bar chart not working

Voodu opened this issue · comments

According to the ChartJS 3 docs, making horizontal bar charts is a matter of setting

options: {
    indexAxis: 'y',
    ...
}

Unfortunately, that doesn't work with Vue Chart 3.

Sandbox: https://codesandbox.io/s/vue-chart-3-vue-2-forked-9l7rf (it's fork of the thing from the docs, just added indexAxis)

Any solutions or workarounds for this issue?

After several reloads it started working on codesandbox, so I guess it's some other bug in my setup. Sorry for the fuss.

No problem!