superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart
Krist Wongsuphasawat b162aacb90 v0.10.2
2021-11-26 11:44:44 +08:00
..
src feat: 🎸 add .clone() function to ChartMetadata (#112) 2021-11-26 11:44:44 +08:00
test feat: 🎸 add .clone() function to ChartMetadata (#112) 2021-11-26 11:44:44 +08:00
types Convert chart models to TS and export additional modules (#55) 2021-11-26 11:44:37 +08:00
package.json v0.10.2 2021-11-26 11:44:44 +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.