CzyerChen commented on PR #367:
URL: 
https://github.com/apache/skywalking-booster-ui/pull/367#issuecomment-1904096070

   > @CzyerChen This fix is about resizing. What is the cause at your side?
   
   At my side,  I see the trace-list-download svg  initial height depends on 
the span count and VNode count without refs count
   ` this.svg.attr("height", (this.row.length + fixSpansSize + 1) * 
this.barHeight);` 
   When several refs shown in the graph, the initial height is not enough, and 
the graph will be incomplete.
   
   I have checked again(the code is latest), may be the fix not matched my 
issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to