We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c4259 commit 241ad82Copy full SHA for 241ad82
src/core/core.scale.js
@@ -1,5 +1,8 @@
1
'use strict';
2
3
+var moment = require('moment');
4
+moment = typeof(moment) === 'function' ? moment : window.moment;
5
+
6
module.exports = function(Chart) {
7
8
var helpers = Chart.helpers;
0 commit comments