@binom/ui-charts
v1.3.1
Published
Chart UI components for Binom Angular projects — ngx-charts wrappers, switch, sparkline, table, and graph charts.
Maintainers
Readme
@binom/ui-charts
Chart UI components for Binom Angular projects — ngx-charts wrappers, switch, sparkline, table, and graph charts.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/ui-chartsPeer Dependencies
Make sure the following peer dependencies are installed in your Angular 21 project:
@angular/animations:^21.0.0@angular/common:^21.0.0@angular/core:^21.0.0@angular/platform-browser:^21.0.0@binom/ui-core:^1.0.0@binom/ui-virtual:^1.0.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Area | @binom/ui-charts/area |
| Bar | @binom/ui-charts/bar |
| Box | @binom/ui-charts/box |
| Bubble | @binom/ui-charts/bubble |
| Combo | @binom/ui-charts/combo |
| Core | @binom/ui-charts/core |
| Gauge | @binom/ui-charts/gauge |
| Graph | @binom/ui-charts/graph |
| Heatmap | @binom/ui-charts/heatmap |
| Line | @binom/ui-charts/line |
| Number Card | @binom/ui-charts/number-card |
| Pie | @binom/ui-charts/pie |
| Polar | @binom/ui-charts/polar |
| Sankey | @binom/ui-charts/sankey |
| Sparkline | @binom/ui-charts/sparkline |
| Switch | @binom/ui-charts/switch |
| Table | @binom/ui-charts/table |
| Treemap | @binom/ui-charts/treemap |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/ui-charts';
// or
import { /* ... */ } from '@binom/ui-charts/area';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test ui-charts