GROUPED BAR TO MULTI LINE REPORT:

Hello Helical Insight,
I am using Helical Insight version 4.1 GA. I have created a group bar but I want to view the data in the form of lines (line chart). Is there any way to make this possible?

Thank you.

Hello,
Yes. We can achieve it. You can add the below code in the JS editor and apply.
CODE :

hi_container.set("postExecution", function () { 
Hdi.c3chart.transform('line'); 
 }); 

In a similar way you can change the code from line to spline, step, area, area-spline, area-step etc. Refer to below image: Actual report:

image

Grouped Line chart:
image

Thank you for reaching out to us!