-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
dataviz - type pie and type scatter - plot preview #478
Comments
I'm not sure if it's a bug on Lizmap Web Client side or here. Does the layout works for other charts ? |
Hiya! |
Indeed, the code does not take into account the additional JSON layout given by the user We could add in the code just before this line // Apply the JSON user layout
Plotly.relayout("lizmap-plot", {plot_user_layout}); |
@mdouchin Committed but commented 😁 |
Description
for the pie type dataviz, the plot preview doens't take in account the layout code:
{"colorway": ["#ffffff", "#57a163", "#e2d251", "#086fa1", "#bc4a3c", "#856e41", "#000000", "#ffffff", "#8a9a97"]}
lizmap image:
preview image:
Context
The text was updated successfully, but these errors were encountered: