Page 1 of 1

Tooltip on series in chart

Posted: Tue Jul 02, 2013 10:16 pm
by Morgan
Is it possible to get a tooltip to show up on hover-over of a series element inside a chart? Specifically, I am using a Stacked Bar series, and need additional information to show up in the tooltip for each row of data. The tooltip option exists in the interaction menu, but the 'Tooltip Data Column' (which sounds like exactly what I need) doesn't allow any values in it; clicking on it to edit does nothing.

Re: Tooltip on series in chart

Posted: Wed Jul 03, 2013 6:08 am
by Jan
Hello,

We will check this problem. I will inform you about progress.

Thank you.

Re: Tooltip on series in chart

Posted: Fri Jul 05, 2013 7:06 am
by Vladimir
Hello,

Please set the next static option to true:

Code: Select all

StiOptions.Engine.AllowInteractionInChartWithComponents = true;
Thank you.