haiiaaa / chartjs-gauge

Gauge chart for Chart.js
53 stars 37 forks source link

Show Legends #15

Open klienn opened 3 years ago

klienn commented 3 years ago

I am trying to include legends on my gauge with each legend equals to 1 legend created. I tried including this to my script:

legend: {
        display: true,
        position: "bottom",
        labels: {
          fontColor: "#333",
          fontSize: 16
        }
      }

but it only outputs undefined and will hide the entire gauge if clicked. Please help.

rhlmalik17 commented 1 year ago

Facing same issue.