I am currently working on a project that involves a polararea chart using vue-chartjs and I am facing an issue with hiding the 'area lines' (the circle ones) and the percentage numbers on them in this chart. Unfortunately, I couldn't find an option to do so within the vue-chartjs library.
Here is an example from the demo for reference:
Screenshot showing an example of a polararea chart
If anyone could assist me with how to configure this, I would greatly appreciate it. Thank you in advance.