fix(echart): broken aggregator due to bigint value (#34580)

This commit is contained in:
JUST.in DO IT
2025-08-06 11:22:04 -07:00
committed by GitHub
parent 00304f77e1
commit 3e12d97e8e
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ export class EchartsChartPlugin<
super({
...restProps,
metadata: new ChartMetadata({
parseMethod: 'json-bigint',
parseMethod: 'json',
...metadata,
}),
});