Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FC3018CB7 for ; Mon, 22 Jun 2015 17:33:25 +0000 (UTC) Received: (qmail 77516 invoked by uid 500); 22 Jun 2015 17:33:25 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 77489 invoked by uid 500); 22 Jun 2015 17:33:25 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 77479 invoked by uid 99); 22 Jun 2015 17:33:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2015 17:33:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5BB91E04BE; Mon, 22 Jun 2015 17:33:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pent@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/develop] - Updated Chart package to conform to recent changes for lists. Date: Mon, 22 Jun 2015 17:33:25 +0000 (UTC) Repository: flex-asjs Updated Branches: refs/heads/develop f62f49c75 -> 9787ce247 Updated Chart package to conform to recent changes for lists. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9787ce24 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9787ce24 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9787ce24 Branch: refs/heads/develop Commit: 9787ce24779dfc87078f2bcd6770f1b48e3e2bf9 Parents: f62f49c Author: Peter Ent Authored: Mon Jun 22 13:33:22 2015 -0400 Committer: Peter Ent Committed: Mon Jun 22 13:33:22 2015 -0400 ---------------------------------------------------------------------- .../Charts/asjs/src/org/apache/flex/charts/beads/ChartView.as | 2 +- .../src/org/apache/flex/charts/optimized/SVGChartDataGroup.as | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9787ce24/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/beads/ChartView.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/beads/ChartView.as b/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/beads/ChartView.as index 4a94642..27ac054 100644 --- a/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/beads/ChartView.as +++ b/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/beads/ChartView.as @@ -114,7 +114,7 @@ package org.apache.flex.charts.beads /** * @private */ - override protected function layoutList():void + protected function layoutList():void { var metrics:UIMetrics = BeadMetrics.getMetrics(_strand); http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9787ce24/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/optimized/SVGChartDataGroup.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/optimized/SVGChartDataGroup.as b/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/optimized/SVGChartDataGroup.as index 67207ad..9df23a8 100644 --- a/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/optimized/SVGChartDataGroup.as +++ b/frameworks/projects/Charts/asjs/src/org/apache/flex/charts/optimized/SVGChartDataGroup.as @@ -179,5 +179,10 @@ package org.apache.flex.charts.optimized { return null; } + + public function updateAllItemRenderers():void + { + + } } } \ No newline at end of file