You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/09/20 02:10:32 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop] - Remove reference to IChartItemRenderer.fillColor as that property does not exist. This fixes the FlexJSJX build.

Remove reference to IChartItemRenderer.fillColor as that property does not exist.  This fixes the FlexJSJX build.


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

Branch: refs/heads/develop
Commit: 24d052e976acc20b7822c54e8740ea61680139a3
Parents: 0677ce5
Author: Om <bi...@gmail.com>
Authored: Fri Sep 19 17:09:30 2014 -0700
Committer: Om <bi...@gmail.com>
Committed: Fri Sep 19 17:09:30 2014 -0700

----------------------------------------------------------------------
 .../src/org/apache/flex/charts/beads/ChartItemRendererFactory.as   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/24d052e9/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
index 0582c45..f62fb13 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
@@ -114,7 +114,7 @@ package org.apache.flex.charts.beads
 					k.itemRendererParent = dataGroup;
 					k.xField = s.xField;
 					k.yField = s.yField;
-					k.fillColor = s.fillColor;
+					//k.fillColor = s.fillColor;
 					k.data = dp[j];
 					k.index = j;