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

Unified Diff: packages/charted/lib/charts/src/chart_state_impl.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/charts/src/chart_state_impl.dart
diff --git a/packages/charted/lib/charts/src/chart_state_impl.dart b/packages/charted/lib/charts/src/chart_state_impl.dart
index e5bccd8c050fb00ad4dbe7bda5723e3c32d9e1f6..6b86628d47fc5e336791643f050248440e4154b0 100644
--- a/packages/charted/lib/charts/src/chart_state_impl.dart
+++ b/packages/charted/lib/charts/src/chart_state_impl.dart
@@ -14,7 +14,7 @@ part of charted.charts;
/// - In [CartesianArea] it is always a column.
/// - In [LayoutArea] renders choose either columns or rows.
///
-class DefaultChartStateImpl extends ChangeNotifier implements ChartState {
+class DefaultChartStateImpl extends Observable implements ChartState {
final bool isMultiSelect;
final bool isMultiHighlight;
final bool isSelectOrHighlight;
« no previous file with comments | « packages/charted/lib/charts/src/chart_series_impl.dart ('k') | packages/charted/lib/charts/themes/quantum_theme.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698