UCHIC / iUTAHData

The iUTAH Modeling and Data Federation website - data.iutahepscor.org.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Variable names overlap values in some cases #28

Closed AmberSJones closed 10 years ago

AmberSJones commented 10 years ago

Because each plot now includes variable code and variable name, some of the names are long enough to overlap with the values. Ideas to address:

  1. Make the font even smaller for these variables
  2. Truncate the variable names
  3. Move the value lower in the box for these variables.

image

horsburgh commented 10 years ago

Another option is to format the string as follows:

VariableCode: VariableName

Then make the string extend all the way across the top of the box. Move the spark lines and maybe the current value a little lower to accommodate this.

AmberSJones commented 10 years ago

I think that suggestion might give a cleaner look overall- even in cases where the variable code and name aren't long.

marioscience commented 10 years ago

Please check this issue as I tried a quick fix and it looks nice to me. If you still want to change the format of it it's ok, just let me know.

AmberSJones commented 10 years ago

I think it looks fine. @horsburgh , you should weigh in. image

horsburgh commented 10 years ago

Looks good to me. Close the issue when it's all implemented.