thuy_resolve
07-23-2024Cloud Apps
How to make a Line inside a Polar chart
Hi guys! May I ask if you guys know how to create a Line inside the Polar chart like this?
Thank you in advance for your help!
Hi thuy_resolve ,
You could try the following widget script to change the second item on the values shelf to a line.
widget.on('processresult', (w, args) => { args.result.series[1].type = 'line' })
Let me know how you go?
Thanks,
Daniel
RAPID BI
RAPID BI - Sisense Professional Services | Implementations | Custom Add-ons