-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get basic timeline to work with unpkg libraries #281
Comments
I see the same problem. You can resolve your issue by adding:
before
However, even though this clears the error, the code still doesn't work (it doesn't seem to parse the data). You can force downgrade the library version to 1.0.0 :
and it will sort of work--at least it will paint a drop on the timeline, but it still isn't working correctly for me. (The drop doesn't get painted in the correct location vis a vis the legend, it doesn't scroll, but it will disappear if the time window for the drop is not in the range displayed on the timeline legend.) |
Hmm, ok! Thanks for looking into this for me! |
Just a quick follow-up. I have these libraries working together to render eventdrops:
I have been unable to get newer versions working, which is disappointing since some of the features were desirable. In order to update with new data or selections, for example, I'm rendering in an iframe that I can reload with new parameters... |
Hi, I would recommend getting the latest from master and building the repo yourself. |
What you were expecting:
I tried to make a very simple timeline without a module bundler by following the instructions in the "Usage" section.
What happened instead:
I get the following console errors:
Steps to reproduce:
Put the code in the "Related code" section below in a file called "index.html" and open it in a Firefox or Chrome browser.
Related code:
The text was updated successfully, but these errors were encountered: