II.
Library JSON
Structured · livelibrary:recharts
Recharts json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:recharts",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Recharts",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Composable charting library built with React and D3; provides\ndeclarative chart components (line, bar, area, pie, scatter) with\nresponsive containers and a customizable tooltip/legend system.\n"
},
"outgoingEdges": [
{
"from": "library:recharts",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:recharts",
"to": "skill-area:data-visualization",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:d3",
"to": "library:recharts",
"kind": "alternative_to"
},
{
"from": "stack-profile:internal-dashboard",
"to": "library:recharts",
"kind": "composed_of"
},
{
"from": "stack-profile:analytics-dashboard",
"to": "library:recharts",
"kind": "composed_of"
}
]
}