Linked Data Graphic
Linked Data Graphic and Visualization Components for Angular
![preview](https://raw.githubusercontent.com/chigix/linked-data-graphic/master/src/assets/repository-open-graph.png)
Dependency
Quick Usage
Install this component through npm:
npm install linked-data-graphic
Add the component's element into the template with a prepared Linked Data set
conforming to D3's node and
links structure.
<chigix-ld-graphic [data]="ldData"></chigix-ld-graphic>
Build
Run npm run build-release
to build the component library.
The build artifacts will be stored in the dist/
directory.
Running unit tests
Run npm run test
to execute the unit tests via Karma.