UNPKG
@getdistillery/chart.js
Version:
latest (4.5.1)
4.5.1
4.5.0
4.4.7
Simple HTML5 charts using the canvas element.
www.chartjs.org
chartjs/Chart.js
@getdistillery/chart.js
/
auto
/
auto.js
7 lines
(4 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
Chart
, registerables}
from
'../dist/chart.js'
;
Chart
.
register
(...registerables);
export
*
from
'../dist/chart.js'
;
export
default
Chart
;