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

Bind json field to title

0 Answers 60 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Andre
Top achievements
Rank 1
Andre asked on 14 Nov 2012, 08:19 PM
Hi,

I'm creating donut charts and setting the title like this:

$("#" + divName).kendoChart({
   title: {
      text: "my title"
   },
My problem is that the series title comes from the json object I use to populate the chart.

Is it possible to set the chart title using the same binding feature of the one in the series object? (categoryField, field, colorField, etc...).
Something like:
$("#" + divName).kendoChart({
   title: {
      textField: "fieldWithTitle"
   },
Thanks,

André

No answers yet. Maybe you can help?

Tags
Charts
Asked by
Andre
Top achievements
Rank 1
Share this question
or