superset/superset-frontend/packages/superset-ui-chart-controls
Antonio Rivero b1f85dce71
refactor(plugins): BigNumber Time Comparison with existing time_offset API (#27718)
Co-authored-by: lilykuang <jialikuang@gmail.com>
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2024-05-16 18:47:50 +02:00
..
src refactor(plugins): BigNumber Time Comparison with existing time_offset API (#27718) 2024-05-16 18:47:50 +02:00
test fix(explore): hide advanced analytics for non temporal xaxis (#28312) 2024-05-08 17:40:28 -03:00
CHANGELOG.md chore: Reformat changelogs (#26815) 2024-01-26 21:48:17 +01:00
package.json build(deps): bump @types/enzyme from 3.10.10 to 3.10.18 in /superset-frontend (#26859) 2024-01-29 16:48:13 -08:00
README.md docs: replace broken david badges with libraries.io (#27903) 2024-04-04 23:00:23 -06:00
tsconfig.json refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00

@superset-ui/chart-controls

Version Libraries.io

Description

Example usage

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

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.