{
	"name": "ponhiro-blocks/bar-graph",
	"title": "Bar Graph",
	"category": "useful-blocks",
	"keywords": ["useful", "ub"],
	"supports": {
		"className": false
	},
	"attributes": {
		"colSet": {
			"type": "string",
			"default": "1"
		},
		"title": {
			"type": "string",
			"source": "html",
			"selector": ".pb-bar-graph__title"
		},
		"hideTtl": {
			"type": "boolean",
			"default": false
		},
		"ttlData": {
			"type": "string",
			"default": "border"
		},
		"bg": {
			"type": "boolean",
			"default": true
		},
		"barBg": {
			"type": "boolean",
			"default": true
		},
		"valuePos": {
			"type": "string",
			"default": "right"
		},
		"labelPos": {
			"type": "string",
			"default": "top"
		}
	}
}
