Hi Team,
I am using Helical Insight 3.1 enterprise version. I have created a line chart with multiple measures, a few of the places multiple lines are merging with one another. On those places, at the tooltip, it shows only one value.
Thank You
Hi Team,
I am using Helical Insight 3.1 enterprise version. I have created a line chart with multiple measures, a few of the places multiple lines are merging with one another. On those places, at the tooltip, it shows only one value.
Thank You
Hi Marc,
In the JS editor of the report, you can put this code. Then it will be visible and you will see an output like below.
hi_container.set("preExecution",function(c){
var viz_Options = c.get("viz_Options");
viz_Options.chartOptions.tooltip = {
grouped: true
}
c.set("viz_Options",viz_Options);
});
Thank you
From Team Helical