Spaces:
Running
Running
Commit
·
a19e7ce
1
Parent(s):
fff91af
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ def dist(output_file, input_checks):
|
|
225 |
|
226 |
|
227 |
base = alt.Chart(data).encode(
|
228 |
-
x ="Date",
|
229 |
y=alt.Y("Frequency", scale=alt.Scale(domain=[0, (n + 9) // 10 * 10])),
|
230 |
color=alt.Color("Emotion category", scale=alt.Scale(domain=domain, range=range_), legend=alt.Legend(orient='bottom', direction='horizontal')))
|
231 |
|
|
|
225 |
|
226 |
|
227 |
base = alt.Chart(data).encode(
|
228 |
+
x ="Date:T",
|
229 |
y=alt.Y("Frequency", scale=alt.Scale(domain=[0, (n + 9) // 10 * 10])),
|
230 |
color=alt.Color("Emotion category", scale=alt.Scale(domain=domain, range=range_), legend=alt.Legend(orient='bottom', direction='horizontal')))
|
231 |
|