superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart-composition
dependabot-preview[bot] abc2188419 build(deps): bump @vx/responsive from 0.0.196 to 0.0.197 (#577)
Bumps [@vx/responsive](https://github.com/hshoff/vx) from 0.0.196 to 0.0.197.
- [Release notes](https://github.com/hshoff/vx/releases)
- [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hshoff/vx/compare/v0.0.196...v0.0.197)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:46:24 +08:00
..
__mocks__ feat: add chart companion components (#139) 2021-11-26 11:44:49 +08:00
src fix: lint errors (#420) 2021-11-26 11:46:11 +08:00
test fix: lint errors (#420) 2021-11-26 11:46:11 +08:00
types/@vx/responsive feat: add chart companion components (#139) 2021-11-26 11:44:49 +08:00
package.json build(deps): bump @vx/responsive from 0.0.196 to 0.0.197 (#577) 2021-11-26 11:46:24 +08:00
README.md feat: add chart companion components (#139) 2021-11-26 11:44:49 +08:00

@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.