Correct axis chart `Alive sessions` instead of `Alive participants` (#7)
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ placeholder_chart_c1_2.vega_lite_chart(
|
|
108 |
source,
|
109 |
{
|
110 |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
111 |
-
"description": "Alive
|
112 |
"mark": {"type": "line", "point": {"tooltip": True, "filled": False, "strokeOpacity": 0}},
|
113 |
"encoding": {
|
114 |
"x": {"field": "date", "type": "temporal"},
|
|
|
108 |
source,
|
109 |
{
|
110 |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
111 |
+
"description": "Alive sessions",
|
112 |
"mark": {"type": "line", "point": {"tooltip": True, "filled": False, "strokeOpacity": 0}},
|
113 |
"encoding": {
|
114 |
"x": {"field": "date", "type": "temporal"},
|