You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by kkhatua <gi...@git.apache.org> on 2017/11/14 19:01:24 UTC

[GitHub] drill pull request #1035: DRILL-5801: Gantt chart (fragment timeline) enhanc...

GitHub user kkhatua opened a pull request:

    https://github.com/apache/drill/pull/1035

    DRILL-5801: Gantt chart (fragment timeline) enhancements

    1. Labelled X and Y axes on the Gantt Chart that expresses the fragments' timelines
    2. Support mouse hover to reveal major fragment ID
    
    * With 104 minor fragments / 5 major fragments : _You can see the tooltip (mouse pointer was not captured in screenshot)_
    ![image](https://user-images.githubusercontent.com/4335237/32798813-b55b6f52-c92a-11e7-80b0-205f95e35081.png)
    
    * With 14 minor fragments / 4 major fragments : _Check for label alignment_
    ![image](https://user-images.githubusercontent.com/4335237/32798883-e57f4f1e-c92a-11e7-9ce0-b2522f42c584.png)
    
    * With 1 minor fragment / 1 major fragment : _Check for label alignment_
    ![image](https://user-images.githubusercontent.com/4335237/32798928-07a5f21e-c92b-11e7-9f14-9ee2e2605719.png)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kkhatua/drill DRILL-5801

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1035.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1035
    
----
commit d8a9ff6b2cd112fe78ff9d412e1c6769b4b3a717
Author: Kunal Khatua <kk...@maprtech.com>
Date:   2017-11-14T18:48:36Z

    DRILL-5801: Gantt chart (fragment timeline) enhancements
    
    1. Labelled X and Y axes on the Gantt Chart that expresses the fragments' timelines
    2. Support mouse hover to reveal major fragment ID

----


---

[GitHub] drill pull request #1035: DRILL-5801: Gantt chart (fragment timeline) enhanc...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/drill/pull/1035


---

[GitHub] drill issue #1035: DRILL-5801: Gantt chart (fragment timeline) enhancements

Posted by kkhatua <gi...@git.apache.org>.
Github user kkhatua commented on the issue:

    https://github.com/apache/drill/pull/1035
  
    @paul-rogers (cc: @arina-ielchiieva ) since this was your ask, please review the PR.


---