0.1.1 • Published 5 years ago

linked-data-graphic v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Linked Data Graphic

Linked Data Graphic and Visualization Components for Angular

preview

Dependency

  • Angular >= 7.0.0

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.