Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI - Grid is sometimes obscured by the legend - add option to hide it #59

Closed
GoogleCodeExporter opened this issue Mar 27, 2015 · 17 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open the view labels tab, with a map that is limited by the width
(rather than height)

What is the expected output? What do you see instead?
Instead of scaling to fit all groups, it scales such that it would fit
perfectly if there wasn't a legend column at the right.  So a band at the
right is hidden by the legend.  The problem disappears if the shape of the
area is changed so that height rather than width limits the size.

Original issue reported on code.google.com by danielrosauer on 11 Jan 2010 at 3:34

Attachments:

@GoogleCodeExporter
Copy link
Author

The issue is due to the canvas not allowing for the width of the legend.  It 
will
also overlap when zoomed in.


Original comment by shawnlaffan on 11 Jan 2010 at 5:26

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

As an addendum, this error will occur in any of the map plots.  
Two options to fix it are to:
1.  Optionally hide the legend using a menu option or a checkbox somewhere in 
the map
frame.
2.  Put the legend into its own popup window, although handlers need to be in 
place
to recreate it in the event the window is closed.

Original comment by shawnlaffan on 17 Jan 2010 at 6:40

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

It's also the numeric labels to the left of the legend band that can overlap.. 

How about showing the legend horizontally at the bottom if the image has 
expanded to
its full width?

Original comment by ELubar...@gmail.com on 13 Feb 2010 at 5:25

  • Added labels: Component-UI
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

How about simply adjusting the space allocated to the map, so that there is 
always 
room for the legend alongside the map?

Original comment by danielrosauer on 13 Feb 2010 at 7:45

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Adjusting the space allocated is simplest.  Whether it is at the top or bottom 
could
be a user specified option.

Original comment by shawnlaffan on 14 Feb 2010 at 1:00

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

This would work.  But no need to change the current location, just change the 
way 
space is allocated so the legend has its own area.

Original comment by danielrosauer on 21 Feb 2010 at 6:09

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Add 1.0 milestone

Original comment by shawnlaffan on 14 Nov 2013 at 4:31

  • Added labels: Milestone-Release1.0
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision r2723.

Add option to show or hide the legend.  This is less automatic than rescaling 
to fit the legend, but is simpler to implement.  
Works across all plots.

Original comment by shawnlaffan on 21 Aug 2014 at 11:37

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by shawnlaffan on 21 Aug 2014 at 11:38

@GoogleCodeExporter
Copy link
Author

Original comment by shawnlaffan on 21 Aug 2014 at 11:40

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by shawnlaffan on 21 Aug 2014 at 11:40

@GoogleCodeExporter
Copy link
Author

Original comment by shawnlaffan on 21 Aug 2014 at 11:40

  • Changed title: GUI - View labels autozooms to overlap the colour scale legend
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision r2725.

Merge revisions across to the trunk.  
This will also update issue 353

Original comment by shawnlaffan on 22 Aug 2014 at 1:47

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by shawnlaffan on 26 Aug 2014 at 5:50

@GoogleCodeExporter
Copy link
Author

Original comment by shawnlaffan on 26 Aug 2014 at 5:51

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Change issue title.

Issue should be closable now.

Original comment by shawnlaffan on 8 Oct 2014 at 11:52

  • Changed title: GUI - Grid is sometimes obscured by the legend
  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Mark as fixed.

Original comment by shawnlaffan on 13 Oct 2014 at 9:42

  • Changed title: GUI - Grid is sometimes obscured by the legend - add option to hide it
  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants