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

custom html kendoChart title text template

1 Answer 490 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Artur
Top achievements
Rank 1
Artur asked on 25 Aug 2014, 03:34 PM
How can I customize kendo chart title text template ?

for example : 
 $("#id").kendoChart(
                {                    
                    title: {
                        text: '<div style="width: 20px"> title text </div>',

                     }
....

1 Answer, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 26 Aug 2014, 09:54 AM
Hello Artur,

If you would like to wrap the chart title text into multiple lines, consider using line feed characters as explained in this documentation section.

Regards,
Sebastian
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Artur
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or