You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/24 14:43:25 UTC

[GitHub] [flink] vthinkxie edited a comment on issue #8016: [FLINK-10705][web]: Rework Flink Web Dashboard

vthinkxie edited a comment on issue #8016: [FLINK-10705][web]: Rework Flink Web Dashboard
URL: https://github.com/apache/flink/pull/8016#issuecomment-486271940
 
 
   > +1 the old UI works again!
   > 
   > * timeline is fixed
   > 
   > Is it possible that the rendering of job graph's is not deterministic?
   > In the video I shared on Twitter, the job graph is top -> down, now, it renders left -> right (sources left)
   > ![image](https://user-images.githubusercontent.com/89049/56667536-4b966180-66ae-11e9-97c1-42b750645824.png)
   
   
   The render direction is determined by the graph height and width
   when height is larger than width the graph is render top to bottom, otherwise left to right
   this will make full use of space
   https://github.com/apache/flink/blob/40aa8030335766f6094f21aedd660885897974b6/flink-runtime-web/web-dashboard/src/app/share/common/dagre/graph.ts#L145
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services