Added PieChart to the BarChart example.
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/cce1cb58 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/cce1cb58 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/cce1cb58 Branch: refs/heads/develop Commit: cce1cb58238be197f5990565f816bc710e67f96f Parents: 89f54f1 Author: Peter Ent <[email protected]> Authored: Fri Jul 18 14:35:05 2014 -0400 Committer: Peter Ent <[email protected]> Committed: Fri Jul 18 14:35:05 2014 -0400 ---------------------------------------------------------------------- examples/BarChartExample/src/MyInitialView.mxml | 32 +++++++++++++++----- examples/BarChartExample/src/README.txt | 16 +++++++--- 2 files changed, 36 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cce1cb58/examples/BarChartExample/src/MyInitialView.mxml ---------------------------------------------------------------------- diff --git a/examples/BarChartExample/src/MyInitialView.mxml b/examples/BarChartExample/src/MyInitialView.mxml index c5f7337..185dfae 100644 --- a/examples/BarChartExample/src/MyInitialView.mxml +++ b/examples/BarChartExample/src/MyInitialView.mxml @@ -21,7 +21,7 @@ limitations under the License. xmlns:basic="library://ns.apache.org/flexjs/basic" xmlns:local="*" xmlns:models="models.*" -> + > <fx:Script> <