Difference between revisions of "Common:Chart Options"

From AgileApps Support Wiki
imported>Aeric
(Created page with ":*'''Value Labels:''' Show or hide the labels :*'''X-Axis Label:''' :** '''Auto -''' :** '''Wrapped -''' :** '''90 degree -''' :** '''Slanted -''' :** '''Staggered -''' :*'…")
 
imported>Aeric
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
:*'''Color Palette:'''
:: Comma separated list of one or more hexadecimal color values, used one after the other for bar chart colors. For example: <tt>#ff0000,#0a68dd,...</tt><br>''Learn more:'' [http://www.w3schools.com/html/html_colors.asp HTML Colors]
:*'''Value Labels:''' Show or hide the labels
:*'''Value Labels:''' Show or hide the labels
:*'''X-Axis Label:'''
:*'''X-Axis Label:'''
:** '''Auto -'''  
:** '''Auto -''' Let the system decide the best way to show the labels.
:** '''Wrapped -'''  
:** '''Wrapped -''' Keep labels short, wrapping text as needed
:** '''90 degree -'''  
:** '''90 degree -''' Write the labels going upwards, instead of horizontally
:** '''Slanted -'''  
:** '''Slanted -''' Angle the labels for readability
:** '''Staggered -'''  
:** '''Staggered -''' Offset the labels, so they can be slightly longer without overlapping


:*'''Data Value:'''
:*'''Data Value:'''
:** '''Normal -'''  
:** '''Normal -''' In line with the data (best for a horizontal bar chart)
:** '''90 degree -'''<noinclude>
:** '''90 degree -''' at 90 degrees to the data (best for vertical bar or line chart)<noinclude>


__NOINDEX__</noinclude>
__NOINDEX__</noinclude>

Latest revision as of 22:54, 29 May 2013

  • Color Palette:
Comma separated list of one or more hexadecimal color values, used one after the other for bar chart colors. For example: #ff0000,#0a68dd,...
Learn more: HTML Colors
  • Value Labels: Show or hide the labels
  • X-Axis Label:
    • Auto - Let the system decide the best way to show the labels.
    • Wrapped - Keep labels short, wrapping text as needed
    • 90 degree - Write the labels going upwards, instead of horizontally
    • Slanted - Angle the labels for readability
    • Staggered - Offset the labels, so they can be slightly longer without overlapping
  • Data Value:
    • Normal - In line with the data (best for a horizontal bar chart)
    • 90 degree - at 90 degrees to the data (best for vertical bar or line chart)