Chris Sedore

Results 2 comments of Chris Sedore

I see the same problem. You can resolve your issue by adding: ` var global = global || window;` before ` d3 .select('#eventdrops-demo'): .data([repositoriesData]) .call(chart);` However, even though this clears...

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...