Hello Team Helical,
I am using Helical Insight 3.0 version. I have created a grouped bar chart but I actually want to create a grouped line chart but I don’t see such an option. Please help.
Thank You.
Hello Team Helical,
I am using Helical Insight 3.0 version. I have created a grouped bar chart but I actually want to create a grouped line chart but I don’t see such an option. Please help.
Thank You.
Hello Anu,
In our future versions we would add grouped line charts also. However in the current version, via a very simple code, it is possible to convert a grouped bar chart into a grouped line chart. At the adhoc interface level put the below code in the “JS Editor” section of “EDITOR”
hi_container.set("postExecution", function () {
Hdi.c3chart.transform('line');
});
The above code will convert the grouped bar chart into a line chart.
Thank You,
Helical Team.