Pie Chart

buzztouch plugin: Pie Chart
Version: v1.2
Shows a cool, animated pie chart in your app!
works on iOS iOS
works on Android Android
Developer Info
Latest Review
PointerBecky | 09/23/14 (v1.1)
Beautiful plugin and great animation with user interaction. Definitely a must have.
Screenshots
More Information
The Pie Chart plugin allows you to display data in a pie-chart form in your app.
The pie chart is animated as it fills itself in on screen load (for iOS), as well as when
users click on a section (both iOS and Android). Clicking on a section (or pie piece) also displays
additional information about that section, such as the title, value, and a description.

Version History
------------------------
1.0 - initial release
1.1 - (3/29/14) Fixed issue on iOS where colors were always random; added ability to set pie piece labels
1.2 - (6/12/22) Updated the plugin to work with newer BT Core

iOS Project (3.0+ projects only)
------------------------
This project relies on the open-source project XYPieChart by Xiaoyang Feng, XYStudio.cc.
See license.txt included in plugin download. Files used by this plugin include:

XYPieChart.m
CR_pieChart.m
CR_pieChart.xib
README.textile
XYPieChart.h
LICENSE.txt
CR_pieChart.h

Android Project (3.0+ projects only)
------------------------
This project relies on the open-source project AndroidPieChart by endlessmind. No license is posted for this project as of today, 3/19/2014.
Files used by this plugin include:
CR_pieChart.java
cr_pie_chart.xml

JSON Data
------------------------
{
"itemId":"3A28EA4C0A3D4A735620680",
"itemType":"CR_pieChart",
"itemNickname":"pie chart",
"itemId":"3A28EA4C0A3D4A735620680",
"itemType":"CR_pieChart",
"itemNickname":"pie chart",
"navBarTitleText":"pie chart",
"titleText":"#000000",
"labelFontName":"TimesNewRomanPSMT",
"labelFontSize":"24",
"childItems":[
{
"itemId":"EB7094975CDD9D92EEF116E",
"itemType":"BT_menuItem",
"titleText":"Administrative",
"descriptionText":"Administrative costs make up a wide variety of activities at the business.",
"sectionColor":"#0066FF",
"sectionValue":"23.5"
},
{
"itemId":"81B8107622220A4CF6D8481",
"itemType":"BT_menuItem",
"titleText":"Utilities",
"descriptionText":"Utilities happen regularly and cannot be avoided. They also fluctuate from month to month.",
"sectionColor":"#FF0000",
"sectionValue":"12.5"
},
{
"itemId":"3D6BE1BF79B2183AAAE8CA7",
"itemType":"BT_menuItem",
"titleText":"Inventory",
"descriptionText":"Inventory makes up the largest share of our costs.",
"sectionColor":"#CCCC00",
"sectionValue":"45"
}
]
}