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

Add missing fields to remaining plots #79

Open
LukaOber opened this issue Sep 16, 2024 · 0 comments
Open

Add missing fields to remaining plots #79

LukaOber opened this issue Sep 16, 2024 · 0 comments

Comments

@LukaOber
Copy link
Collaborator

Some fields are still missing in the plots structs:

For example the fields animation_duration and animation_duration_update are currently only implemented for Tree.

The plots Line, Bar, Scatter and more all support these but they are not implemented.

This is just one of the examples I could find.

Implementing these functionalities is fairly trivial but tedious, I would propose adding all trivial fields (where there is no custom logic involved) in seperate PRs after switching to a proc macro.

Or is there something I am overlooking?

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

No branches or pull requests

1 participant