superset/superset-frontend/packages/superset-ui-chart-controls
Michael S. Molina abf2943e4d
fix: Allows X-Axis Sort By for custom SQL (#30393)
2024-09-25 19:08:28 -03:00
..
src fix: Allows X-Axis Sort By for custom SQL (#30393) 2024-09-25 19:08:28 -03:00
test fix: Allows X-Axis Sort By for custom SQL (#30393) 2024-09-25 19:08:28 -03:00
CHANGELOG.md chore(frontend): Spelling (#25452) 2024-09-10 15:05:35 -06:00
README.md docs: replace broken david badges with libraries.io (#27903) 2024-04-04 23:00:23 -06:00
package.json perf: Remove antd-with-locales import (#29788) 2024-08-05 17:17:59 +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 Libraries.io

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.