I'm running your sample
http://www.igniteui.com/sparkline/tooltips-and-markers
The tooltip is not shown fully for bottom values. It hides somewhere. Is this a bug and if not how to resolve this?
Hello Aziz,
Thank you for contacting us.
About your concern, this is not a bug related to the chart, just the container is with smaller height than the position where the tooltip is showing. If you open the JSFiddle online sample you will see that the tooltip is showing as expected.
I will inform the developers about this, and in the future this hiding issue will be fixed.
Thanks Zdravko for letting me know. I am using this sparkline chart in grid (see picture) and you can see the tooltip is hiding here. Also for last marker point I can't see any tooltip which is not really acceptable. I definitely do not want to increase the row height of the grid. I have to say this that If we can't see the tooltip properly then there is no point of using your controls. Do you have a workaround to fix this issue?
The sparkline is within a td element defined in the rowTemplate of the igGrid, you can customize the style of the td, in order to show the tooltip correctly when set the overflow to be visible, like:
...
rowTemplate: "<tr><td></td><td>${CompanyName}</td><td>${ContactName}</td>" + "<td>${ContactTitle}</td><td style='overflow: visible;'><div data-id='${ID}' class='order-sparkline'></div></td></tr>",
....
Here you can see online sample:
http://jsfiddle.net/LeMe3/4/
If you need further assistance, please contact me again.
Hello Zdravko,
yes this solved the issue to some extent. Now I can see the tooltip does not hide BUT it does not show for the marker at the end. Can you please suggest how can I show the tooltip for datapoint at the end of the Grid?
Thank you for the suggestion.
Hey Aziz,
Can I assist you with anything else?
Hi Zdravko,
I have an issue in using infragistics Sparkline. The labels on x-axis and y-axis are displayed only for first and last data points.
I want the label to be displayed for all the data points. Please assist me in solving this issue.