Skip to content

Repository files navigation

install

# npm
npm -i @0devco/chart
# yarn
yarn add @0devco/chart

implementation

<canvasid="barChart" width="300" height="300"></canvas>
/* import @0devco/chart */importchartfrom'@0devco/chart'/* chart component */letbarChart={type:'bar',id: 'barChart',multiple: 1,labels:['one','two','three'],label:[['one step']],data:[[54,13,15]],bgColor:[['red','green','blue']],bdrColor:[['black','black','black']],bdrWidth:[6]}/* call function */chart().setup(barChart)

doc

courtesy

About

📊 JavaScript charting with @chartjs ⇆ chart ⇆ [ Vue + React ] ⇆ 0devco

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages