Hello everyone
I have a little problem with my last column ´s tooltip; it isn´t be read.
I do not want that the scroll (horizontal) appears on the page;
I tried with the CSS property overflow-x: hidden for hide my scroll; but it is worse because now I don´t have chance to see it.
It could be that the tooltip appears to the left of the series?
Regards,
M.
I have a little problem with my last column ´s tooltip; it isn´t be read.
I do not want that the scroll (horizontal) appears on the page;
I tried with the CSS property overflow-x: hidden for hide my scroll; but it is worse because now I don´t have chance to see it.
It could be that the tooltip appears to the left of the series?
Regards,
M.
5 Answers, 1 is accepted
0
Hi Monique,
Hristo Germanov
the Telerik team
Thank you for contacting us.
The possible workaround is to set margin-left (-20px for example) to the tooltip of the chart. I will log this as an issue and we will try to fix it.
Hristo Germanov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Monique
Top achievements
Rank 1
answered on 01 May 2012, 06:35 AM
Hello Hristo
I am a little confused;
because the object tooltip doesn´t have margin like available option;
Thanks for your idea... I think that I don´t get it.
M.
I am a little confused;
because the object tooltip doesn´t have margin like available option;
Thanks for your idea... I think that I don´t get it.
M.
0
Hi Monique,
All the best,
Hristo Germanov
the Telerik team
Can you try this:
#idOfYourChart .k-tooltip {
margin-left: -20px;
}
Hristo Germanov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Monique
Top achievements
Rank 1
answered on 01 May 2012, 01:51 PM
Hello Hristo
I do not see any change on my tooltip
Have a nice day
Thanks for your help
M.
I do not see any change on my tooltip
Have a nice day
Thanks for your help
M.
0

Monique
Top achievements
Rank 1
answered on 13 Jul 2012, 04:36 PM
Hello everyone
If we write -125px instead of write -20, the tooltip appears above the bar.
Have a nice day
If we write -125px instead of write -20, the tooltip appears above the bar.
Have a nice day