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

Unified Diff: packages/charted/lib/charts/chart_config.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_area.dart ('k') | packages/charted/lib/charts/chart_data.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charted/lib/charts/chart_config.dart
diff --git a/packages/charted/lib/charts/chart_config.dart b/packages/charted/lib/charts/chart_config.dart
index 9a65883bfb78ec304c4f163d8c9f0191210137a2..73ce85026bb317e11090f6a4c5a8c088eeea7089 100644
--- a/packages/charted/lib/charts/chart_config.dart
+++ b/packages/charted/lib/charts/chart_config.dart
@@ -66,8 +66,8 @@ abstract class ChartConfig {
bool switchAxesForRTL;
/// Factory method to create an instance of the default implementation
- factory ChartConfig(
- Iterable<ChartSeries> series, Iterable<int> dimensions) = DefaultChartConfigImpl;
+ factory ChartConfig(Iterable<ChartSeries> series,
+ Iterable<int> dimensions) = DefaultChartConfigImpl;
}
///
« no previous file with comments | « packages/charted/lib/charts/chart_area.dart ('k') | packages/charted/lib/charts/chart_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698