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

Unified Diff: packages/charted/lib/charts/charts.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
Index: packages/charted/lib/charts/charts.dart
diff --git a/packages/charted/lib/charts/charts.dart b/packages/charted/lib/charts/charts.dart
index 427914350a8e6a79c59d0c274c35503a4f5a5c60..3d00cf649cf9e7d28e959858fbec0fdf007e43ef 100644
--- a/packages/charted/lib/charts/charts.dart
+++ b/packages/charted/lib/charts/charts.dart
@@ -10,7 +10,7 @@ library charted.charts;
import 'dart:async';
import 'dart:collection';
-import 'dart:html' show Element, document, window, Event, MouseEvent;
+import 'dart:html' show Element, window, Event, MouseEvent;
import 'dart:math' as math;
import 'dart:svg' hide Rect;
import 'dart:typed_data';
« no previous file with comments | « packages/charted/lib/charts/chart_theme.dart ('k') | packages/charted/lib/charts/data_transformers/aggregation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698