jrieke / streamlit-analytics

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

Fix traffic count initialization, bug in date parsing by altair @mateusccoelho #36

Open mateusccoelho opened 1 year ago

mateusccoelho commented 1 year ago

This PR fix the problems of the issue #35.

  1. Initializes traffic counts with the current day.
  2. Format string by ISO-8601 standard to fix altair/javascript date parsing bug. This is a problem for negative timezones.