superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart
Krist Wongsuphasawat b175c28df8 v0.9.6
2021-11-26 11:44:42 +08:00
..
src Remove unnecessary export types and reorganize types (#99) 2021-11-26 11:44:42 +08:00
test Remove unnecessary export types and reorganize types (#99) 2021-11-26 11:44:42 +08:00
types Convert chart models to TS and export additional modules (#55) 2021-11-26 11:44:37 +08:00
package.json v0.9.6 2021-11-26 11:44:42 +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.