Angular.io components for Sentio. Provides directives for all Sentio visualization components. Supports Angular.io v13, Sentio v6, and D3 v7
Install the package and its peer dependencies via npm:
npm install d3 @asymmetrik/sentio @asymmetrik/ngx-sentio
If you want to run the demo, clone the repository, perform an npm install
, npm run demo
and then go to http://localhost:4200
To build and deploy the library, follow the demo instructions and then use npm run build
and then go into the ./dist/ngx-sentio/
directory and run npm publish
TODO: Add usage examples
TODO: Add full details of directives
PRs accepted. If you are part of Asymmetrik, please make contributions on feature branches off of the develop
branch. If you are outside of Asymmetrik, please fork our repo to make contributions.
See LICENSE in repository for details.