You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -117,24 +117,29 @@ That's it. Now you have a Tableau-like user interface to analyze and visualize d
117
117
Cool things you can do with Graphic Walker:
118
118
119
119
+ You can change the mark type into others to make different charts, for example, a line chart:
120
+

120
121
121
122
<!--  -->
122
123
<!--  -->
123
-

124
+
124
125
125
126
+ To compare different measures, you can create a concat view by adding more than one measure into rows/columns.
127
+

126
128
127
129
<!--  -->
128
130
<!--  -->
129
-

130
131
131
-
+ To make a facet view of several subviews divided by the value in dimension, put dimensions into rows or columns to make a facets view. The rules are similar to Tableau.
132
132
133
+
+ To make a facet view of several subviews divided by the value in dimension, put dimensions into rows or columns to make a facets view. The rules are similar to Tableau.
0 commit comments