superset-frontend/plugins/plugin-chart-echarts/src/utils/treeBuilder.ts
Function treeBuilder
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function treeBuilder(
data: DataRecord[],
groupBy: string[],
metric: string,
secondaryMetric?: string,