Skip to content

Commit 24ac0ec

Browse files
authoredSep 25, 2019
Merge pull request #4185 from plotly/treemap-finalist
Treemap new trace type
2 parents 1dee68b + 3c12bf6 commit 24ac0ec

File tree

86 files changed

+18639
-444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+18639
-444
lines changed
 

‎lib/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Plotly.register([
2626

2727
require('./pie'),
2828
require('./sunburst'),
29+
require('./treemap'),
2930
require('./funnelarea'),
3031

3132
require('./scatter3d'),

‎lib/treemap.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
* Copyright 2012-2019, 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/traces/treemap');

0 commit comments

Comments
 (0)