Skip to content

Commit 15b6a0a

Browse files
committed
Update timeslider_choropleth.md
1 parent 39f5bec commit 15b6a0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user_guide/plugins/timeslider_choropleth.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ The class needs at least two arguments to be instantiated.
77
1. A string-serielized geojson containing all the features (i.e., the areas)
88
2. A dictionary with the following structure:
99

10-
```python
10+
```
1111
styledict = {
1212
'0': {
13-
'2017-1-1': {'color': 'ffffff', 'opacity': 1}
14-
'2017-1-2': {'color': 'fffff0', 'opacity': 1}
13+
'2017-1-1': {'color': 'ffffff', 'opacity': 1},
14+
'2017-1-2': {'color': 'fffff0', 'opacity': 1},
1515
...
1616
},
1717
...,
1818
'n': {
19-
'2017-1-1': {'color': 'ffffff', 'opacity': 1}
20-
'2017-1-2': {'color': 'fffff0', 'opacity': 1}
19+
'2017-1-1': {'color': 'ffffff', 'opacity': 1},
20+
'2017-1-2': {'color': 'fffff0', 'opacity': 1},
2121
...
2222
}
2323
}

0 commit comments

Comments
 (0)