erlanglab / erlangpl-ui

DEPRECATED: UI for Erlang Performance Lab
http://www.erlang.pl/
Apache License 2.0
18 stars 2 forks source link

Nothing is displayed for single nodes in the `traffic` #29

Closed tmr08c closed 7 years ago

tmr08c commented 7 years ago

When going to /traffic in Chrome and Safari with a single node running there is not visual representation of that node (included DevTools console in hopes that would help):

screen shot 2017-04-03 at 10 22 40 pm

If I mouse around I am able to get the hand icon and click into the nothingness and get into the traffic view for that node.

In Firefox it doesn't get past the loading image and has an error in the console:

screen shot 2017-04-03 at 10 33 52 pm

I'm not familiar with browser support of WebGL so I'm not which browser was best to check with.

> node --version
v6.9.1
> elm --version
0.18.0

Please let me know if I am missing anything or could provide more information.

baransu commented 7 years ago

Empty view with one node is underlaying Vizceral issue. It's fixed already be we have to update our data model to support this version. You can expect fix soon. :)

Thank you for your feedback 😃