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

Unified Diff: packages/charted/lib/charts/chart_state.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
« no previous file with comments | « packages/charted/lib/charts/chart_data.dart ('k') | packages/charted/lib/charts/chart_theme.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charted/lib/charts/chart_state.dart
diff --git a/packages/charted/lib/charts/chart_state.dart b/packages/charted/lib/charts/chart_state.dart
index 3b05e84e80e207bc1e087ef9bdad11ae54a9d5b6..ce9de9915977a121903e3388284b0ef857bcb45f 100644
--- a/packages/charted/lib/charts/chart_state.dart
+++ b/packages/charted/lib/charts/chart_state.dart
@@ -12,7 +12,7 @@ part of charted.charts;
/// Model to provide highlight, selection and visibility in a ChartArea.
/// Selection and visibility
///
-abstract class ChartState implements ChangeNotifier {
+abstract class ChartState implements Observable {
static int COL_SELECTED = 0x001;
static int COL_UNSELECTED = 0x002;
static int COL_PREVIEW = 0x004;
« no previous file with comments | « packages/charted/lib/charts/chart_data.dart ('k') | packages/charted/lib/charts/chart_theme.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698