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

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

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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_config.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_data.dart
diff --git a/packages/charted/lib/charts/chart_data.dart b/packages/charted/lib/charts/chart_data.dart
index 1367cc14e1fea4655ee5b82285c45fd3edfa1e66..ce11c17a0c4640d058cd05b8004fb7ddda3c09c5 100644
--- a/packages/charted/lib/charts/chart_data.dart
+++ b/packages/charted/lib/charts/chart_data.dart
@@ -21,7 +21,7 @@ abstract class ChartData {
/// Create a new instance of [ChartData]'s internal implementation
factory ChartData(Iterable<ChartColumnSpec> columns,
- Iterable<Iterable> rows) = DefaultChartDataImpl;
+ List<List> rows) = DefaultChartDataImpl;
}
///
« no previous file with comments | « packages/charted/lib/charts/chart_config.dart ('k') | packages/charted/lib/charts/chart_state.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698