{
  "name": "ponhiro-blocks/bar-graph-item",
  "title": "Graph",
  "category": "useful-blocks",
  "keywords": [
    "ub"
  ],
  "supports": {
    "className": false
  },
  "parent": [
    "ponhiro-blocks/bar-graph"
  ],
  "attributes": {
    "color": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "source": "html",
      "selector": ".pb-bar-graph__label"
    },
    "value": {
      "type": "string",
      "source": "html",
      "selector": ".pb-bar-graph__value"
    },
    "ratio": {
      "type": "number",
      "default": 50
    },
    "isThin": {
      "type": "boolean",
      "default": false
    }
  }
}