b2af885a6d913016cdb07c9b46778da1450f9231
Guides/ReportDesign/7.0-Chart-tab.md
| ... | ... | @@ -11,7 +11,7 @@ The Charts Tab lets you create different variations of charts, including: |
| 11 | 11 | * [[Trend|http://wiki.izenda.us/Guides/ReportDesign/7.0-Chart-tab#7.2-Trend-Selection]] |
| 12 | 12 | * [[Pie|http://wiki.izenda.us/Guides/ReportDesign/7.0-Chart-tab#7.3-Pie-Selection]] |
| 13 | 13 | * [[Plot|http://wiki.izenda.us/Guides/ReportDesign/7.0-Chart-tab#7.4-Plot-Selection]] |
| 14 | -* Bar |
|
| 14 | +* [[Bar|http://wiki.izenda.us/Guides/ReportDesign/7.0-Chart-tab#7.5-Bar-Selection]] |
|
| 15 | 15 | * Funnel |
| 16 | 16 | |
| 17 | 17 | You can have multiple charts in one report or put multiple charts of summary information on a Dashboard to show key business metrics. |
| ... | ... | @@ -237,12 +237,13 @@ The images below show the **Bar** Chart Type selection optiosn on the **Chart** |
| 237 | 237 | |Label dropdown menu|Allows the user to select a field to use as the x-axis data.| |
| 238 | 238 | |Value dropdown menu|Allows the user to select a field to use as the y-axis data.| |
| 239 | 239 | |Separator|Allows the user to select a field to separate the data into multiple groups with.| |
| 240 | -|Line Value|When "Show Pareto" is checked, this will set an alternate metric to display on the trend line.| |
|
| 241 | -|Show Legend|| |
|
| 240 | +|Value Ranges|This acts like the [[Advanced|]] box's Value Ranges item. It will use the specified replacement values for given ranges of data. The number of ranges should correspond to the number of groupings you have in your data.| |
|
| 241 | +|Line Value|When **Show Pareto** is checked, this will set an alternate metric to display on the trend line.| |
|
| 242 | +|Show Legend|When checked, this will display the values supplied with the **Separator** field as a legend below the chart. The colors for the legend will correspond to the colors shown in the chart.| |
|
| 242 | 243 | |Show Pareto|When checked, this will display a trend chart superimposed upon the bar chart.| |
| 243 | 244 | |Stacked|When checked, this will cause the bars to be stacked as long as they're in the same grouping (determined by the value of the Separator dropdown). Otherwise, they are shown side-by-side.| |
| 244 | 245 | |Horizontal|When checked, this will rotate the bar chart 90 degrees. The bars will animate from left to right. They animate from bottom to top normally.| |
| 245 | -|Shade Area Under Line|When "Show Pareto" is checked, this will cause the entire area underneath the trend line to be shaded semi-transparently.| |
|
| 246 | +|Shade Area Under Line|When **Show Pareto** is checked, this will cause the entire area underneath the trend line to be shaded semi-transparently.| |
|
| 246 | 247 | |Label Title (Bottom)|This text box allows the user to label the bottom section of the chart, allowing viewers to more easily read the data.| |
| 247 | 248 | |Label Title (Left)|As with the entry above, but for the Left chart margin. The data displayed in the left margin describes the bar portion.| |
| 248 | 249 | |Label Title (Right)|As with the entry above, but for the Right chart margin. The data displayed in the right margin describes the trend portion.| |