lolitaframework / vue-trading-view

MIT License
24 stars 14 forks source link

how to reload object ? #3

Open d-knafo opened 5 years ago

d-knafo commented 5 years ago

i want to reload object after i changed the "options" thanks

ezequiel9 commented 2 years ago

have you solved this?

ezequiel9 commented 2 years ago

I found a way by passing :key prop to the component and changing it dynamically when wanting to change the symbol.

Another way is to set one chart and add a watchlist on the sidebar.

thunderwin commented 1 year ago

I found a way by passing :key prop to the component and changing it dynamically when wanting to change the symbol.

Another way is to set one chart and add a watchlist on the sidebar.

how did you do exactly?