superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-encodable
2021-11-26 11:44:59 +08:00
..
src refactor(encodable): rename .getDomain() to .getDomainFromDataset() (#248) 2021-11-26 11:44:59 +08:00
test refactor(encodable): rename .getDomain() to .getDomainFromDataset() (#248) 2021-11-26 11:44:59 +08:00
package.json fix: d3 scale types (#246) 2021-11-26 11:44:58 +08:00
README.md refactor: rename encodeable to encodable (#214) 2021-11-26 11:44:56 +08:00

@superset-ui/encodable

Version David (path)

This package provides standardized API for encodable components and adopts the grammar from vega-lite grammar and copy their logic for determining smart defaults (e.g. choosing scale type based on data type, etc.) In addition, it leverages sibling superset-ui packages to use the number and time formatters as well as color scales.

Example usage

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

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.