johndutchover / short-circuit-me

Slack App using Bolt for Python
https://gitlab.com/johndutchover/short-circuit-me
0 stars 0 forks source link

fix charts in streamlit dashboard #5

Closed johndutchover closed 1 year ago

johndutchover commented 1 year ago
This did not yet seem to work, did it? 

I guess it would be great to have the weekdays on the x-axis.

But it is optional, so please create a follow up issue and feel free to merge :)

_Originally posted by @Zaubeerer in https://github.com/johndutchover/short-circuit-me/pull/4#discussion_r1197752594_

johndutchover commented 1 year ago

initial commit dashboard screenshot

Screenshot 2023-05-18 at 10 08 59 PM
johndutchover commented 1 year ago

Primary source to learning https://docs.streamlit.io and blog

johndutchover commented 1 year ago

@Zaubeerer as of commit 5697b77

Screenshot 2023-05-19 at 8 13 30 AM
Zaubeerer commented 1 year ago

Yeah, looks like progress :muscle:

johndutchover commented 1 year ago

added bokeh_chart Image

Zaubeerer commented 1 year ago

Nice! I guess I would make it dots instead of lines and then that is perfect 👌

One can directly see, how many messages (x-axis) per each day of the month (y axis) and how many per weekday (below).

Second suggestion: put number of messages on y-axis and day on x axis :)

Then, I think this is more than enough and you can focus on getting the number of messages per day from slack ;-)

johndutchover commented 1 year ago

Nice! I guess I would make it dots instead of lines and then that is perfect 👌

One can directly see, how many messages (x-axis) per each day of the month (y axis) and how many per weekday (below).

Second suggestion: put number of messages on y-axis and day on x axis :)

Then, I think this is more than enough and you can focus on getting the number of messages per day from slack ;-)

line properties

johndutchover commented 1 year ago
Screenshot 2023-05-21 at 9 23 59 PM