SaulLu commited on
Commit
40a549f
·
1 Parent(s): 55b50df

correct axis chart `Alive sessions` instead of `Alive participants`

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"},