Fix chart not updating #1104 (#1139)

This commit is contained in:
Boyi C
2018-05-04 16:04:07 -04:00
committed by Paulus Schoutsen
parent 38e1b16031
commit de55c13355
+4
View File
@@ -161,6 +161,10 @@
};
}
static get observers() {
return ['onPropsChange(data)'];
}
connectedCallback() {
super.connectedCallback();
this._isAttached = true;