-
Notifications
You must be signed in to change notification settings - Fork 4
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
style gets overwritten when added in the story constructor and also set in the first step #28
Comments
It is not a python issue, this is how vizzu-story javascript package works. We talked about this during the development, and there is no good solution from every point of view. which one is the best? |
What would happen if the init style object is handled as the style for the 0th step and if style settings are used at the 1st step, then it has the same result as if style settings were changed between the 1st and the 2nd step? It's always the style setting added at a later step that should prevail, as it happens with all other steps. Do I miss something? |
@petervidos It could work, but vizzu-story needs to be implemented differently. |
Please move this issue to https://github.com/vizzuhq/vizzu-ext-js-story |
fixed #63 |
The separately set style should be updated with settings at the first step, not completely overwritten by default values + what's in the settings at the first step.
style overwrite error.zip
The text was updated successfully, but these errors were encountered: