-
Notifications
You must be signed in to change notification settings - Fork 10
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
Extension to calendar for picking dates #16
Comments
Hey, @schwabts Thanks for the feedback. I'll prioritize some of these features ASAP, starting with 1 and 3. As for the dropdown component for filtering dates I'm not so sure it fits in the scope of this project. Have you tried using Dash dropdowns or Streamlit dates filter? Here's an example with my Todoist Analytics dashboard. Code. |
Well, "as if this was a component like a dropdown" may not have been a good wording. What I was trying to say was that while I define callbacks for dropdowns e.g. by
I would like to define them for plotly-calplot by something like
Rf. dcc.Dropdown and dcc.DatePickerSingle I'm also not sure if this project could be the right one to look at given the requirements of my use case. Therefore this issue is kind of a question, too. The point is I am currently already using a Dash dropdown offering to choose from a long list of single dates. I would be happier with a more compact display showing a long list of weeks each of which would be a row of seven tiles and I simply haven't found any sort of calendar which is more compact. Last not least, including week numbers could be considered a matter of personal taste but it would be extremely helpful for my use case. |
solved
not solved |
As commented here to bendichter/plotly_activity_chart.py I need options for
But the most important feature for me would be to be able to select dates as if this was a component like a dropdown.
The text was updated successfully, but these errors were encountered: