-
Notifications
You must be signed in to change notification settings - Fork 30
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
python and js development: support anim options #52
Labels
enhancement
New feature or request
Comments
Hi, anim options are currently not supported in ipyvizzu-story. We are working on it and probably publish the solution in one of the next releases. |
veghdev
added
enhancement
New feature or request
question
Further information is requested
labels
Feb 4, 2023
veghdev
changed the title
does every model example in ipyvizzu will work as well in ipyvizzu-story?
question: does every model example in ipyvizzu will work as well in ipyvizzu-story?
Feb 4, 2023
veghdev
added this to
ipyvizzu-story: js development and ipyvizzu-story: python development
Mar 28, 2023
veghdev
changed the title
question: does every model example in ipyvizzu will work as well in ipyvizzu-story?
python, js development: support anim options and keyframes
Mar 28, 2023
Implement after: vizzuhq/vizzu-story-js#25 |
veghdev
changed the title
python, js development: support anim options and keyframes
python and js development: support anim options and keyframes
Mar 28, 2023
veghdev
changed the title
python and js development: support anim options and keyframes
python and js development: support anim options
May 10, 2023
@rakshasha-medhi Hi, Anim options support will be in version 0.7.0 just in a few days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to redo this example from ipyvizzu and get it working in ipyvizzu-story:
https://ipyvizzu.vizzuhq.com/examples/stories/musicformats/musicformats.html
I'm interested with this model because it looks to be the most complex out of all the examples available in vizzuhq website.
However in the first block of code, I encountered error:
NotImplementedError: Anim options are not supported.
the error came from these lines of code which I modify in order to make it work with ipyvizzu-story:
Those I comment-out were the lines that causing the error.
Without them I was able to export to html.
So is it possible to remake all the examples from ipyvizzu in ipyvizzu-story?
Or are there limitations in ipyvizzu-story library in terms of features compared to the ipyvizzu?
The text was updated successfully, but these errors were encountered: