tradingview / charting-library-tutorial

This tutorial explains step by step how to connect your data to the Charting Library
MIT License
397 stars 305 forks source link

moving chart to right side-not loading graph and keep on saying loading #81

Open srinivasindukuri opened 1 year ago

srinivasindukuri commented 1 year ago

Hi Team,

Thank you for your support, its great library.

I am using this library with react-redux.

Can you please throw lights to fix below problem?

When i move the chart to the right side then new graph bars are not filled and chart keep on saying loading.....

image

Thanks, Srinivas.

romfrancois commented 1 year ago

Hello @srinivasindukuri !

What version of the library are you presently on? Looking at the bottom left corner logo Im confident to say it's quite old; therefore I can only recommend updating your version to the latest. You can find release notes for our versions here.

srinivasindukuri commented 1 year ago

Thank you @romfrancois for quick reply, Appreciated.

Can you please let me know how to check the current version of chart?. If i want to upgrade the chart what is the easiest way to migrate, can you please throw some useful links please?

Thanks,

romfrancois commented 1 year ago

For checking your version you would have to type the following in the console:

TradingView.version();

As for updating the library I would advise to follow the steps from the documentation here

srinivasindukuri commented 1 year ago

Great, Thank you. @romfrancois

I will migrate to new version and comeback if still any problem.

Thanks, Srinivas.