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,
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.
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?
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.