FAQ/Introduction.md
... ...
@@ -47,14 +47,14 @@ Here you can define a new set of data separate from the field list you selected
47 47
48 48
You can define a chart to use here from a list of Izenda-supported charts. Selecting a chart will update the settings form directly below, which can be filled out with labels and other options. The selectable chart types are:
49 49
50
-* **Trend:** Creates a standard line plot graph in your report.
50
+* **Trend:** Creates a standard line plot graph in your report with any of the following options:
51 51
* **Label Title:** The label for the X-axis data.
52 52
* **Value Title:** The label for the Y-axis data.
53 53
* **Show Legend:**
54 54
* **Smooth:** Leaving this unchecked shows straight lines between data points. Checking it displays the chart with smooth interpolated lines.
55 55
* **Scale %:** Scales the chart's height by the input percentage.
56 56
* [See An Example](http://www.izenda.com/bi/ReportViewer.aspx?rn=Accounting)
57
-* **Pie:** Creates a circular pie graph in your report.
57
+* **Pie:** Creates a circular pie graph in your report with any of the following options:
58 58
* **Label:** The data column to use as the titles for each pie slice. Only shown by hovering the mouse over the pie slice by default.
59 59
* **Show as 3D:** Toggles whether the chart is displayed in 3D.
60 60
* **Explode Largest Slice:** Causes the largest slice of the pie graph to separate from the pie when the graph is displayed.
... ...
@@ -63,15 +63,30 @@ You can define a chart to use here from a list of Izenda-supported charts. Selec
63 63
* **Show Value Labels:**
64 64
* **Show Slice Labels:** Displays the Label for each pie slice on the outside of the chart.
65 65
* **Combine Bottom %:** Displays a pie slice called "Other" as the aggregation of the remaining data.
66
-* **Bar:**
66
+ * [See an example](http://izenda.com/bi/ReportViewer.aspx?rn=Product+List)
67
+* **Bar:** Creates a bar graph in your report with any of the following options:
67 68
* **Separator:** This field causes the chart to create multiple bars per data category based on the column selected.
68 69
* **Line Value:** Determines the value to use for a trend graph that is overlaid on top of the bar chart.
69 70
* **Show Pareto:** Overlays a trend graph on top of the bar chart. Line Value is required for the value of the trend.
70 71
* **Stacked:** Changes the bar graph from individual bars to a single bar stacked using the Separator field value. Disabled if not using the Separator field.
71 72
* **Horizontal:** Causes the graph to be re-oriented 90 degrees.
72 73
* **Shade Area Under Line:** Produces a shading effect underneath the trend chart line. The shading is color-coded with the line color.
73
-* **Funnel:**
74
-* **Visualization:**
74
+ * **Label Title(Bottom):** Applies a label to the bottom of the chart (x-axis).
75
+ * **Label Title(Left):** Applies a label to the left of the chart (y-axis, describes the data displayed with the bar chart).
76
+ * **Label Title(Right):** Applies a label to the right of the chart (y-axis, describes the data displayed with the trend chart).
77
+ * [See an example](http://izenda.com/bi/ReportViewer.aspx?rn=Human+Resources)
78
+* **Funnel:** Displays a funnel graph in your report with any of the following options:
79
+ * **Show Percent:** Displays the percentage of the funnel that the section represents.
80
+ * **Mode:** Determines if the y-axis value is used for width or for height.
81
+* **Visualization:** Adds an advanced type of chart into your report. While these do not have any options, there are a variety of templates you can use:
82
+ * **Arc Map:** Displays a map with bubbles sized based on your data. When the bubbles are moused over, segments are drawn connecting the related data points. Can be used to show where on the map real world items have traveled.
83
+ * **Auto Chart:** Combines several different types of charts that are selectable from a drop-down menu. These charts include, bar, trend, pie, funnel, and bubble charts. Offers more dynamic interaction with your data than the standard charts above.
84
+ * **Time Bubble:** Creates an animated bubble chart that displays change over time.
85
+ * **Transitions:** Combines many different charts into one fluid animation of data, displaying it in various metrics.
86
+ * **Bubble Grid:** Displays a chart with bubbles sized based on the magnitude of the data. The categories can be moused over to show the actual numbers behind the bubbles.
87
+ * **Polar:** A type of radial graph that is good for multi-variate data of three or more quantitative values. The farther from the center the point is, the larger the value of the data.
88
+ * **Sunburst:** Another type of radial graph that is good for displaying hierarchical data. Data on the inside is broader while data on the outside is more specific.
89
+ * **
75 90
76 91
####Gauge tab
77 92