{
	"manifest_version": 2.0,
	"id": "graph",
	"type": "widget",
	"name": "Graph (classic)",
	"namespace": "Graph",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays a single custom graph or a simple graph.",
	"url": "web_interface/frontend_sections/dashboards/widgets/graph_classic",
	"widget": {
		"js_class": "CWidgetGraph",
		"in": {
			"graphid": {
				"type": "_graphid",
				"required": true
			},
			"itemid": {
				"type": "_itemid",
				"required": true
			},
			"time_period": {
				"type": "_timeperiod"
			}
		},
		"out": [
			{
				"type": "_timeperiod"
			}
		]
	},
	"actions": {
		"widget.graph.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}