444B / streamlit-analytics2

👀 Track & visualize user interactions with your streamlit app
MIT License
14 stars 2 forks source link

Graph visualization sorts by months ignore year #14

Open 444B opened 4 months ago

444B commented 4 months ago

Original issue by Dahie on 2024-01-23 08:35:12+00:00

We run streamlit_analytics since December and collect data successfully. The visualization however doesn't handle the year-switch well. The visualization aparently only sorts by month and ignores the year.

Bildschirmfoto 2024-01-23 um 09 30 39

Expected behaviour would be to start the graph have the graph between November '23 to Jan '24 in one line without wrap-around.

444B commented 4 months ago

@dahie is this still relevant?

Dahie commented 4 months ago

Without looking into the good - I assume the current implementation only has an indexing on the month and so I have no idea what happens after 12 months. Personally this is no high-prio right now.