Skip to content

XPlot.Plotly some configuration options are missing #135

@rus-vladimir

Description

@rus-vladimir

According to the Plotly site to disable the modebar I have to use following option {displayModeBar: false}:

Plotly.newPlot('myDiv', data, layout, {displayModeBar: false});

While the current JS generator doesn't allow me to specify the last parameter.

Currently working around it with an ugly string.replace, but would be nice to have the possibility to supply these options in type safe mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions