{
  "$schema": "../../schemas/component-contract.schema.json",
  "name": "chart-container",
  "category": "data-display",
  "status": "beta",
  "kind": "custom-element",
  "tagName": "blora-chart-container",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "title": {
      "type": "string"
    },
    "subtitle": {
      "type": "string"
    },
    "trend": {
      "type": "string"
    },
    "trend-variant": {
      "type": "string",
      "default": "success"
    }
  },
  "properties": {},
  "methods": {},
  "events": {},
  "slots": {
    "default": "Chart markup consumed into the official chart body."
  },
  "parts": [],
  "cssProperties": ["--blora-chart-min-h"],
  "accessibilityPattern": "section"
}
