superset/superset-frontend/packages/superset-ui-chart-controls
Jesse Yang ae13d8313b
feat(select): keep options order when in single mode (#19085)
2022-03-11 13:01:38 -08:00
..
src feat(select): keep options order when in single mode (#19085) 2022-03-11 13:01:38 -08:00
test feat: smart tooltip in datasourcepanel (#18080) 2022-02-07 22:48:23 +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 refactor: move superset-ui dependencies to peerDependencies (#17965) 2022-01-11 13:53:37 +08: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.