# @rongmz/trading-charts

> This is a d3 based charting library for stocks and finance world. If the question is, why another chart library? - Coz, I find no &quot;open-source&quot; library fits my requirements.

[![NPM](https://img.shields.io/npm/v/@rongmz/trading-charts.svg)](https://www.npmjs.com/package/@rongmz/trading-charts) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Screenshot
![Screenshot](./example/chart-sample.png)

## Install

```bash
npm install @rongmz/trading-charts
```

## Usage

See [example.html](https://github.com/rongmz/rongmz-trading-charts/tree/master/example/index.html)

For configuration APIs see [types.ts](./src/types.ts)

## License

Apache License 2.0 © [rongmz](https://github.com/rongmz) 2023
