{
	"apiVersion": 2,
	"name": "charts-blocks/pie",
	"category": "charts-blocks",
	"textdomain": "charts-blocks",
	"attributes": {
		"title": {
			"type": "string",
			"default": "Mostly spoken languages across the world"
		},
		"labelType": {
			"type": "string",
			"default": "Language"
		},
		"labels": {
			"type": "array",
			"default": ["English", "Spanish", "French"]
		},
		"chartType": {
			"type": "string",
			"default": "pie"
		},
		"chartdata": {
			"type": "array",
			"default": [300, 50, 100]
		},
		"chartBgColor": {
			"type": "array",
			"default": ["#ff6385", "#36a3eb", "#ffcc56", "#812ffe", "#00e893"]
		},
		"chartID": {
			"type": "string",
			"default": null
		}
	},
	"supports": {
		"align": ["wide", "full"],
		"html": false
	},
	"example": {},
	"editorScript": "file:./build/index.js",
	"script": "file:./build/frontendscript.js"
}
