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 6daeac5 commit 3e0f209Copy full SHA for 3e0f209
src/transforms/filter.js
@@ -6,7 +6,6 @@
6
* LICENSE file in the root directory of this source tree.
7
*/
8
9
-
10
'use strict';
11
12
var isNumeric = require('fast-isnumeric');
src/transforms/groupby.js
@@ -1,3 +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
+ * LICENSE file in the root directory of this source tree.
+ */
+
// var Lib = require('@src/lib');
0 commit comments