superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart
Conglei 9c8c0a9692 [Chart]Unify Metric format (#63)
* unify the metric format

* fix test

* fix lint

* fix lint

* change per comments in pr
2021-11-26 11:44:38 +08:00
..
src [Chart]Unify Metric format (#63) 2021-11-26 11:44:38 +08:00
test [Chart]Unify Metric format (#63) 2021-11-26 11:44:38 +08:00
types Convert chart models to TS and export additional modules (#55) 2021-11-26 11:44:37 +08:00
package.json Add ChartClient (v2) (#57) 2021-11-26 11:44:38 +08:00
README.md Add @superset-ui/chart with extract modules and additional unit tests (#23) 2021-11-26 11:44:33 +08:00

@superset-ui/chart

Version David (path)

Description

Example usage

import { xxx } from '@superset-ui/chart';

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.