SaulLu commited on
Commit
56e233c
2 Parent(s): 55b50df 40a549f

Correct axis chart `Alive sessions` instead of `Alive participants` (#7)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 participants",
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"},