mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix: null dates in table chart (#17974)
This commit is contained in:
@@ -111,6 +111,13 @@ const basic: TableChartProps = {
|
||||
'%pct_nice': 0.00001,
|
||||
'abc.com': 'bar',
|
||||
},
|
||||
{
|
||||
__timestamp: null,
|
||||
name: 'Maria',
|
||||
sum__num: 12342,
|
||||
'%pct_nice': 0.341,
|
||||
'abc.com': 'baz',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user