Skip to content

duration argument not included in animate function #4

@avrabyt

Description

@avrabyt

**kwargs can do the trick for duration inclusion

chart.animate(
        Config(
            {
                "channels": {
                    "y": Y,
                    "x": X,                   
                }
            }
            ),
            Style(
                {
                "plot":{"paddingLeft": "12em"}
            }
            ),

            y = {
                "duration": 3,   
        }
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions