Is it possible to use data from my data source to initially set the title of a chart? I am using JSON and when my data is returned I want to take a field i.e. Title and use the value to initialize my chart title.
3 Answers, 1 is accepted
0
Iliana Dyankova
Telerik team
answered on 28 Oct 2015, 03:58 PM
Hi James,
For this I would suggest setting title via the chart.options in the dataBound event. For your I prepared a basic dojo.
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Thanks for the reply. Is it possible to have a datasource similar to the following that will work in the dojo you showed? It seems little clunky to have the title in the list of comments.