superset/superset-frontend/packages/superset-ui-chart-controls
Michael S. Molina df0b1cb8ed
feat: Adds Histogram chart migration logic (#28780)
2024-06-05 13:33:50 -03:00
..
src feat: Adds Histogram chart migration logic (#28780) 2024-06-05 13:33:50 -03:00
test feat: Adds Histogram chart migration logic (#28780) 2024-06-05 13:33:50 -03:00
CHANGELOG.md chore: Reformat changelogs (#26815) 2024-01-26 21:48:17 +01:00
README.md docs: replace broken david badges with libraries.io (#27903) 2024-04-04 23:00:23 -06:00
package.json build(deps): bump @types/enzyme from 3.10.10 to 3.10.18 in /superset-frontend (#26859) 2024-01-29 16:48:13 -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 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.