Files
gcs-nf/Plugins/Diagram/plugin.json
T

23 lines
523 B
JSON
Raw Normal View History

{
"$schema": "../schemas/plugin.schema.json",
"name": "diagram",
"title": "线图",
"version": "2.0.0",
"author": "GCS Team",
"description": "实时数据折线图显示",
"minEngineVersion": "2.0.0",
"entryPoint": "DiagramPlugin",
"activationEvents": [
"onToolOpen:diagram"
],
"contributes": {
"tools": [
{
"id": "diagram-panel",
"label": "线图",
"widgetType": "tool"
}
]
}
}