superset/superset-frontend/packages/superset-ui-chart-controls
Michael S. Molina 546d48adbb
feat: Adds the ECharts Heatmap chart (#25353)
2024-03-28 16:16:17 -03:00
..
src feat: Adds the ECharts Heatmap chart (#25353) 2024-03-28 16:16:17 -03:00
test feat: Adds the ECharts Heatmap chart (#25353) 2024-03-28 16:16:17 -03:00
CHANGELOG.md chore: Reformat changelogs (#26815) 2024-01-26 21:48:17 +01:00
README.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08: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 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.