Guides/Izenda-Vision.md
... ...
@@ -65,6 +65,16 @@ These terms refer to the types of columns that each visualization reads.
65 65
66 66
#Visualization Styles:
67 67
68
+##Arc Map
69
+
70
+* Arc Map displays a map which ties a single metric at a time to pairs of cities.
71
+* Field 1 - **Geographic Field** - This field will represent the source city on the map. A line will be drawn from it to the destination city.
72
+* Field 2 - **Geographic Field** - This field will represent the destination city on the map. A line will be drawn to the destination city from the source city.
73
+* Field 3+ - **Metric** - These values of one field at a time, selectable from a dropdown, will be displayed on the map.
74
+**Notes:**
75
+* * Metric fields will not graphically display if they are negative. Arc Map currently only supports the continental United States.
76
+
77
+
68 78
##Auto Chart
69 79
70 80
![Auto Chart](http://wiki.izenda.us/Guides/Izenda-Vision/Auto-Chart.png)
... ...
@@ -162,6 +172,14 @@ Automatic Gauges have four different modes:
162 172
**Notes:**
163 173
* * Matrix can only render so many squares. If you aren't getting enough data on the time based X axis, try filtering out some items from the group based Y axis.
164 174
175
+##Projected Map
176
+
177
+* Projected Map displays a scalable, zoomable map which ties metrics to individual cities.
178
+* Field 1 - Geographic Field - This field will represent lists of cities.
179
+* Field 2… - Metric - This field will represent the value selectable from a dropdown.
180
+**Notes:**
181
+* * Currently only the United States is supported.
182
+
165 183
##Sunburst
166 184
167 185
![Sunburst](http://wiki.izenda.us/Guides/Izenda-Vision/Sunburst3.png)