superset/superset-frontend/packages/superset-ui-chart-controls
Stephen Liu 1665403484
fix(plugin-chart-pivot-table): color weight of Conditional formatting metrics not work (#20396)
* fix(plugin-chart-pivot-table): color weight of Conditional formatting metrics not work

* fix: test
2022-06-16 12:22:09 +08:00
..
src fix(plugin-chart-pivot-table): color weight of Conditional formatting metrics not work (#20396) 2022-06-16 12:22:09 +08:00
test fix(plugin-chart-pivot-table): color weight of Conditional formatting metrics not work (#20396) 2022-06-16 12:22:09 +08:00
CHANGELOG.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
README.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
tsconfig.json refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00

@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.