fix: add waterfall chart to mapping since it is documented (#1871)

This commit is contained in:
Elise
2025-12-15 13:30:10 +01:00
committed by GitHub
parent bab50ca1e6
commit 47d2074670

View File

@@ -28,6 +28,7 @@ const THEME_OBJECT_TYPE_MAP = {
mapchart: 'mapChart',
bulletchart: 'bulletChart',
'sn-table': 'straightTableV2',
waterfallchart: 'waterfallChart',
};
const getThemeObjectType = (visualization) => {