Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard - Explore use of ghost bars for days not relevant to selected day type / time period #87

Open
aharpalaniTO opened this issue Nov 21, 2017 · 6 comments
Assignees

Comments

@aharpalaniTO
Copy link

No description provided.

@aharpalaniTO aharpalaniTO self-assigned this Nov 21, 2017
@aharpalaniTO
Copy link
Author

  • Alter view to account for "ghost" days, including resolving differing definitions of Evening time period
  • Add ghost bars to plot (transparency and/or colour)

@ReedRodgers ReedRodgers self-assigned this Dec 8, 2017
@ReedRodgers
Copy link
Contributor

ReedRodgers commented Dec 8, 2017

  • Build dev schema
  • Move ghost data from weekend to weekday, visa versa
  • Ensure ghost data is labelled as the opposite of it's working day (weekend is called weekday) for filtering)

@ReedRodgers
Copy link
Contributor

ReedRodgers commented Dec 11, 2017

  • Make inverted date_lookup table
  • Make ghost dash_daily table from inverted date table
  • Add ghost data filtering to app.py

@ReedRodgers
Copy link
Contributor

ReedRodgers commented Dec 11, 2017

  • Figure out why today is listed as 'Weekday', when it is in fact a weekday and should be labelled as weekend

The Issue was caused by the union with dash_daily_realonly which went unnoticed when I first modified the creation query.
I had difficulties replicating a haunted realonly table with reversed weekday weekend labels, so I excluded it for now.

ReedRodgers pushed a commit that referenced this issue Dec 12, 2017
Ghost dates creates a table of dates with inverted weekend/weekday values.
Dash ghost creates a table similar to dash_daily, but treating weekdays as weekends and visa-versa. Issue #87.
@radumas
Copy link
Member

radumas commented Dec 21, 2017

It seems like the ghost trace will need to be named once this PR gets merged with the date selection options
https://community.plot.ly/t/how-to-not-have-certain-traces-display-on-the-legendo/7442

@radumas
Copy link
Member

radumas commented Dec 23, 2017

Apparently legend appearance can be turned off
https://plot.ly/python/reference/#scatter-showlegend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants