Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19745 )
Change subject: IMPALA-11970: Shifting the timeline display to SVG ...................................................................... IMPALA-11970: Shifting the timeline display to SVG The usage of SVG allows for better scaling and further manipulation of elements through the DOM, facilitating text selection and parsing of such elements from the diagram. 'text-anchor' and 'dominant-baseline' properties of the SVG text element have been used to preserve the same canvas coordinates, while shifting the center. The maximum width behaviour of canvas text has been implemented using 'textLength' and 'lengthAdjust'. Change-Id: I083c2ec12e1743b89092fc23281ee576d66fa81b Reviewed-on: http://gerrit.cloudera.org:8080/19745 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M www/query_timeline.tmpl 1 file changed, 132 insertions(+), 101 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19745 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I083c2ec12e1743b89092fc23281ee576d66fa81b Gerrit-Change-Number: 19745 Gerrit-PatchSet: 10 Gerrit-Owner: Surya Hebbar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Surya Hebbar <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
