superset/superset-frontend/packages/superset-ui-core
Corbin Bullard 863f8bbbcd
fix(chart): Set max row limit + removed the option to use an empty row limit value (#26151)
Co-authored-by: Lily Kuang <lily@preset.io>
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2023-12-26 19:32:11 -07:00
..
src fix(chart): Set max row limit + removed the option to use an empty row limit value (#26151) 2023-12-26 19:32:11 -07:00
test fix(chart): Set max row limit + removed the option to use an empty row limit value (#26151) 2023-12-26 19:32:11 -07:00
types chore(frontend): Spelling (#19676) 2023-02-02 11:23:11 -07:00
CHANGELOG.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
package.json feat: make data tables support html (#24368) 2023-06-14 15:54:07 -07:00
README.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
tsconfig.json refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00

@superset-ui/core

Version David (path)

Description

Example usage

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

API

fn(args)

  • TBD

Development

@data-ui/build-config is used to manage the build configuration for this package including babel builds, jest testing, eslint, and prettier.