Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 630 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 630 Bytes

Introduction

Awesome finance chart

Install

npm install @dz-web/finance-chart

Usage

import FinanceChart from '@dz-web/finance-chart';
import '@dz-web/finance-chart/dist/finance-chart.css';

How to build to project

prerequisite

In order to install node-canvas successfully.

If you use osx system, just following commands on below. Get more detail at node-canvas wiki

brew install pkg-config
brew install pixman
brew install cairo

build

npm run dist