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

[BUG] marker_angle is not downsampled #320

Open
kcajf opened this issue Oct 2, 2024 · 1 comment
Open

[BUG] marker_angle is not downsampled #320

kcajf opened this issue Oct 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kcajf
Copy link

kcajf commented Oct 2, 2024

I think this a similar bug to #224

When specify marker_angle as a data array, it looks like the data don't get downsampled so the values used are mis-aligned with the x and y data.

@kcajf kcajf added the bug Something isn't working label Oct 2, 2024
@jonasvdd
Copy link
Member

jonasvdd commented Oct 5, 2024

Hi @kcajf,

This is because, indeed, the marker_angle attribute is not supported as a (downsampled) series by plotly-resampler. I suppose we could in the near future look at all marker properties that can be set to list/arrays and try to include their properties.

However, I am not able to provide an exact timeline on when I could do this and how much work It would take to integrate this functionality neatly. Feel free to fork the repo and quickly add your functionality as an ad-hoc solution. I think the code base below should aid you with adding this functionality:

Kind regards,
Jonas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants