
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
react-crypto-chart-sosa
Advanced tools
cd example
npm install
npm start
npm i react-crypto-chart
yarn add react-crypto-chart
import TradeViewChart from "react-crypto-chart";
<TradeViewChart pair="BTCBUSD" />;
Prop | Required | Type | Default Value |
---|---|---|---|
pair | No | String | BTCBUSD Please refer binance api for more pairs binance rest api |
interval | No | String | 1m |
candleStickConfig | No | Object Candlestick Config type |
{ upColor: "#0ecb81", downColor: "#f6465da", borderDownColor: "#f6465da", borderUpColor: "#0ecb81", wickDownColor: "#838ca1", wickUpColor: "#838ca1", } |
histogramConfig | No | Object Histogram Config type |
{ base: 0, lineWidth: 2, priceFormat: { type: "volume", }, overlay: true, scaleMargins: { top: 0.8, bottom: 0, }, } |
chartLayout | No | Object Chart Layout types |
{ layout: { backgroundColor: "#ededed", textColor: "#253248", }, grid: { vertLines: { color: "#838fa3", style: LineStyle.SparseDotted, }, horzLines: { color: "#838fa3", style: LineStyle.SparseDotted, }, }, crosshair: { mode: CrosshairMode.Normal, }, priceScale: { borderColor: "#485c7b", }, timeScale: { borderColor: "#485c7b", timeVisible: true, secondsVisible: false, }, } |
containerStyle | No | Object |
{ maxWidth: '100%', maxHeight: '100vh', display: 'flex', justifyContent: 'center', alignItems: 'center', } |
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
😊Pull requests accepted with ❤️
FAQs
crypto chart widget for react using binance api
The npm package react-crypto-chart-sosa receives a total of 0 weekly downloads. As such, react-crypto-chart-sosa popularity was classified as not popular.
We found that react-crypto-chart-sosa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.