Closed CP-Vub closed 3 months ago
Hi - we are tidying up stale issues and PRs in Plotly's public repositories so that we can focus on things that are most important to our community. If this issue is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. (Please note that we will give priority to reports that include a short reproducible example.) If you'd like to submit a PR, we'd be happy to prioritize a review, and if it's a request for tech support, please post in our community forum. Thank you - @gvwilson
Context
Bug description
I have been trying out the new Holoviews integration with Dash as it finally offers a great native solution to use datashader. However, there seems to be a bug with datetime axes when combined with rasterize of datashader. E.g. when I visualize a rasterized quadmesh without a datetime x-axis, it works fine. When I replace the x-axis with datetimes, I get the following error :
Expected behavior I expect the rasterized holoviews quadmesh to work with datetime axes and not just numeric-only axes.
MWE I made an MWE where X is a numeric-only x-axis and X_datetime is the datetime x-axis that causes the error.