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
- shapes.FACILITY_TYPE # "shapes" always refers to the shapefile/network/features
159
+
- shapes.SPEED
160
+
- am_assign.TOT_VOL
161
+
- am_assign:BIKE
162
162
```
163
163
164
-
By default, the tooltip shows all columns in the shapefile, as well as any columns that are actively being displayed as either a color or a width.
164
+
By default, the tooltip shows all columns in the featureset/shapefile, as well as any columns that are actively being displayed as either a color or a width.
165
165
166
166
You can customize the tooltip to just show what you are interested as follows:
167
167
168
-
- Add a `tooltip:` section to the properties, which will be an array of tooltip entries
169
-
- Each entry is of format `datasetname:columnname`, so for example `AM_FLOWS:VEHICLE_VOL` will display the AM_FLOWS dataset and VEHICLE_VOL column.
170
-
- Use the shapefile/network filename for its columnar data, or the dataset "key" for joined datasets.
168
+
- Add a `tooltip:` section to the properties, which will be an *array of tooltip entries*
169
+
- Each entry is of format `dataset.columnname`, so for example `AM_FLOWS.VEHICLE_VOL` will display the AM_FLOWS dataset and VEHICLE_VOL column.
170
+
- Use `shapes:...` for the shapefile/network data, or the dataset "key" for joined datasets.
171
171
172
172
## Difference plots
173
173
@@ -256,6 +256,10 @@ display:
256
256
colorRamp:
257
257
ramp: Plasma
258
258
steps: 7
259
+
tooltip:
260
+
- shapes.FACILITY_TYPE # "shapes" always refers to the shapefile/network/features
261
+
- shapes.SPEED
262
+
- transit-trips.passengers
259
263
```
260
264
261
265
### Sample dashboard-1.yaml dashboard with an area map
0 commit comments