superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-encodable/README.md
2021-11-26 11:44:56 +08:00

1012 B

@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.