Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
data: [{
category:
"africa"
,
value: 11,
value2: 10500,
}, {
"Asia"
value: 89,
value2: 51351112,
}]
Please tell me, how to add to the chart value "value2" and display it in a pie-chart?
simple(screenshot):
seriesDefaults: {
labels: {
visible: true,
background: "transparent",
template: "#= dataItem.category #: \n #= dataItem.value #% (#= dataItem.value2 # Million People)"
}
tooltip: {
template: "#=dataItem.category#: #= dataItem.value2 # Million People (#=dataItem.value#%)"