Appboard/2.4/builder/widgets/column chart: Difference between revisions

imported>Jason.nicholls
(Created page with '{{DISPLAYTITLE:Column Chart Widget}} A Bullet Chart Widget is a graphical Widget that is a variation of a Bar Chart. Each bullet display provides multiple pieces of information,…')
 
imported>Jason.nicholls
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:Column Chart Widget}}
{{DISPLAYTITLE:Column Chart Widget}}
A Bullet Chart Widget is a graphical Widget that is a variation of a Bar ChartEach bullet display provides multiple pieces of information, typically including the measured data, a comparative measure (target), and one or more meaningful thresholds.
A Column Chart Widget is a graphical Widget that displays rectangular bars with lengths proportional to the values that they representThe bars are plotted vertically, as opposed to a [[appboard/2.4/builder/widgets/bar_chart|Bar Chart]], which plots horizontal bars.




[[Image:BulletChartSample.png|thumb|center|500px|Bullet Chart Sample]]
[[Image:ColumnChartSample.png|thumb|center|500px|Column Chart Sample]]




== How To Create a Bullet Chart Widget ==
== How To Create a Column Chart Widget ==
For instructions on creating a Widget, see the general instructions in [[appboard/2.4/builder/widgets#Adding_Widgets|Adding Widgets]].  The <b>Bullet</b> Widget type is located under the <b>Charts</b> category on the Widget selection screen.
For instructions on creating a Widget, see the general instructions in [[appboard/2.4/builder/widgets#Adding_Widgets|Adding Widgets]].  The <b>Column</b> Widget type is located under the <b>Charts</b> category on the Widget selection screen.




== How To Configure a Bullet Chart Widget ==
== How To Configure a Column Chart Widget ==
Follow the instructions above to create the basic "Bullet Chart" Widget, and then perform the following steps to configure a Bullet Chart Widget:
Follow the instructions above to create the basic "ColumnChart" Widget, and then perform the following steps to configure a Column Chart Widget:




Line 21: Line 21:




=== Label Field ===
=== Configuring the X-Axis ===
Select the desired label to be used for each item in the data set.
* The "rows" of data from this column will make be used as the labels on the left hand side of each bar.
If you're using ''Sample.Data.ChartData'', then select "Month" to be the Label Field.


# Select the desired '''X-Field''' to use for the X-Axis of the Chart.
#* The "rows" of this column of data will make up the X-Axis.
If you're using ''Sample.Data.ChartData'', then select "Month" to be the X-Field.


=== Secondary Label (Optional) ===
Specifies the field in the Data Collection that will be used as the Secondary Label.
* The secondary label is usually used to show a textual representation of the 'Value Field'.
If you're using ''Sample.Data.ChartData'', then select "Software" to be the Secondary Label Field.


=== Type ===
Select an option for <b>Type</b> from the drop-down box.  This will be used to determine how the data is translated by AppBoard into the labels that are shown along the x-axis:
* '''CategoryAxis''': This is the default.  The "rows" observed in the selected column of data will make up the X-Axis.
* '''DateTimeAxis''': X-axis values are determined as time-based values such as hours, days, weeks, or years.


=== Value Field (X-Axis) ===
Specifies the field in the Data Collection that determines the length of the colored bars in the bullet chart
If you're using ''Sample.Data.ChartData'', then select "Software" as the Value field }}


=== Configuring a Series (Y-Axis) ===
* Click the "Add" button in the button toolbar of the Series DataGrid.
* Repeat for any additional series.
* Series may be removed with the "Remove" button next to the "Add" button.
* Series may be reordered in the Series DataGrid by clicking the upper-right corner of a row and dragging the Series up or down the grid.
* Values contained within the "Y-field" will determine the height of each column in the series.
If you're using ''Sample.Data.ChartData'', then select "Hardware" as the Y-field


=== Start from smallest derived value (Optional) ===
This option will crop the chart's X-Axis based upon the smallest value provided in the data set, rather than starting from zero.
* This option is useful when dealing with values that do not have much variation.


For Example, SLA calculations usually result in values clustered around 99%. If you start from zero, then the chart will show nearly identical barsWith "Start from smallest derived value" toggled on, the left side of the X-Axis becomes the smallest value in the data set, say 99.2% for our SLA example.  This provides a more useful comparison across the dataset as a whole.
=== Fill Style ===
* Fill style is purely aesthetic, and sets the rendering style that will be used for the series.
* The available rendering styles are Solid, Gradient, and Cylinder
[[Image:ColumnChart.png|Sample Area Chart]]
 
=== Color ===  
* Color will work in conjunction with Fill Style to distinguish one series from another.
* You can select color by clicking on the color swatches in the color picker, or you can manually enter a hexadecimal color value.




=== Comparative Measure ===
==== Pattern ====
Comparative Measure is an optional decorator that can be shown for each value in the bullet chart.
* In addition to Color, different Pattern options will help users distinguish one series from another
* It is useful for showing a high water mark, or for showing how a historical average compares to the current value.
* Click on the Pattern button to view and select from numerous pattern options.
[[Image:Bullet_ComparativeMeasure.png|Sample Comparative Measure]]




=== Fill Style ===
=== Alpha ===
Fill style for the bullet chart is purely aesthetic, and effects how the Value Bars are rendered.
* Alpha sets the opacity of the series and can be adjusted for both Color and Pattern.
* The color for the value bar will be determined based on the defined thresholds.
* Reducing the Alpha lets you see grid lines show through the columns.
* The available rendering styles are Solid, Gradient, and Cylinder
[[Image:ColumnChart_Alpha.png|Sample Column Alphas]]
[[Image:Bullet_FillStyles.png|Sample Fill Styles]]


=== Series Type ===
To select a different Series Type, click the pulldown in the bottom toolbar of the Series Data Grid.  The examples below were created using 'Hardware' and 'Totals' from ''Sample.Data.ChartData''.
* '''clustered''':  Chart elements for each series are grouped by category. This is the default value for BarChart and ColumnChart controls.
* '''overlaid''': Chart elements for each series are rendered on top of each other, with the element corresponding to the last series on top. This is the default value for AreaChart controls.
* '''stacked''': Chart elements for each series are stacked on top of each other. Each element represents the cumulative value of the elements beneath it.
* '''100%''': Chart elements are stacked on top of each other, adding up to 100%. Each chart element represents the percentage that the value contributes to the sum of the values for that category. 
[[Image:ColumnChart_SeriesType.png|Sample Column Series]]


=== Thresholds (Color and Pattern) ===
Threshold values determine the color that the bars will be and/or the pattern applied to the bars.  Click <b>Add</b> to set a threshold. 
# '''Dynamic''': Lets you derive threshold values from a column of data in your data collection.  This is useful if the values being plotted are compared against different scales.  Example uses:
#* Projected vs. Actual:  shows the variation in projections by region as well as the actual values for that region.
#* SLA:  Shows variation between service level agreements per customer as well as the actual SLA values. 
# '''Static''':  Lets you manually enter a static threshold value to use across the data set.  Example uses:
#* Tickets: If there are more then 50 active tickets for any given location, the Value Bar should turn red.
#* Events:  When total number of critical events for a system exceeds 10, plot the Value bar as red.


If you are using ''Sample.Data.ChartData'', then set Red to equal "Dynamic / Hardware", and Green to equal "Dynamic / Totals". This will turn the value bar green if software sales are greater then hardware. The value bar will turn red if hardware sales are greater the software.
=== Additional Chart Options ===
* Check or uncheck "Show Legend" as desired to include a legend of the line color for each Series (by Y-Field name).
* Enable the X-Axis title and enter value as desired.
* Enable the X-Axis labels and rotate them as desired.
* Enable the Y-Axis title and enter value as desired.
* Enable the Y-Axis labels and rotate them as desired.




Line 75: Line 85:


* Enter the following information on the <b>Actions</b> tab:
* Enter the following information on the <b>Actions</b> tab:
** Click <b>Add Event Action</b> to configure one or more [[appboard/2.4/builder/widgets/actions|Actions]] to be invoked when a user clicks on the Bullet Chart Widget.  The action will apply to the current data record being displayed.
** Click <b>Add Event Action</b> to configure one or more [[appboard/2.4/builder/widgets/actions|Actions]] to be invoked when a user clicks on the Column Chart Widget.  The action will apply to the current data record being displayed.




== Sample Data ==
== Sample Data ==
Instructions for bringing sample chart data into AppBoard can be found here: [[Sample_Chart_Data|Sample Chart Data]]
Instructions for bringing sample chart data into AppBoard can be found here: [[Sample_Chart_Data|Sample Chart Data]]

Revision as of 15:20, 4 September 2013

A Column Chart Widget is a graphical Widget that displays rectangular bars with lengths proportional to the values that they represent. The bars are plotted vertically, as opposed to a Bar Chart, which plots horizontal bars.


Column Chart Sample


How To Create a Column Chart Widget

For instructions on creating a Widget, see the general instructions in Adding Widgets. The Column Widget type is located under the Charts category on the Widget selection screen.


How To Configure a Column Chart Widget

Follow the instructions above to create the basic "ColumnChart" Widget, and then perform the following steps to configure a Column Chart Widget:


Select a Data Collection

Select a Data Collection that contains the information you would like to use for this Widget.

  • Click the "Data Collection" pulldown, then select from the list of available Data Collections.
  • If you're using the sample CSV data, select "Sample.Data.ChartData".
  • If there are no Data Collections available in the pulldown, then click here for instructions on how to bring in some Sample Chart Data, or refer to Add/Edit/Remove a Data Collection.


Configuring the X-Axis

  1. Select the desired X-Field to use for the X-Axis of the Chart.
    • The "rows" of this column of data will make up the X-Axis.
If you're using Sample.Data.ChartData, then select "Month" to be the X-Field.


Type

Select an option for Type from the drop-down box. This will be used to determine how the data is translated by AppBoard into the labels that are shown along the x-axis:

  • CategoryAxis: This is the default. The "rows" observed in the selected column of data will make up the X-Axis.
  • DateTimeAxis: X-axis values are determined as time-based values such as hours, days, weeks, or years.


Configuring a Series (Y-Axis)

  • Click the "Add" button in the button toolbar of the Series DataGrid.
  • Repeat for any additional series.
  • Series may be removed with the "Remove" button next to the "Add" button.
  • Series may be reordered in the Series DataGrid by clicking the upper-right corner of a row and dragging the Series up or down the grid.
  • Values contained within the "Y-field" will determine the height of each column in the series.
If you're using Sample.Data.ChartData, then select "Hardware" as the Y-field


Fill Style

  • Fill style is purely aesthetic, and sets the rendering style that will be used for the series.
  • The available rendering styles are Solid, Gradient, and Cylinder

Sample Area Chart

Color

  • Color will work in conjunction with Fill Style to distinguish one series from another.
  • You can select color by clicking on the color swatches in the color picker, or you can manually enter a hexadecimal color value.


Pattern

  • In addition to Color, different Pattern options will help users distinguish one series from another
  • Click on the Pattern button to view and select from numerous pattern options.


Alpha

  • Alpha sets the opacity of the series and can be adjusted for both Color and Pattern.
  • Reducing the Alpha lets you see grid lines show through the columns.

Sample Column Alphas

Series Type

To select a different Series Type, click the pulldown in the bottom toolbar of the Series Data Grid. The examples below were created using 'Hardware' and 'Totals' from Sample.Data.ChartData.

  • clustered: Chart elements for each series are grouped by category. This is the default value for BarChart and ColumnChart controls.
  • overlaid: Chart elements for each series are rendered on top of each other, with the element corresponding to the last series on top. This is the default value for AreaChart controls.
  • stacked: Chart elements for each series are stacked on top of each other. Each element represents the cumulative value of the elements beneath it.
  • 100%: Chart elements are stacked on top of each other, adding up to 100%. Each chart element represents the percentage that the value contributes to the sum of the values for that category.

Sample Column Series


Additional Chart Options

  • Check or uncheck "Show Legend" as desired to include a legend of the line color for each Series (by Y-Field name).
  • Enable the X-Axis title and enter value as desired.
  • Enable the X-Axis labels and rotate them as desired.
  • Enable the Y-Axis title and enter value as desired.
  • Enable the Y-Axis labels and rotate them as desired.


Additional Configuration Steps

  • Provide additional configuration, if needed, on the Options tab. For details on the available Options, see Options.


  • Enter the following information on the Actions tab:
    • Click Add Event Action to configure one or more Actions to be invoked when a user clicks on the Column Chart Widget. The action will apply to the current data record being displayed.


Sample Data

Instructions for bringing sample chart data into AppBoard can be found here: Sample Chart Data