{ "common": { "name": "flot", "version": "1.9.2", "title": "Flot Charts", "titleLang": { "en": "Flot Charts", "cn": "云控动态数据曲线" }, "desc": { "en": "This adapter draws charts with Flot in yunkong2.", "cn": "云控动态数据曲线." }, "docs": { "en": "docs/en/flot.md" }, "platform": "javascript/Node.js", "icon": "flot.png", "mode": "none", "keywords": [ "charts", "graphics", "grafiken" ], "extIcon": "https://git.spacen.net/yunkong2/yunkong2.flot/raw/master/admin/flot.png", "readme": "https://git.spacen.net/yunkong2/yunkong2.flot/blob/master/README.md", "loglevel": "info", "dependencies": [ { "web": ">=1.7.1" } ], "localLink": "%web_protocol%://%ip%:%web_port%/flot/edit.html", "enabled": true, "onlyWWW": true, "singleton": true, "type": "visualization", "noConfig": true, "nogit": true, "welcomeScreen": { "link": "flot/edit.html", "name": "监控曲线", "img": "flot.admin/flot.png", "color": "gray", "order": 4 } }, "native": {}, "objects": [ { "_id": "_design/chart", "language": "javascript", "views": { "chart": { "map": "function(doc) { if (doc.type === 'chart') emit(doc.common.name, doc); }" } } } ] }