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

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

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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_legend.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_series.dart
diff --git a/packages/charted/lib/charts/chart_series.dart b/packages/charted/lib/charts/chart_series.dart
index 8582fe49f1c04c788f3eafde6d5345dbf5cae584..4d0fbd91704bfc08a01a03e7615fbc84111b9418 100644
--- a/packages/charted/lib/charts/chart_series.dart
+++ b/packages/charted/lib/charts/chart_series.dart
@@ -54,12 +54,12 @@ class ChartSeries {
/// Factory function to create an instance of internal implementation of
/// [ChartSeries].
- factory ChartSeries(String name, Iterable<int> measures,
- ChartRenderer renderer, { Iterable<String> measureAxisIds : null }) =>
- new DefaultChartSeriesImpl(name, measures, renderer, measureAxisIds);
+ factory ChartSeries(
+ String name, Iterable<int> measures, ChartRenderer renderer,
+ {Iterable<String> measureAxisIds: null}) =>
+ new DefaultChartSeriesImpl(name, measures, renderer, measureAxisIds);
}
-
///
/// Implementation of [ChangeRecord] that is used to notify changes to
/// [ChartSeries]. Currently, only changes to measures and measureAxisIds
@@ -70,4 +70,4 @@ class ChartSeriesChangeRecord implements ChangeRecord {
final ChartSeries series;
const ChartSeriesChangeRecord(this.series);
-}
+}
« no previous file with comments | « packages/charted/lib/charts/chart_legend.dart ('k') | packages/charted/lib/charts/chart_state.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698