superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-composition/README.md
Krist Wongsuphasawat e5e09f9f26 feat: add chart companion components (#139)
* feat: add chart companion components

* test: add more tests

* test: improve coverage

* test: fix failed test

* test: mock ResizeObserver

* fix: test coverage

* test: fix set dimension

* feat: make keyColumn optional

* fix: address comments

* fix: test delay
2021-11-26 11:44:49 +08:00

791 B

@superset-ui/chart-composition

Version David (path)

Description

Example usage

import {
  ChartFrame,
  TooltipFrame,
  TooltipTable,
  WithLegend,
} from '@superset-ui/chart-composition';

API

fn(args)

  • Do something

Development

@data-ui/build-config is used to manage the build configuration for this package including babel builds, jest testing, eslint, and prettier.