Skip to content

Unable to set 'rangeslider': { 'visible': false } for XPlot.Plotly.CandlestickΒ #168

@SundayCarpenter

Description

@SundayCarpenter

When we render a Candlestick plot, we see the rangeslider on the bottom of plot by default. We can set rangeslider: {visible: false} on plotly.js via layout.xaxis option. But for now, we cannot disable it via XPlot.Plotly because the option seems not to be supported in XPlot.Plotly.Layout.

Now I override .js source from chart.GetPlottingJS() as workaround, but it would be nice if the option is supported.

layout-xaxis-rangeslider (plotly.js reference)
https://plotly.com/javascript/reference/layout/xaxis/#layout-xaxis-rangeslider

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions