superset/superset-frontend/packages/superset-ui-chart-controls
Andrew df7840c041
chore: Added translate functions (#21816)
2022-10-19 09:54:16 +08:00
..
src chore: Added translate functions (#21816) 2022-10-19 09:54:16 +08:00
test refactor: preparation for time section migration (#21766) 2022-10-12 08:38:30 +08:00
CHANGELOG.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
README.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
package.json perf(plugin-chart-table): Add memoization to avoid rerenders (#19976) 2022-05-13 18:10:48 +02:00
tsconfig.json refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00

README.md

@superset-ui/chart-controls

Version David (path)

Description

Example usage

import { xxx } from '@superset-ui/chart-controls';

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.