I have some problem with tooltip at then end of chart or is it problem ?
5 Answers, 1 is accepted
0

Ahmed
Top achievements
Rank 1
answered on 02 Apr 2012, 02:03 PM
I am also facing the same challenge.
It also creates the horizontal scroll.
It also creates the horizontal scroll.
0
Hi guys,
You may also find this jsFiddle sample useful.
All the best,
Iliana Nikolova
the Telerik team
To avoid this you could set a margin to the tooltip of the Chart. For example:
.k-tooltip {
margin-left
:
-100px
;
}​
You may also find this jsFiddle sample useful.
All the best,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

AHMED S
Top achievements
Rank 1
answered on 04 Apr 2012, 12:26 PM
Its will create a problem on left hand side.
0

Aaron
Top achievements
Rank 1
answered on 04 Apr 2012, 02:03 PM
I'm still having a problem even after making the margin-left change. I am not good at coding so is there a way that we can adjust this with some kind of WYSIWYG editor?
_____________________
Arkansas Classifieds
_____________________
Arkansas Classifieds
0
Hello guys,
Iliana Nikolova
the Telerik team
@Ahmed
I agree this is not a very good solution, but currently such functionality is not supported and there is no better workaround. Our team will keep this issue in mind for future releases. In addition, we will really appreciate if you share this suggestion at our UserVoice page - the more votes it collects, the sooner it will be planned.
@Aaron
I am afraid I can not provide any recommendations regarding WYSIWYG editor which support SVG and JavaScript. If you would like to apply the solution from my previous post, you need to write the code to make it work.
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!