23 lines
523 B
JSON
23 lines
523 B
JSON
|
|
{
|
||
|
|
"$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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|