mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix: allow generic styling sn-table through theme (#1813)
This commit is contained in:
committed by
GitHub
parent
8ab5416e64
commit
831c203c2e
@@ -26,6 +26,7 @@ const THEME_OBJECT_TYPE_MAP = {
|
||||
map: 'mapChart',
|
||||
mapchart: 'mapChart',
|
||||
bulletchart: 'bulletChart',
|
||||
'sn-table': 'straightTableV2',
|
||||
};
|
||||
|
||||
const getThemeObjectType = (visualization) => {
|
||||
|
||||
Reference in New Issue
Block a user