superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-chart
Krist Wongsuphasawat 1e1cf146ca Add WordCloud plugin (#50)
* scaffold

* resolve dependency issues

* use d3 v4

* - Update peer dependencies
- Getting src to build

* Type word cloud

* Add tests for transformProps

* Update and simplify d3-cloud typing as the fix we've been waiting was merged.

* resolve all tests

* update unit tests

* fix unit test

* update readme
2021-11-26 11:44:40 +08:00
..
src Add WordCloud plugin (#50) 2021-11-26 11:44:40 +08:00
test Add WordCloud plugin (#50) 2021-11-26 11:44:40 +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.2 2021-11-26 11:44:40 +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.