Skip to content

Commit

Permalink
Moved to before stack to enable stacked bar graphs to work with categ…
Browse files Browse the repository at this point in the history
…ories
  • Loading branch information
andrewdove1 committed Jun 12, 2019
1 parent 54b61d7 commit 4fc2275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -26,14 +26,14 @@ var files = [
'./source/jquery.flot.flatdata.js',
'./source/jquery.flot.navigate.js',
'./source/jquery.flot.fillbetween.js',
'./source/jquery.flot.categories.js',
'./source/jquery.flot.stack.js',
'./source/jquery.flot.touchNavigate.js',
'./source/jquery.flot.hover.js',
'./source/jquery.flot.touch.js',
'./source/jquery.flot.time.js',
'./source/jquery.flot.axislabels.js',
'./source/jquery.flot.selection.js',
'./source/jquery.flot.categories.js',
'./source/jquery.flot.composeImages.js',
'./source/jquery.flot.legend.js'
];
Expand Down

0 comments on commit 4fc2275

Please sign in to comment.