An open API service indexing awesome lists of open source software.

https://github.com/Lightning-Chart/lcjs-react-template

React project template with LightningChart JS
https://github.com/Lightning-Chart/lcjs-react-template

lcjs lightningchart react template

Last synced: 17 days ago
JSON representation

React project template with LightningChart JS

Awesome Lists containing this project

README

        

# LightningChart JS x React template

This is a minimal example of using LightningChart JS in React.

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Run app with:

- `npm i`
- `npm start`

Files of interest:

- [Simple React line chart component](./src/Components/MyChartComponent.tsx)
- [Using LCHost and the above line chart component](./src/App.tsx)
- [LCHost + LCContext implementations](./src/LC.tsx)

License key should be supplied in [.env](./.env)

Learn more about LightningChart JS and React [here](https://lightningchart.com/js-charts/docs/frameworks/react/).

Learn more about connecting to real-time data sources [here](https://lightningchart.com/js-charts/docs/basic-topics/real-time-data/)

## react-time-series-chart

For a plug-and-play library for React time series chart component, see [react-time-series-chart](./react-time-series-chart/)