最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Plotly - How to remove the rangeslider - Stack Overflow

programmeradmin1浏览0评论

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 badges
Add a ment  | 

1 Answer 1

Reset to default 6

I found the solution..

Following code hides the rangeslider graph on the bottom of candle stick chart..

xaxis : {fixedrange: true, rangeslider: {visible: false}}

发布评论

评论列表(0)

  1. 暂无评论