Website • Documentation • Core team
Extension package for Taiga UI that adds various charts, graphs and related components
It's a part of Taiga UI that is fully-treeshakable Angular UI Kit consisting of multiple base libraries and several add-ons
Install base packages:
npm i @taiga-ui/{cdk,core}
Install addon-charts:
npm i @taiga-ui/addon-charts
Don't forget that Taiga UI is fully-treeshakable. You can import even just one entity from our library and be sure that there is no redundant code in your bundle. Bundlphobia badge shows size of the whole library.
See our Documentation