Skip to content

Commit

Permalink
Merge pull request #201 from VisActor/200-feature-records-support-for…
Browse files Browse the repository at this point in the history
…mat-recordstring-any-groupby-indicator

feat: records support format Record<string, any[]> groupby indicator …
  • Loading branch information
fangsmile committed Aug 4, 2023
2 parents 7b8d748 + 07e532c commit 6c65adc
Show file tree
Hide file tree
Showing 10 changed files with 9,385 additions and 47 deletions.
4 changes: 4 additions & 0 deletions packages/vtable/examples/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ export const menus = [
{
path: 'pivot-chart',
name: 'pivotChart-no-dimensions'
},
{
path: 'pivot-chart',
name: 'pivotChart-records'
}
]
},
Expand Down
Loading

0 comments on commit 6c65adc

Please sign in to comment.