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 5984106 commit 03ab34fCopy full SHA for 03ab34f
lib/calendars.js
@@ -0,0 +1,11 @@
1
+/**
2
+* Copyright 2012-2016, Plotly, Inc.
3
+* All rights reserved.
4
+*
5
+* This source code is licensed under the MIT license found in the
6
+* LICENSE file in the root directory of this source tree.
7
+*/
8
+
9
+'use strict';
10
11
+module.exports = require('../src/components/calendars');
lib/index.js
@@ -54,4 +54,9 @@ Plotly.register([
54
require('./groupby')
55
]);
56
57
+// components
58
+Plotly.register([
59
+ require('./calendars')
60
+]);
61
62
module.exports = Plotly;
0 commit comments