Legend of Burndown chart hides information.

      In the screenhot the legend of the chart is over the time tracking line which is hiding information about it. It would be nice to be able to either hide/show the legend, show the legend somewhere else, like in previous versions or better that the chart prints the legend in an "unused" space.

      Additional behavior

      Note that in some cases the legend overlaps significantly with the chart (see screenshot below):

      This is consistent with the related Jira Cloud bug JSWCLOUD-17026

      (This was a duplicate of GHS-9189, which in turn was resolved as a duplicate of GHS-9751, which was also resolved as a duplicate, but it seems neither were actually resolved as fixed ).

            [JSWSERVER-12266] Legend of Burndown chart hides information

            Lars added a comment -

            2024. The issue is 9 years old.
            I have to work Sunday nights to be able to get a screenshot that shows the end of the sprint on the burndown for our Monday morning Retros.
            Please fix this nonsense now.
            I have no interest in a workaround that requires me to set up different bookmarks etc.

            Lars added a comment - 2024. The issue is 9 years old. I have to work Sunday nights to be able to get a screenshot that shows the end of the sprint on the burndown for our Monday morning Retros. Please fix this nonsense now. I have no interest in a workaround that requires me to set up different bookmarks etc.

            Val Wirtz added a comment -

            2023 and still an issue.

            Val Wirtz added a comment - 2023 and still an issue.

            I am just hit by this issue, and I see people are complaining about it from 2015, and still not fixed?
            7 years, and we cannot have an option to hide the legend yet?

            I have Scrum of Scrums, 1 dashboard that shows burn down charts of all teams, the legend is blocking half of the chart view.
            Is there any workaround rather than the javascript that I have to write manually? 
            Because it is not only me viewing this dashboard, it is the management also.

            Eman Mostafa added a comment - I am just hit by this issue, and I see people are complaining about it from 2015, and still not fixed? 7 years, and we cannot have an option to hide the legend yet? I have Scrum of Scrums, 1 dashboard that shows burn down charts of all teams, the legend is blocking half of the chart view. Is there any workaround rather than the javascript that I have to write manually?  Because it is not only me viewing this dashboard, it is the management also.

            Matheus added a comment -

            You're welcome @Anil.

            Matheus added a comment - You're welcome @Anil.

            Thanks so much @Matheus, it works for me.

            Anil Kathane added a comment - Thanks so much @Matheus, it works for me.

            Matheus added a comment - - edited

            Hi @Anil.

            I've solved with this JS code:

            javascript:for (let el of document.querySelectorAll('.gadget-iframe')) $(el).contents().find(".legend").toggle()

             

            You can use the same way as I presented with the Reports, using bookmarks

             

            Check the video https://youtu.be/B6ZItmlqY1s

            Matheus added a comment - - edited Hi @Anil. I've solved with this JS code: javascript:for (let el of document.querySelectorAll('.gadget-iframe')) $(el).contents().find(".legend").toggle()   You can use the same way as I presented with the Reports, using bookmarks   Check the video https://youtu.be/B6ZItmlqY1s

            Why is this still an issue? Why can't you just fix this? It is soooo annoying.

            Walter Holladay added a comment - Why is this still an issue? Why can't you just fix this? It is soooo annoying.

            Anil Kathane added a comment - - edited

            @Scott and @Matheus, both these options work well for me. Thanks for your suggestions here.

            @Matheus, it works on individual burndown report, but not when I have multiple burndowns in a dashboard.

             

            Anil Kathane added a comment - - edited @Scott and @Matheus, both these options work well for me. Thanks for your suggestions here. @Matheus, it works on individual burndown report, but not when I have multiple burndowns in a dashboard.  

            Matheus added a comment -

            Here is the easiest way: https://youtu.be/8Lsl9HO5Yuc

            Matheus added a comment - Here is the easiest way:  https://youtu.be/8Lsl9HO5Yuc

            Matheus added a comment -

            the code from Scott didn't work here for me.

            But it's simplier this way : $(".legend").hide()

            Matheus added a comment - the code from Scott didn't work here for me. But it's simplier this way : $(".legend").hide()

              Unassigned Unassigned
              e241b35bb089 Aaron Rose
              Affected customers:
              28 This affects my team
              Watchers:
              30 Start watching this issue

                Created:
                Updated: