tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.33k stars 744 forks source link

Update examples for 20.033 #269

Closed edew closed 2 years ago

edew commented 2 years ago

This PR updates the examples to work with charting library version 20.033. In most cases the only changes needed were to remove the use of the datafeed's polyfill file, and stop using a deprecated constructor property.

The React Native example is currently broken for Android and is being looked at on another branch: CL-1194_update_react_native_examples