Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit e24c7ae

Browse files
authored
Merge pull request #179 from evanheisler/chartjs-v2
Fix: Export horizontal bar chart
2 parents 362e0e5 + 3f5c102 commit e24c7ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
Bar: require('./lib/bar'),
33
Bubble: require('./lib/bubble'),
44
Doughnut: require('./lib/doughnut'),
5+
HorizontalBar: require('./lib/horizontal-bar'),
56
Line: require('./lib/line'),
67
Pie: require('./lib/pie'),
78
PolarArea: require('./lib/polar-area'),

0 commit comments

Comments
 (0)