mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix: add waterfall chart to mapping since it is documented (#1871)
This commit is contained in:
@@ -28,6 +28,7 @@ const THEME_OBJECT_TYPE_MAP = {
|
|||||||
mapchart: 'mapChart',
|
mapchart: 'mapChart',
|
||||||
bulletchart: 'bulletChart',
|
bulletchart: 'bulletChart',
|
||||||
'sn-table': 'straightTableV2',
|
'sn-table': 'straightTableV2',
|
||||||
|
waterfallchart: 'waterfallChart',
|
||||||
};
|
};
|
||||||
|
|
||||||
const getThemeObjectType = (visualization) => {
|
const getThemeObjectType = (visualization) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user