Source
{
"manifest_version": 2.0,
"id": "itemhistory",
"type": "widget",
"name": "Item history",
"namespace": "ItemHistory",
"version": "1.0",
"author": "Zabbix",
"description": "Displays the latest data for the selected items with an option to add progress bar visualizations, customize report columns, and display images for binary data types.",
"url": "web_interface/frontend_sections/dashboards/widgets/item_history",
"widget": {
"size": {
"width": 18,
"height": 6
},
"js_class": "CWidgetItemHistory",
"in": {
"time_period": {
"type": "_timeperiod"
}
},
"out": [
{
"type": "_itemid"
},
{
"type": "_itemids"
}
]
},
"actions": {
"widget.itemhistory.view": {
"class": "WidgetView"
},
"widget.itemhistory.column.edit": {
"class": "ColumnEdit",
"view": "column.edit",
"layout": "layout.json"
},
"widget.itemhistory.value.check": {
"class": "ValueCheck",
"layout": "layout.json"
},
"widget.itemhistory.binary_value.get": {
"class": "BinaryValueGet",
"layout": "layout.json"
},
"widget.itemhistory.image_value.get": {
"class": "ImageValueGet",
"layout": "layout.image"
}
},
"assets": {
"js": ["class.widget.js"]
}
}