vthinkxie commented 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) >  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: [email protected] With regards, Apache Git Services
