tvjsx / trading-vue-js

💹 Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts. [Not Maintained]
https://tvjsx.github.io/trading-vue-demo/
MIT License
2.07k stars 628 forks source link

how to hide the Stock rest time bar ? #254

Open yuzhiyuan opened 2 years ago

yuzhiyuan commented 2 years ago

In some markets, there are some Stock rest time,such as weekend , how could I hide the space area? My data does not include these rest days image

zanek commented 2 years ago

Did you figure this out ? I'm having the same issue

yosuasito commented 2 years ago

In some markets, there are some Stock rest time,such as weekend , how could I hide the space area? My data does not include these rest days image

"chart": { "type": "Candles", "data": [], "indexBased": true }

just set indexBased to true