File tree Expand file tree Collapse file tree 4 files changed +12
-24
lines changed Expand file tree Collapse file tree 4 files changed +12
-24
lines changed Original file line number Diff line number Diff line change 1
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
- */
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
8
9
9
'use strict' ;
10
10
Original file line number Diff line number Diff line change 1
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
- */
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
8
9
9
'use strict' ;
10
10
Original file line number Diff line number Diff line change 1
1
var Plotly = require ( '@lib/index' ) ;
2
2
var Lib = require ( '@src/lib' ) ;
3
3
4
- Plotly . register ( [
5
- // until they become official
6
- require ( '../assets/transforms/filter' )
7
- ] ) ;
8
-
9
4
describe ( 'plot schema' , function ( ) {
10
5
'use strict' ;
11
6
Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ var d3 = require('d3');
6
6
var createGraphDiv = require ( '../assets/create_graph_div' ) ;
7
7
var destroyGraphDiv = require ( '../assets/destroy_graph_div' ) ;
8
8
9
- Plotly . register ( [
10
- //register filter in build
11
- //require('@src/transforms/filter'),
12
- require ( '@src/transforms/groupby' )
13
- ] ) ;
14
-
15
-
16
9
describe ( 'one-to-one transforms:' , function ( ) {
17
10
'use strict' ;
18
11
You can’t perform that action at this time.
0 commit comments