Skip to content

Commit 52888fd

Browse files
authored
Merge pull request #55 from LeeLenaleee/update-chart-v4
Add V4 support
2 parents 5523652 + 5504b69 commit 52888fd

File tree

3 files changed

+4080
-439
lines changed

3 files changed

+4080
-439
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = function(karma) {
5555

5656
files: [
5757
{pattern: 'node_modules/moment/moment.js',},
58-
{pattern: 'node_modules/chart.js/dist/chart.js'},
58+
{pattern: 'node_modules/chart.js/dist/chart.umd.js'},
5959
{pattern: 'src/index.js', watched: false},
6060
{pattern: 'test/index.js'},
6161
{pattern: 'test/specs/**/**.js'}

0 commit comments

Comments
 (0)