fix: allow generic styling sn-table through theme (#1813)

This commit is contained in:
Niek van Staveren
2025-09-26 15:37:32 +02:00
committed by GitHub
parent 8ab5416e64
commit 831c203c2e

View File

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