II.
Library JSON
Structured · livelibrary:d3
D3.js json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:d3",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "D3.js",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Data-Driven Documents library for producing dynamic, interactive\ndata visualizations in the browser using SVG, Canvas, and HTML;\nprovides powerful data binding and transformation utilities.\n"
},
"outgoingEdges": [
{
"from": "library:d3",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:d3",
"to": "skill-area:data-visualization",
"kind": "used_for"
},
{
"from": "library:d3",
"to": "library:chart-js",
"kind": "alternative_to"
},
{
"from": "library:d3",
"to": "library:recharts",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:framer-motion",
"to": "library:d3",
"kind": "alternative_to"
},
{
"from": "library:three",
"to": "library:d3",
"kind": "alternative_to"
},
{
"from": "stack-profile:analytics-dashboard",
"to": "library:d3",
"kind": "composed_of"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "library:d3",
"kind": "composed_of"
}
]
}