This is an automated email from the ASF dual-hosted git repository.
alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new a6bedc3 Update ColumnSeries
a6bedc3 is described below
commit a6bedc3f55f3da33eba454018cadf3c3b1d3ad11
Author: alinakazi <[email protected]>
AuthorDate: Wed Aug 29 15:07:08 2018 +0500
Update ColumnSeries
undo last pull request changes
---
.../src/main/royale/mx/charts/series/ColumnSeries.as | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/charts/series/ColumnSeries.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/charts/series/ColumnSeries.as
index 9d702f3..045fab1 100644
---
a/frameworks/projects/MXRoyale/src/main/royale/mx/charts/series/ColumnSeries.as
+++
b/frameworks/projects/MXRoyale/src/main/royale/mx/charts/series/ColumnSeries.as
@@ -138,22 +138,7 @@ public class ColumnSeries extends
org.apache.royale.charts.supportClasses.Column
{
_displayName = value;
}
- Override public function get xField():String
- {
- return null;
- }
- Override public function set xField(value:String):void
- {
- }
-
- Override public function get yField():String
- {
- return null;
- }
- Override public function set yField(value:String):void
- {
- }
-
+
}