rafaelklaessen / react-tradingview-widget

React component for rendering the TradingView Advanced Real-Time Chart Widget.
MIT License
273 stars 94 forks source link

Is there any document that tells me what settings I can do about this dependency? #41

Open raycoga opened 4 years ago

raycoga commented 4 years ago

Hello, I need to use this graph in a project that I am doing but I need to configure it since the client wants certain aspects to be modified. E.g this configurations { "width": 980, "height": 610, "symbol": "NASDAQ:AAPL", "timezone": "Etc/UTC", "theme": "light", "style": "1", "locale": "de_DE", "toolbar_bg": "#f1f3f6", "enable_publishing": false, "range": "ytd", "hide_side_toolbar": false, "allow_symbol_change": true, "calendar": true, "studies": [ "AwesomeOscillator@tv-basicstudies" ], "show_popup_button": true, "popup_width": "1000", "popup_height": "650", "container_id": "tradingview_071d6" } and the most important the UDF method to fill the chart with data...