{
	"manifest_version": 2.0,
	"id": "piechart",
	"type": "widget",
	"name": "Pie chart",
	"namespace": "PieChart",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays item values as a pie or doughnut chart.",
	"url": "web_interface/frontend_sections/dashboards/widgets/pie_chart",
	"widget": {
		"size": {
			"width": 24,
			"height": 5
		},
		"js_class": "CWidgetPieChart",
		"in": {
			"time_period": {
				"type": "_timeperiod"
			}
		}
	},
	"actions": {
		"widget.piechart.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.svgpie.js", "class.widget.js"]
	}
}