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

Unified Diff: lib/src/google-chart/google-chart.css

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/src/google-apis/google-maps-api.html ('k') | lib/src/google-chart/google-chart.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/google-chart/google-chart.css
diff --git a/lib/src/google-chart/google-chart.css b/lib/src/google-chart/google-chart.css
index 342c8163f5f4243a4f6a10a08ca692e711e32d37..8fec5aacacc7c398028c0f760b3a92886803bc57 100644
--- a/lib/src/google-chart/google-chart.css
+++ b/lib/src/google-chart/google-chart.css
@@ -8,6 +8,11 @@
height: 300px;
}
+:host([type="gauge"]) {
+ width: 300px;
+ height: 300px;
+}
+
#chartdiv {
width: 100%;
}
« no previous file with comments | « lib/src/google-apis/google-maps-api.html ('k') | lib/src/google-chart/google-chart.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698