-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
I get the following error:
Traceback (most recent call last):
File "C:\Users\yshub\Documents\GitHub\TelegramChatStats\telegram-statistics.py", line 267, in <module>
main()
File "C:\Users\yshub\Documents\GitHub\TelegramChatStats\telegram-statistics.py", line 211, in main
raw = calculate_graphs(chat_data, date_filter, wordlist)
File "C:\Users\yshub\Documents\GitHub\TelegramChatStats\telegram-statistics.py", line 149, in calculate_graphs
return _message_graphs(chat_data, date_filter, wordlist)
File "C:\Users\yshub\Documents\GitHub\TelegramChatStats\_message_graphs.py", line 278, in _message_graphs
histogram_month(
File "C:\Users\yshub\Documents\GitHub\TelegramChatStats\_message_graphs.py", line 435, in histogram_month
fig.vbar(
File "C:\Users\yshub\miniconda3\lib\site-packages\bokeh\plotting\_decorators.py", line 87, in wrapped
return create_renderer(glyphclass, self.plot, **kwargs)
File "C:\Users\yshub\miniconda3\lib\site-packages\bokeh\plotting\_renderer.py", line 133, in create_renderer
update_legend(plot, legend_kwarg, glyph_renderer)
File "C:\Users\yshub\miniconda3\lib\site-packages\bokeh\plotting\_legends.py", line 57, in update_legend
_LEGEND_KWARG_HANDLERS[kwarg](value, legend, glyph_renderer)
KeyError: 'legend'
If I'm not mistaken, it might have to do with the current Bokeh version?
Any help is highly appreciated! And thanks in advance :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels