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.09k stars 638 forks source link

IndexMode set to false warns about tf prop #137

Closed marcossapp closed 4 years ago

marcossapp commented 4 years ago

The warning saying I need to setup the tf prop when indexmode' prop is set to false, keeps showing even when it's already set.

I have a main chart and on/offcharts, all of them have tf:"15m" as the vue component prop tf="15m", however the warning is shown on.

Is there another setting to do to avoid this warning?