When I add a label to a chart with the following:
fieldInfos: [{
fieldName: "hosp_beds",
label: "Total Beds"
},{
fieldName: "icu_beds",
label: "ICU Beds"
}],
The data element passed has the following values.
hosp_beds: "<span class='esriNumericValue'>32</span>"
icu_beds: "<span class='esriNumericValue'>3</span>"
This is fine for just labels but I process the data elements and I expect a number only and not html tags. This didn't happen prior to 3.10. Any idea if this is a bug or a change?