Tooltip on series in chart
Tooltip on series in chart
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
Hello,
We will check this problem. I will inform you about progress.
Thank you.
We will check this problem. I will inform you about progress.
Thank you.
Re: Tooltip on series in chart
Hello,
Please set the next static option to true:
Thank you.
Please set the next static option to true:
Code: Select all
StiOptions.Engine.AllowInteractionInChartWithComponents = true;