Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/935#discussion_r140562100
--- Diff: exec/java-exec/src/main/resources/rest/profile/profile.ftl ---
@@ -162,8 +226,7 @@
</div>
<div id="fragment-overview" class="panel-collapse collapse">
<div class="panel-body">
- <svg id="fragment-overview-canvas" class="center-block"></svg>
--- End diff --
With this canvas, fragment overview was displayed weirdly. I have removed
so the fragment overview looks the same as others.
---