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

Unable to format text in series label text

1 Answer 77 Views
Charts
This is a migrated thread and some comments may be shown as answers.
ramesh
Top achievements
Rank 1
ramesh asked on 14 Mar 2012, 03:48 PM

1) bar charts showing values like 4000 etc i want to present this value like "4.0 k". is there any way to format like this?
2) line chart labels values and bar chart values are over ride when those are in same position so is there any to show the values on top when the values are over ridden only ,other wise it should be in bottom
3) My X axis values are started from 2 nd line and  i want to start from 1 line

1 Answer, 1 is accepted

Sort by
0
Barbaros Saglamtimur
Top achievements
Rank 1
answered on 14 Aug 2012, 07:27 AM
For your question #1 :
series: [{
    labels: {
            template: "#=  kendo.format('{0:N0}K',value/1000) #"
                }
         }]
Tags
Charts
Asked by
ramesh
Top achievements
Rank 1
Answers by
Barbaros Saglamtimur
Top achievements
Rank 1
Share this question
or