You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
543 B
24 lines
543 B
{
|
|
"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": "https://www.zabbix.com/documentation/7.0/en/manual/web_interface/frontend_sections/dashboards/widgets/graph_classic",
|
|
"widget": {
|
|
"js_class": "CWidgetGraph",
|
|
"use_time_selector": true
|
|
},
|
|
"actions": {
|
|
"widget.graph.view": {
|
|
"class": "WidgetView"
|
|
}
|
|
},
|
|
"assets": {
|
|
"js": ["class.widget.js"]
|
|
}
|
|
}
|