0.1.1 • Published 7 years ago
linked-data-graphic v0.1.1
Linked Data Graphic
Linked Data Graphic and Visualization Components for Angular

Dependency
- Angular >= 7.0.0
Quick Usage
Install this component through npm:
npm install linked-data-graphicAdd 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.