mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -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',
|
||||
bulletchart: 'bulletChart',
|
||||
'sn-table': 'straightTableV2',
|
||||
waterfallchart: 'waterfallChart',
|
||||
};
|
||||
|
||||
const getThemeObjectType = (visualization) => {
|
||||
|
||||
Reference in New Issue
Block a user