Home > Back-end >  Clickable labels in Radar chart - Charjs with Vue
Clickable labels in Radar chart - Charjs with Vue

Time:10-30

I want to make my radar chart labels clickable. I am using Vue2 with chartjs 2.9.4. Can you please tell me how to do that? Thanks

CodePudding user response:

Well finally I was able to resolve it with the help of Chart.js turn labels into links. I was using Primevue chartjs and it didn't support for chartjs latest versions. Hence I got rid of it and followed the answer from above mentioned link.

  • Related