Integration examples for TradingView's Charting Library across multiple frameworks and platforms.
Provides working integration examples showing how to embed TradingView's Charting Library into applications built with various frontend frameworks, mobile platforms, and backend frameworks. Each subdirectory is a self-contained example project. Requires granted access to TradingView's Charting Library (not included).
| Directory | Framework/Platform |
|---|---|
android/ |
Android WebView |
angular/ |
Angular |
ios-swift/ |
iOS WKWebView (Swift) |
nextjs/ |
Next.js v13+ |
nextjs-javascript/ |
Next.js up to v12 |
nuxtjs/ |
Nuxt.js up to v2.x |
nuxtjs3/ |
Nuxt.js v3.x+ |
react-javascript/ |
React (JavaScript) |
react-native/ |
React Native |
react-typescript/ |
React + TypeScript |
ruby-on-rails/ |
Ruby on Rails |
sveltekit/ |
SvelteKit |
vuejs/ |
Vue.js v2 |
vuejs3/ |
Vue.js v3 |
Each example directory has its own setup instructions. Generally:
cd <example-directory>
npm install # or equivalent for the platform
npm start # or equivalentYou must have access to the TradingView Charting Library to run these examples.