We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f5bec commit 15b6a0aCopy full SHA for 15b6a0a
docs/user_guide/plugins/timeslider_choropleth.md
@@ -7,17 +7,17 @@ The class needs at least two arguments to be instantiated.
7
1. A string-serielized geojson containing all the features (i.e., the areas)
8
2. A dictionary with the following structure:
9
10
-```python
+```
11
styledict = {
12
'0': {
13
- '2017-1-1': {'color': 'ffffff', 'opacity': 1}
14
- '2017-1-2': {'color': 'fffff0', 'opacity': 1}
+ '2017-1-1': {'color': 'ffffff', 'opacity': 1},
+ '2017-1-2': {'color': 'fffff0', 'opacity': 1},
15
...
16
},
17
...,
18
'n': {
19
20
21
22
}
23
0 commit comments