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

Change scatterplot colour on client side #381

Open
yvanrichard opened this issue May 8, 2024 · 1 comment
Open

Change scatterplot colour on client side #381

yvanrichard opened this issue May 8, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@yvanrichard
Copy link

How can the colours of a mapdeck scatterplot be updated on the client side?

Changing them via mapdeck_update and add_scatterplot is very slow with 100,000s of points, as it seems to happen on the server side.

With the picker package, updating the colours via picker_proxy and update_picker is almost instantaneous (but picker is missing some mapdeck features that I need).

@yvanrichard yvanrichard added the question Further information is requested label May 8, 2024
@dcooley
Copy link
Collaborator

dcooley commented May 8, 2024

do you have an example of a 'very slow' udpate using add_scatterplot()?

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

No branches or pull requests

2 participants