{
	"manifest_version": 2.0,
	"id": "honeycomb",
	"type": "widget",
	"name": "Honeycomb",
	"namespace": "Honeycomb",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays item values as a honeycomb.",
	"url": "web_interface/frontend_sections/dashboards/widgets/honeycomb",
	"widget": {
		"size": {
			"width": 24,
			"height": 5
		},
		"js_class": "CWidgetHoneycomb",
		"in": {
			"hostids": {
				"type": "_hostids"
			},
			"groupids": {
				"type": "_hostgroupids"
			}
		},
		"out": [
			{
				"type": "_hostid"
			},
			{
				"type": "_hostids"
			},
			{
				"type": "_itemid"
			},
			{
				"type": "_itemids"
			}
		]
	},
	"actions": {
		"widget.honeycomb.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.svghoneycomb.js", "class.widget.js"]
	}
}