Autodesk / hubble

πŸ›° Collaboration, usage, and health data visualization for GitHub Enterprise
https://autodesk.github.io/hubble
MIT License
176 stars 47 forks source link

No more mouse over? #62

Closed toddocon closed 6 years ago

toddocon commented 6 years ago

I just updated to the latest Hubble and now I no longer have mouse over information like mousing over bubbles or the bands in the collaboration charts.

I also reloaded the site in Safari in a new private window, I see the same behavior.

toddocon commented 6 years ago

And links is also broken. This would include Organization names and ORG/repo links in the API requests table, etc...

We had only changed 3 files locally for site specific settings. There was one conflict for docs/_config.yml (the URL of course). All other changes merged fine.

pluehne commented 6 years ago

I can reproduce this on http://autodesk.github.io/hubble/.

Also, data series can’t be hidden or shown. It seems that no mouse events are passed to the JavaScript-rendered charts anymore, including the tables.

filmaj commented 6 years ago

I think this is related to the spinner I added (#59) - the container element housing the spinner stays on top of the graph, preventing any mouse over interactions.

I'll have a PR w/ a fix shortly.

pluehne commented 6 years ago

@filmaj: No worries, and thanks for taking care of this πŸ‘!

filmaj commented 6 years ago

Fix for this is available in #63

larsxschneider commented 6 years ago

@toddocon: @filmaj fixed it! Can you check on your end?

toddocon commented 6 years ago

Just merged with latest Hubble. Confirmed, this is fixed now. Thank you all.

filmaj commented 6 years ago

πŸ˜