Skip to content

v0.6.0

Choose a tag to compare

@lvisei lvisei released this 28 Jan 06:37
· 89 commits to ai since this release
05682d5

Minor Changes

  • #265 349e5f4 Thanks @Alexzjt! - feat: add Spreadsheet component based on @antv/s2
    • Added new Spreadsheet component supporting pivot table and table sheet modes
    • Added knowledge document and evaluation datasets
    • Spreadsheet is exported but NOT included in DEFAULT_CHART_COMPONENTS to avoid bundle size increase
    • Users can register it on demand via withChartCode({ components: { [ChartType.Spreadsheet]: Spreadsheet } })