Zayed AlRaesi

Results 3 comments of Zayed AlRaesi

you can use `placement="top"` as a prop to `Popper` component to position it on top

I tried this with Vue3 and it works for me: `import Chart from "chart.js/auto"; import * as helpers from "chart.js/helpers";` and then inside the `created()` hook: ``` async created() {...