How do you show the tooltip with design as in example? For me it renders visually only plain character numbers and under the chart DIV, looking with Firebug structurally it's the same as in the example. Of course I use the same theme as in example.
4 Answers, 1 is accepted
0
Hello Barna,
Tsvetomir Tsonev
the Telerik team
The tooltip is styled exclusively with inline styles. Do you have any !important CSS rules that might be overriding them?
Kind regards,Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Barna
Top achievements
Rank 1
answered on 15 Sep 2011, 08:07 AM
No, I have a clean environment to test Kendoui, no extra css used, only the one needed for the examlpe.
0
Accepted
Hello Barna,
Kind regards, Tsvetomir Tsonev
the Telerik team
I did reproduce the issue when the theme is set to a non-existent one. Correcting this fixed the problem:
$(
"#chart"
).kendoChart({
theme:
"kendo"
,
// ...
Kind regards, Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Barna
Top achievements
Rank 1
answered on 15 Sep 2011, 04:56 PM
Thank you, now it's working!