stock-market-chart
A React UI component to render realtime trading chart by ticker symbols.
Installation
npm install stock-market-chart
Usage
Simply use the component as below in your client side code.
Example file: <mycomponent.js>
import React from 'react';
import { StockMarketChart } from 'stock-market-chart'
function StockTest() {
const SYMBOL = 'TSLA';
return <StockMarketChart tickerSymbol={SYMBOL} />
}
export default StockTest;
Example
Maintainers
Resources
- Chart powered by TradingView