mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
add treemap (#344)
This commit is contained in:
committed by
Maxime Beauchemin
parent
5cadd6794c
commit
52ebdc5017
@@ -25,7 +25,8 @@ var sourceMap = {
|
||||
sunburst: 'sunburst.js',
|
||||
table: 'table.js',
|
||||
word_cloud: 'word_cloud.js',
|
||||
world_map: 'world_map.js'
|
||||
world_map: 'world_map.js',
|
||||
treemap: 'treemap.js'
|
||||
};
|
||||
|
||||
var color = function () {
|
||||
|
||||
Reference in New Issue
Block a user