charting-library-examples/react-javascript
2024-07-31 15:26:16 +01:00
..
public Dont try to load polyfills in react examples 2022-01-28 10:17:23 +00:00
src Updating to be React18 compliant to create the root element 2023-03-31 08:49:04 +01:00
.gitignore Update react-javascript example part 2 2021-02-01 13:26:59 +03:00
browserslist CL-1977: Updating react-typescript 2024-07-31 15:20:36 +01:00
copy_charting_library_files.sh Update react-javascript example for v23.043 2023-02-01 13:50:26 +00:00
package-lock.json CL-1977: Updating react-javascript 2024-07-31 15:26:16 +01:00
package.json CL-1977: Updating react-javascript 2024-07-31 15:26:16 +01:00
README.md CL-1977: Updating react-javascript 2024-07-31 15:26:16 +01:00
tsconfig.json CL-1977: Updating react-javascript 2024-07-31 15:26:16 +01:00

TradingView Charting Library and React Integration Example (JavaScript)

The latest supported version of the charting library for these examples is v28.0.0.

How to start

  1. Check that you can view https://github.com/tradingview/charting_library/. If you do not have access then you can request access to this repository here.
  2. Install dependencies npm install.
  3. Copy the charting library files
    1. If you are able to run bash scripts then the copy_charting_library_files.sh script can be used to copy the current stable version's files.
    2. If you are not able to run bash scripts then do the following:
      1. Copy charting_library from https://github.com/tradingview/charting_library/ to /public and /src.
      2. Copy datafeeds from https://github.com/tradingview/charting_library/ to /public.
  4. Run npm start. It will build the project and open a default browser with the Charting Library.

What is Charting Library

Charting Library is a standalone solution for displaying charts. This free, downloadable library is hosted on your servers and is connected to your data feed to be used in your website or app. Learn more and download.

What is React

React is a JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations.

About This Project

This project was bootstrapped with Create React App.