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

Tooltip formats??

3 Answers 220 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Florian
Top achievements
Rank 1
Florian asked on 19 Apr 2012, 03:55 PM
Hello,

I may know what are all tooltip format??

Thx

3 Answers, 1 is accepted

Sort by
0
Gergo
Top achievements
Rank 1
answered on 20 Apr 2012, 10:08 PM
Hi Florian

You can see a good example here :

http://demos.kendoui.com/dataviz/pie-chart/pie-labels.html

Here is the code which interests you:

tooltip: {
            visible: true,
                      template:
"#= kendo.format('{0:P}', percentage)#"
           }

Regards,
Gergő
0
Florian
Top achievements
Rank 1
answered on 23 Apr 2012, 08:10 AM
Thx,

But what I want it's what are the formats.

Like percentage in your example. I search a format for differents money for example.
0
Gergo
Top achievements
Rank 1
answered on 24 Apr 2012, 10:05 AM
Hi Florian,

I could not find the documentation for this. These examples I saw in code parts in other forum threads.

Regards,
Gergő
Tags
Charts
Asked by
Florian
Top achievements
Rank 1
Answers by
Gergo
Top achievements
Rank 1
Florian
Top achievements
Rank 1
Share this question
or