Skip to content

Commit

Permalink
Merge pull request #55 from LeeLenaleee/update-chart-v4
Browse files Browse the repository at this point in the history
Add V4 support
  • Loading branch information
etimberg authored Nov 21, 2022
2 parents 5523652 + 5504b69 commit 52888fd
Show file tree
Hide file tree
Showing 3 changed files with 4,080 additions and 439 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = function(karma) {

files: [
{pattern: 'node_modules/moment/moment.js',},
{pattern: 'node_modules/chart.js/dist/chart.js'},
{pattern: 'node_modules/chart.js/dist/chart.umd.js'},
{pattern: 'src/index.js', watched: false},
{pattern: 'test/index.js'},
{pattern: 'test/specs/**/**.js'}
Expand Down
Loading

0 comments on commit 52888fd

Please sign in to comment.