fslaborg / fslaborg/XPlot

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

Open
#168 2 comments 1 reaction 0 assignees View on GitHub
enhancement help wanted
Dominant language
F#
Stars
289
Forks
70
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.