mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
fix(echart): broken aggregator due to bigint value (#34580)
This commit is contained in:
@@ -184,7 +184,7 @@ export class EchartsChartPlugin<
|
||||
super({
|
||||
...restProps,
|
||||
metadata: new ChartMetadata({
|
||||
parseMethod: 'json-bigint',
|
||||
parseMethod: 'json',
|
||||
...metadata,
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user