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

Unified Diff: packages/charted/lib/core/scales/log_scale.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
Index: packages/charted/lib/core/scales/log_scale.dart
diff --git a/packages/charted/lib/core/scales/log_scale.dart b/packages/charted/lib/core/scales/log_scale.dart
index ae9d5b049530fe7e1a44a11b158a2c913a62f2c0..7431e68fff448b388eaf3dfd1940649b9bcf9e9e 100644
--- a/packages/charted/lib/core/scales/log_scale.dart
+++ b/packages/charted/lib/core/scales/log_scale.dart
@@ -176,4 +176,8 @@ class LogScale implements Scale {
@override
LogScale clone() => new LogScale._clone(this);
+
+ // TODO(midoringo): Implement this for the log scale.
+ @override
+ int forcedTicksCount;
}
« no previous file with comments | « packages/charted/lib/core/scales/linear_scale.dart ('k') | packages/charted/lib/core/scales/ordinal_scale.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698