We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d236fe6 commit 0054a79Copy full SHA for 0054a79
1 file changed
data/dashboards/4-charts/dashboard-2-maps.yaml
@@ -53,16 +53,22 @@ layout:
53
yAxisTitle: "Activity Type"
54
flipAxes: true
55
56
- broken:
57
- - title: "(Broken) DRT Trips by PLZ Code"
58
- description: "Berlin PLZ from (...source)"
+ PLZcode:
+ - title: "DRT Trips by PLZ Code"
+ description: "Berlin PLZ from (...data source)"
59
type: map
60
height: 8
61
- boundaries: "berlin-plz.geojson"
62
- boundariesJoinCol: "plz"
63
- boundariesLabels: "PLAZ"
64
- dataset: "drt-trips-by-plz.tsv"
65
- datasetJoinCol: "plz"
66
- datasetValue: "toPerSqKm"
67
- exponentColors: true
68
-
+ shapes:
+ file: "berlin-plz.geojson"
+ join: "plz"
+ datasets:
+ drt-trips:
+ file: "drt-trips-by-plz.tsv"
+ display:
69
+ fill:
70
+ dataset: "drt-trips"
71
+ columnName: "toPerSqKm"
72
+ colorRamp:
73
+ ramp: Plasma
74
+ steps: 7
0 commit comments