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

Unified Diff: lib/google_chart.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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 | « lib/firebase_collection.dart ('k') | lib/google_map.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/google_chart.dart
diff --git a/lib/google_chart.dart b/lib/google_chart.dart
index 483db9ed7dfb928b3055642d889a5f289e868704..ec3f188bff45aab53fd8e2f6a0e3b236a6e665e4 100644
--- a/lib/google_chart.dart
+++ b/lib/google_chart.dart
@@ -127,7 +127,7 @@ class GoogleChart extends HtmlElement with CustomElementProxyMixin, PolymerBase
///
/// Should be one of:
/// - `area`, `bar`, `bubble`, `candlestick`, `column`, `combo`, `geo`,
- /// `histogram`, `line`, `pie`, `scatter`, `stepped-area`
+ /// `histogram`, `line`, `pie`, `scatter`, `stepped-area`, `treemap`
///
/// See <a href="https://google-developers.appspot.com/chart/interactive/docs/gallery">Google Visualization API reference (Chart Gallery)</a> for details.
String get type => jsElement[r'type'];
« no previous file with comments | « lib/firebase_collection.dart ('k') | lib/google_map.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698