8c87714ce3550a6161e7d69d02293b1b7b2af270
Guides/Izenda-Vision.md
| ... | ... | @@ -50,8 +50,8 @@ Some visualizations do not care where a field is, so long as it exists. These fi |
| 50 | 50 | |
| 51 | 51 | These terms refer to the types of columns that each visualization reads. |
| 52 | 52 | |
| 53 | -**Group** - This column can be any data type, aggregated or not aggregated. These columns are used to group data in other columns, and often serve as the axis or scale of a particular visualization. |
|
| 54 | -**Time** - This column must be a Datetime data type. |
|
| 53 | +**Group** - This column can be any data type, aggregated or not aggregated. These columns are used to group data in other columns, and often serve as the axis or scale of a particular visualization. |
|
| 54 | +**Time** - This column must be a Datetime data type. |
|
| 55 | 55 | **Metric** - This column can be any data type. It is generally an aggregate, and most commonly a numeric, but does not have to be. These columns are the elements that are being charted, mapped, or displayed on your visualization. |
| 56 | 56 | **Geographic Field** - This column is a special case. It is used in map-style visualizations. It must be a list of geographic entities, such as a list of countries, regions, or states. |
| 57 | 57 | |
| ... | ... | @@ -61,6 +61,41 @@ These terms refer to the types of columns that each visualization reads. |
| 61 | 61 | |
| 62 | 62 | INSERT AUTO CHARTS HERE |
| 63 | 63 | |
| 64 | +* Auto Chart permits the generation of many simple chart types. Some of these charts display a single metric at a time, others display multiple metrics at one time. |
|
| 65 | +* Field 1 - **Group** - This field will represent the categories along the X axis, the Y axis, or the slices or items displayed on a proportional chart. |
|
| 66 | +* Field 2+ - **Metric** - This field will represent the value on the chart. The metric currently being displayed is selectable from a drop-down. |
|
| 67 | + |
|
| 68 | +##Bubble Grid |
|
| 69 | + |
|
| 70 | +INSERT IMAGE HERE |
|
| 71 | + |
|
| 72 | +* Bubble Grid displays a circle with the area representing the metric field by the group field and the time field. |
|
| 73 | +* Field 1 - **Group** - This field will represent the categories along the Y axis. |
|
| 74 | +* Field 2 - **Time** - This field will represent the categories along the X axis. This field must have the function set to Group(Year & Month). |
|
| 75 | +* Field 3 - **Metric** - This field will represent the value of each bubble. |
|
| 76 | + |
|
| 77 | +##Combo |
|
| 78 | + |
|
| 79 | +INSERT IMAGE HERE |
|
| 80 | + |
|
| 81 | +* Combo displays metrics with a series of bars and lines on the same graph. Each metric gets its own Y axis, with the X axis determined by the single group field. The first half of the metric fields will be displayed with bars, the second half with lines. |
|
| 82 | +* Field 1 - **Group** - This field will represent the categories along the X axis. |
|
| 83 | +* Field 2+ - **Metric** - This field will represent the values of each bar or line. Each bar or line will receive its own scale on the Y axis. |
|
| 84 | +* Notes: |
|
| 85 | +* * Metric fields will be split between bar and line graphs. The first half of your metric fields will be bars, the second half will be lines. |
|
| 86 | + |
|
| 87 | +##Crossfilter |
|
| 88 | + |
|
| 89 | +INSERT IMAGE HERE |
|
| 90 | + |
|
| 91 | +* Crossfilter displays multiple charts, one for the datetime grouping field and one for each metric. Clicking and dragging on any chart will establish a range, which acts as a filter on all other charts. You can also drag the range itself to move it without changing its size. This chart is useful for finding clusters of data within other data, for example we have less orders in June vs. August but they are worth more money. |
|
| 92 | +* Field 1? - **Datetime** - This field will represent the time factor by which other metrics can be filtered. Range of values is displayed on the X axis and count of values is displayed on the Y axis. |
|
| 93 | +* Field 2+ - **Metric** - This field will represent the value. Range of values is displayed on the X axis and count of values is displayed on the Y axis. |
|
| 94 | +* Notes: |
|
| 95 | +* * Some group categories for Datetime will produce too many or invalid results. If your chart does not work, try a different grouping on the datetime or filtering the dataset from the Filter tab. |
|
| 96 | + |
|
| 97 | + |
|
| 98 | + |
|
| 64 | 99 | |
| 65 | 100 | |
| 66 | 101 |