Is there any way to set tooltip position on top of each series (point), like shown here http://goo.gl/Txdh6t
Thanks in advance
2 Answers, 1 is accepted
0
Accepted
Iliana Dyankova
Telerik team
answered on 16 Oct 2014, 01:50 PM
Hi Arsen,
This scenario is not supported out-of-the-box by Kendo UI Chart. As a possible workaround I would suggest to use the k-chart-tooltip class and add an appropriate top / left margin values.
.k-chart-tooltip{
margin-top: -35px !important;
margin-left: -30px !important;
}
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!