II.
Library JSON
Structured · livelibrary:chart-js
Chart.js json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:chart-js",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Chart.js",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Simple yet flexible JavaScript charting library for designers and\ndevelopers, rendering responsive charts on Canvas with support for\nbar, line, pie, radar, scatter, and bubble chart types.\n"
},
"outgoingEdges": [
{
"from": "library:chart-js",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:chart-js",
"to": "skill-area:data-visualization",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:d3",
"to": "library:chart-js",
"kind": "alternative_to"
}
]
}