This is a migrated thread and some comments may be shown as answers.

Tooltip position and design

4 Answers 131 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Barna
Top achievements
Rank 1
Barna asked on 14 Sep 2011, 10:38 AM
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

Sort by
0
T. Tsonev
Telerik team
answered on 15 Sep 2011, 07:35 AM
Hello Barna,

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
T. Tsonev
Telerik team
answered on 15 Sep 2011, 04:47 PM
Hello Barna,

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!
Tags
Charts
Asked by
Barna
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Barna
Top achievements
Rank 1
Share this question
or