Hi - we'd like to be able to set our chart titles to include fields returned from our database. We are using JSON to get the data.
I'm not sure how to do that? For example, in the below, I'd like to append a school name, say "ABC Elementary" for example, to the start of the title, and have it change as our users change the school they are looking at.
Thanks
I'm not sure how to do that? For example, in the below, I'd like to append a school name, say "ABC Elementary" for example, to the start of the title, and have it change as our users change the school they are looking at.
Thanks
kcSchoolRiskInd = $(
"#SchoolRiskInd"
).kendoChart({
title: {
text:
"School Risk Indicators"
,
font:
"bold 16px Arial,Helvetica,Sans-Serif"
},