Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: packages/charted/lib/charts/chart_events.dart

Issue 2213693002: Updated charted DEP to 0.4.X (Closed) Base URL: https://github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/charted/lib/charts/chart_data.dart ('k') | packages/charted/lib/charts/chart_state.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charted/lib/charts/chart_events.dart
diff --git a/packages/charted/lib/charts/chart_events.dart b/packages/charted/lib/charts/chart_events.dart
index 5e0deff9cd494aa4385334ead91ed93c5c801dbe..49a7a667ca53d02342cf12b6d8f162b8cdb6943a 100644
--- a/packages/charted/lib/charts/chart_events.dart
+++ b/packages/charted/lib/charts/chart_events.dart
@@ -82,7 +82,10 @@ abstract class ChartEvent {
num get chartY;
factory ChartEvent(Event source, ChartArea area,
- [ChartSeries series, int row, int column, value]) = DefaultChartEventImpl;
+ [ChartSeries series,
+ int row,
+ int column,
+ num value]) = DefaultChartEventImpl;
}
/// Interface implemented by chart behaviors.
« no previous file with comments | « packages/charted/lib/charts/chart_data.dart ('k') | packages/charted/lib/charts/chart_state.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698