admin管理员组文章数量:1024582
By default, candlestick and ohlc charts display a rangeslider.
It seems like there's no parameter to change the setting. So I've looked at javascript code in html file but was not able to find a clue to remove it.
Can someone explain how to remove the rangeslider from candlestick chart?
By default, candlestick and ohlc charts display a rangeslider.
It seems like there's no parameter to change the setting. So I've looked at javascript code in html file but was not able to find a clue to remove it.
Can someone explain how to remove the rangeslider from candlestick chart?
Share Improve this question asked Jan 3, 2018 at 21:28 KDBKDB 1831 gold badge4 silver badges12 bronze badges1 Answer
Reset to default 6I found the solution..
Following code hides the rangeslider graph on the bottom of candle stick chart..
xaxis : {fixedrange: true, rangeslider: {visible: false}}
By default, candlestick and ohlc charts display a rangeslider.
It seems like there's no parameter to change the setting. So I've looked at javascript code in html file but was not able to find a clue to remove it.
Can someone explain how to remove the rangeslider from candlestick chart?
By default, candlestick and ohlc charts display a rangeslider.
It seems like there's no parameter to change the setting. So I've looked at javascript code in html file but was not able to find a clue to remove it.
Can someone explain how to remove the rangeslider from candlestick chart?
Share Improve this question asked Jan 3, 2018 at 21:28 KDBKDB 1831 gold badge4 silver badges12 bronze badges1 Answer
Reset to default 6I found the solution..
Following code hides the rangeslider graph on the bottom of candle stick chart..
xaxis : {fixedrange: true, rangeslider: {visible: false}}
本文标签: javascriptPlotlyHow to remove the rangesliderStack Overflow
版权声明:本文标题:javascript - Plotly - How to remove the rangeslider - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745609537a2158921.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论