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

Unified Diff: packages/charted/lib/selection/transition.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/selection/src/transition_impl.dart ('k') | packages/charted/lib/svg/shapes/line.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charted/lib/selection/transition.dart
diff --git a/packages/charted/lib/selection/transition.dart b/packages/charted/lib/selection/transition.dart
index 0f54c0cf38e5b8df76e2d68fce5e76e8ea35f1da..43846a3680840257d2bf7f30d1de1cd35671b5b4 100644
--- a/packages/charted/lib/selection/transition.dart
+++ b/packages/charted/lib/selection/transition.dart
@@ -7,7 +7,7 @@
*/
library charted.selection.transition;
-import "dart:html" show Element, document;
+import "dart:html" show Element;
import "package:charted/core/timer.dart";
import "package:charted/selection/selection.dart";
import "package:charted/core/interpolators.dart";
« no previous file with comments | « packages/charted/lib/selection/src/transition_impl.dart ('k') | packages/charted/lib/svg/shapes/line.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698