{ "name": "ringIndicator3d", "version": "1.0.0", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1", "react": "17.0.2", "react-dom": "17.0.2", "three": "0.100.0" }, "pandav": { "cn_name": "3D圆形指标", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/g9lkc4yvg7_1642666323058_nr3v7bjolh.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/g9lkc4yvg7_1642666323058_nr3v7bjolh.gif", "protocol": 2, "type": [ "DataV-6:control_other" ], "supportTheme": true, "view": { "width": "1000", "height": "600", "minWidth": "50", "minHeight": "50", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "基础折线图接口", "fields": { "name": { "description": "名称" }, "value": { "description": "值" }, "url": { "description": "图标" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "children": { "faceCamera": { "name": "始终面对相机", "type": "boolean", "default": false }, "cameraPosition": { "name": "相机位置", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "col": 8 }, "y": { "name": "Y", "type": "number", "default": 500, "col": 8 }, "z": { "name": "Z", "type": "number", "default": 2000, "col": 8 } } }, "radius": { "name": "半径", "type": "number", "default": 700, "min": 0, "suffix": "px" }, "duration": { "name": "滚动时长", "type": "number", "default": 1, "min": 0, "suffix": "s" }, "carousel": { "name": "轮播动画", "type": "group", "enableHide": true, "children": { "show": { "default": true }, "hover": { "name": "支持悬停", "type": "boolean", "default": true }, "direction": { "name": "方向", "type": "radio", "default": "顺时针", "optionCol": 12, "options": [ { "label": "顺时针", "value": "顺时针" }, { "label": "逆时针", "value": "逆时针" } ] }, "interval": { "name": "间隔时间", "default": 3, "min": 0, "type": "number", "suffix": "s" }, "clickPauseDuration": { "name": "点击停留", "default": 1, "min": 0, "type": "number", "suffix": "s" } } } } }, "board": { "name": "标牌", "type": "menuChild", "mode": "multiple", "children": { "normal": { "name": "默认", "children": { "opacity": { "name": "透明度", "type": "slider", "max": 100, "min": 0, "step": 1, "default": 100 }, "scale": { "name": "整体缩放", "type": "number", "default": 1, "show": [ [ "opacity", "$eq", "opacity" ] ] }, "offsetY": { "name": "垂直偏移", "type": "number", "default": 0, "show": [ [ "opacity", "$eq", "opacity" ] ] }, "img": { "name": "标牌", "type": "group", "fold": false, "children": { "src": { "name": "标牌", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/ringIndicator3d/default-bg.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 240, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 240, "col": 12 } } } } }, "iconList": { "name": "图标列表", "type": "tabs", "default": [], "fold": false, "template": { "name": "系列<%=i+1%>", "type": "object", "children": { "name": { "name": "名称", "type": "text", "default": "" }, "image": { "name": "图片", "type": "image", "default": "", "description": "优先使用数据中的图片,数据中没有URL则使用配置项里的图片,都匹配不到则不显示" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 50, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 50, "col": 12 } } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } } } } }, "num": { "name": "数字", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 48, "color": "#58b0fb", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } }, "suffix": { "name": "后缀", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "text": { "name": "内容", "type": "text", "default": "" }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 20, "color": "#58b0fb", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } } } } } }, "name": { "name": "名称", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 24, "color": "#e6f7ff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } } } } } }, "selected": { "name": "选中", "children": { "opacity": { "name": "透明度", "type": "slider", "max": 100, "min": 0, "step": 1, "default": 100 }, "scale": { "name": "整体缩放", "type": "number", "default": 1.5, "min": 0, "step": 0.01 }, "offsetY": { "name": "垂直偏移", "type": "number", "default": -20, "suffix": "px" }, "img": { "name": "标牌", "type": "group", "fold": false, "children": { "src": { "name": "标牌", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/ringIndicator3d/select-bg.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 240, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 240, "col": 12 } } } } }, "iconList": { "name": "图标列表", "type": "tabs", "fold": false, "default": [ { "name": "", "image": "/civ_pandaview_component/pandabi-component/assets/components/ringIndicator3d/select-icon.png", "size": { "width": 85, "height": 85 }, "offset": { "x": 0, "y": 0 } } ], "template": { "name": "系列<%=i+1%>", "type": "object", "children": { "name": { "name": "名称", "type": "text", "default": "" }, "image": { "name": "图片", "type": "image", "default": "", "description": "优先使用数据中的图片,数据中没有URL则使用配置项里的图片,都匹配不到则不显示" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 50, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 50, "col": 12 } } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } } } } }, "num": { "name": "数字", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 48, "color": "#58b0fb", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": -75, "col": 12 } } }, "suffix": { "name": "后缀", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "text": { "name": "内容", "type": "text", "default": "件" }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 20, "color": "#58b0fb", "fontWeight": "blod", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 10, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": -20, "col": 12 } } } } } } }, "name": { "name": "名称", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 24, "color": "#e6f7ff", "fontWeight": "blod", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 120, "col": 12 } } } } } } } } } } } }, "api_data": { "source": [ { "name": "产品-001", "value": 3209 }, { "name": "产品-002", "value": 4465 }, { "name": "产品-003", "value": 876 }, { "name": "产品-004", "value": 312 }, { "name": "产品-005", "value": 576 }, { "name": "产品-006", "value": 842 } ] }, "events": { "click": { "name": "鼠标点击" }, "switch": { "name": "状态改变" } }, "publicHandler": { "setCur": { "name": "设置选中项", "useFnConfig": { "description": "return 1; 表示选中第三个时间点" } } } } }