Crypto chart for SolidJS using Binance API
npm install @husaria-solutions/solid-crypto-chartChart library based on lighweight-charts with data fetching from Binance (through REST and WebSocket).
```
cd example
npm install
npm start
`npm`
npm i @husaria-solutions/solid-crypto-chart
`npm`
yarn add @husaria-solutions/solid-crypto-chart
`typescript
import { CryptoChart } from '@husaria-solutions/solid-crypto-chart'
function Chart() {
return
}
``
| Prop | Required | Type | Default Value |
|---|---|---|---|
| pair | Yes | String | - Please refer binance api for more pairs binance rest api |
| interval | Yes | String enum (Binance values, like 1m, 15m, 1h, 1d, check types.ts) | - |
| candleStickConfig | No | Object |
|
| histogramConfig | No | Object | { |
| chartLayout | No | Object |
|
| containerStyle | No | Object |
|

This project is licensed under the MIT License - see the LICENSE file for details