You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2014/08/26 22:59:31 UTC

git commit: [flex-asjs] [refs/heads/develop] - Added linear axis beads to the BarChartExample.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 4677f8524 -> 0eee0aebb


Added linear axis beads to the BarChartExample.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0eee0aeb
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0eee0aeb
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0eee0aeb

Branch: refs/heads/develop
Commit: 0eee0aebb68619c2bca6bed62d791062cdf8b986
Parents: 4677f85
Author: Peter Ent <pe...@apache.org>
Authored: Tue Aug 26 16:59:28 2014 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Tue Aug 26 16:59:28 2014 -0400

----------------------------------------------------------------------
 examples/BarChartExample/src/MyInitialView.mxml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0eee0aeb/examples/BarChartExample/src/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/examples/BarChartExample/src/MyInitialView.mxml b/examples/BarChartExample/src/MyInitialView.mxml
index 9581c0d..7717d0a 100644
--- a/examples/BarChartExample/src/MyInitialView.mxml
+++ b/examples/BarChartExample/src/MyInitialView.mxml
@@ -38,6 +38,7 @@ limitations under the License.
 				sourcePropertyName="productList"
 				destinationPropertyName="dataProvider" />
 			<basic:HorizontalCategoryAxisBead categoryField="title" />
+			<basic:VerticalLinearAxisBead valueField="sales" />
 		</basic:beads>
 		<basic:series>
 			<basic:BarChartSeries yField="sales" 
@@ -66,6 +67,7 @@ limitations under the License.
 				sourcePropertyName="productList"
 				destinationPropertyName="dataProvider" />
 			<basic:VerticalCategoryAxisBead categoryField="title" />
+			<basic:HorizontalLinearAxisBead valueField="sales" />
 		</basic:beads>
 		<basic:series>
 			<basic:BarChartSeries yField="sales"