@flux-ui/statistics
v3.1.9
Published
Statistics components for the Flux UI library.
Maintainers
Readme
@flux-ui/statistics
Chart and statistics components for Flux UI.
Built on top of Apache ECharts, themed to match the Flux design system. Locale-aware labels are provided through vue-i18n.
Highlights
- Themed chart components that respect the Flux color palette and surfaces.
- Locale-aware formatting for axes, tooltips, and legends.
- Same CSS Modules and naming conventions as
@flux-ui/components.
⭐️ Prerequisites
- Bun >= 1.2.13
- Node >= 23
🚀 Getting started
- Make sure the Flux monorepo is checked out.
- Run
bun installin the project root. - Run
bun run --cwd packages/statistics buildto build the package (runsvue-tscthenvite build). - To link Flux Statistics globally with Bun, run
bun link --cwd packages/statistics.- In another project, use
link:@flux-ui/statisticsas the dependency version inpackage.json.
- In another project, use
