Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluehalo/ngx-sentio
Components for integrating Sentio with Angular.io
https://github.com/bluehalo/ngx-sentio
Last synced: about 1 month ago
JSON representation
Components for integrating Sentio with Angular.io
- Host: GitHub
- URL: https://github.com/bluehalo/ngx-sentio
- Owner: bluehalo
- License: other
- Created: 2016-11-20T17:45:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T10:24:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T02:49:39.407Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.93 MB
- Stars: 1
- Watchers: 20
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# @asymmetrik/ngx-sentio
[![Build Status][travis-image]][travis-url]
[travis-url]: https://travis-ci.org/Asymmetrik/ngx-sentio/
[travis-image]: https://travis-ci.org/Asymmetrik/ngx-sentio.svg> Angular.io components for Sentio.
> Provides directives for all Sentio visualization components. Supports Angular.io v13, Sentio v6, and D3 v7## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [API](#api)
- [Contribute](#contribute)
- [License](#license)## Install
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```
## Usage
TODO: Add usage examples## API
TODO: Add full details of directives## Contribute
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.## License
See LICENSE in repository for details.