I'm trying to get Chart.js working ... I was able to get it working outside the render, but inside I'm having an issue. https://stackblitz.com/edit/lit-element-chartjs
I got this working by adding a div around the canvas element.
Let's not submit another issue for each JS library you happen to use 馃槃
I mean, lots of libraries using global API like document.querySelector and relying on global CSS would be broken by Shadow DOM, and there is nothing much to do here for LitElement (except for drop Shadow DOM at all, which is probably not what the Polymer team is going to do), instead the libraries themselves should be updated to work with the new concepts, where possible.
@aadamsx don't hesitate to ask, and sorry if I was unfriendly. We should have a clear list of the implications Shadow DOM has, documented somewhere, now when LitElement is going to become stable. I believe Polymer team will be able to provide better docs quite soon.
Most helpful comment
Let's not submit another issue for each JS library you happen to use 馃槃
I mean, lots of libraries using global API like
document.querySelectorand relying on global CSS would be broken by Shadow DOM, and there is nothing much to do here for LitElement (except for drop Shadow DOM at all, which is probably not what the Polymer team is going to do), instead the libraries themselves should be updated to work with the new concepts, where possible.