sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

Weird text overlay issue on sub-spans. #26

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

On sub-spans the text appears to be overlayed oddly, there is also a error in the JS console which is probably related:


image


slimsag commented 9 years ago

After more research into this it looks like the JS error is not the caused but rather a side effect. The timelineItem for that span has two timelineItemTimespan inside of it, which it appears d3-timeline renders that way.

I'm not yet sure what the correct behavior is.