You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
It works fine if I resize the window, the chart just displays weird when it's first injected into the page. I'm guessing it's not grabbing the right div dimensions.
So I've been trying to use core-animated-pages-transition-prepare. I've attempted the following:
<core-animated-pages id="form1" on-core-animated-pages-transition-prepare="onPrepare();" selected="0" transitions="slide-from-right" cross-fade>
var form1 = document.getElementById("form1");
function onPrepare() {
if (form1.selected==6) {
gBar();
} ...etc
Morris.js chart doesn't display properly within Polymer core-animated-pages > section > core-animated-pages > section > card > div.
It works fine if I resize the window, the chart just displays weird when it's first injected into the page. I'm guessing it's not grabbing the right div dimensions.
So I've been trying to use core-animated-pages-transition-prepare. I've attempted the following:
I've also tried things like:
and