Spaces:
Runtime error
Runtime error
HardWorkingStation
commited on
Commit
•
ef0ec5d
1
Parent(s):
c0429ee
Fix history chart axis title
Browse files- src/tools.py +2 -2
src/tools.py
CHANGED
@@ -299,11 +299,11 @@ def get_history_plot(data):
|
|
299 |
fig = px.histogram(
|
300 |
data['history'],
|
301 |
color=data['newbie'],
|
302 |
-
title='Распределение клиентов по
|
303 |
)
|
304 |
|
305 |
fig.update_xaxes(
|
306 |
-
title='
|
307 |
)
|
308 |
|
309 |
fig.update_yaxes(
|
|
|
299 |
fig = px.histogram(
|
300 |
data['history'],
|
301 |
color=data['newbie'],
|
302 |
+
title='Распределение клиентов по сумме покупки'
|
303 |
)
|
304 |
|
305 |
fig.update_xaxes(
|
306 |
+
title='Сумма покупки'
|
307 |
)
|
308 |
|
309 |
fig.update_yaxes(
|