You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Some fields are still missing in the plots structs:
For example the fields
animation_duration
andanimation_duration_update
are currently only implemented forTree
.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?
The text was updated successfully, but these errors were encountered: