mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix(plugin-chart-table): Invalid d3Formatter on String column (#23515)
This commit is contained in:
@@ -144,6 +144,20 @@ const advanced: TableChartProps = {
|
||||
...basicFormData,
|
||||
metrics: ['sum__num'],
|
||||
percent_metrics: ['pct_nice'],
|
||||
column_config: {
|
||||
name: {
|
||||
d3NumberFormat: '.3s',
|
||||
},
|
||||
sum__num: {
|
||||
d3NumberFormat: '.3s',
|
||||
},
|
||||
pct_nice: {
|
||||
d3NumberFormat: '.3s',
|
||||
},
|
||||
'abc.com': {
|
||||
d3NumberFormat: '.3s',
|
||||
},
|
||||
},
|
||||
},
|
||||
queriesData: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user