We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a20414 commit 2460fc3Copy full SHA for 2460fc3
src/components/colorscale/layout_attributes.js
@@ -1,16 +1,13 @@
1
/**
2
- * Copyright 2012-2018, 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
-
+* Copyright 2012-2018, Plotly, Inc.
+* All rights reserved.
+*
+* This source code is licensed under the MIT license found in the
+* LICENSE file in the root directory of this source tree.
+*/
9
10
'use strict';
11
12
-var scales = require('./scales');
13
14
var msg = 'Note that `autocolorscale` must be true for this attribute to work.';
15
module.exports = {
16
editType: 'calc',
0 commit comments