Julian Claus
Julian Claus
Thanks for your feedback. Also tried that and it gave me `undefined`.
Thanks :) Using Webpack (actually Vue.js but it uses Webpack).
Actually no, but the problem is likely not gone ;)
>fixed by `import * as workly from 'workly/dist/workly.m.js';` That's a work around.
I just discovered this chart library while I was looking for an easy to use, nice looking set of charts. I consider to use it for my project but the...
It's completely user driven. My users can compose charts and therefore there should be no limitation. But when I speak for myself, I'm a runner and I love to see...
Switched to Google Workbox.
If you found a solution I'm happy to accept a pull request.
I have the problem with Vue.js, too. When switching fast between routes, the DOM element with `id="braintree` gets removed before the initialization can happen. The `teardown` function won't help since...