Skip to content

Commit

Permalink
Fix CSS scoping for chart. Export plugin issue of custom CSS for expo…
Browse files Browse the repository at this point in the history
…rted img.
  • Loading branch information
JosefJezek authored Dec 8, 2017
1 parent 968d484 commit ef2feda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s-amcharts.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
ready: function() {
// Apply proper CSS scoping to the nodes and all of their descendants.
// https://www.polymer-project.org/1.0/docs/devguide/styling#scope-subtree
this.scopeSubtree(this.$.chart, true);
// this.scopeSubtree(this.$.chart, true);
this.scopeSubtree(this.$.exportButton, true);
},

Expand Down

0 comments on commit ef2feda

Please sign in to comment.