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

Radar Chart Background Color

bayramorhan opened this issue · comments

I could not manage to make legends visible

image

const options = ref({ responsive: true, plugins: { legend: { display: true, }, }, });