iiRecord
Agentic AI Atlas · Chart.js
library:chart-jsa5c.ai
II.
Library JSON

library:chart-js

Structured · live

Chart.js json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-frontend-ui.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}