{ "name": "pieChart3d", "version": "1.0.5", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "d3": "5.16.0", "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饼图V2", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/fz2ni3u74_1627560507449_u0l56gin.gif", "protocol": 2, "type": [ "DataV-6:regular_pie" ], "view": { "width": "420", "height": "210", "minWidth": "50", "minHeight": "50", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "轮播饼图接口", "fields": { "s": { "description": "文本" }, "value": { "description": "值" } } } }, "events": { "change": { "name": "当前值切换", "fields": { "s": { "description": "系列", "type": "string" }, "value": { "description": "内容值", "type": "string" }, "percent": { "description": "百分比四舍五入后值", "type": "string" } }, "data": { "s": "系列一", "value": 800, "percent": "52" } }, "click": { "name": "鼠标点击", "fields": { "s": { "description": "系列", "type": "string" }, "value": { "description": "内容值", "type": "string" }, "percent": { "description": "百分比四舍五入后值", "type": "string" } }, "data": { "s": "系列一", "value": 800, "percent": "52" } }, "hover": { "name": "鼠标悬浮", "fields": { "s": { "description": "系列", "type": "string" }, "value": { "description": "内容值", "type": "string" }, "percent": { "description": "百分比四舍五入后值", "type": "string" } }, "data": { "s": "系列一", "value": 800, "percent": "52" } } }, "publicHandler": {}, "config": { "options": { "type": "menu", "children": { "chart": { "type": "group", "name": "全局样式", "children": { "margin": { "type": "suite", "name": "边距", "children": { "marginTop": { "name": "上", "default": 0, "type": "number", "col": 6 }, "marginBottom": { "name": "下", "default": 0, "type": "number", "col": 6 }, "marginLeft": { "name": "左", "default": 0, "type": "number", "col": 6 }, "marginRight": { "name": "右", "default": 0, "type": "number", "col": 6 } } }, "devicePixelRatio": { "name": "像素比", "type": "slider", "default": 1, "min": 0, "max": 3, "step": 0.01, "description": "减小像素比值可以通过降低组件效果来缓解性能负担" }, "camera": { "name": "相机设置", "type": "group", "fold": false, "children": { "cameraType": { "name": "相机类型", "type": "select", "default": "orthographic", "options": [ { "label": "正交相机", "value": "orthographic" }, { "label": "透视相机", "value": "perspective" } ] }, "translate": { "type": "suite", "name": "移动", "children": { "cameraX": { "name": "x", "default": 0, "type": "number", "col": 8 }, "cameraY": { "name": "y", "default": 35, "type": "number", "col": 8 }, "cameraZ": { "name": "z", "default": 30, "type": "number", "col": 8 } } }, "rotate": { "name": "旋转", "type": "suite", "children": { "rotateX": { "col": 24, "name": "绕X轴", "min": -90, "max": 90, "default": -50, "type": "slider" }, "rotateY": { "col": 24, "name": "绕Y轴", "min": -90, "default": 0, "max": 90, "type": "slider" }, "rotateZ": { "col": 24, "name": "绕Z轴", "min": -90, "max": 90, "type": "slider", "default": 0 } } } } }, "bloom": { "name": "泛光", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "threshold": { "type": "slider", "default": 0.2, "min": 0, "max": 1, "step": 0.1, "name": "阈值" }, "strength": { "type": "slider", "default": 0.5, "min": 0, "max": 3, "step": 0.1, "name": "强度" }, "radius": { "type": "slider", "default": 1, "min": 0, "max": 3, "step": 0.1, "name": "模糊" } } }, "border": { "name": "描边", "type": "group", "enableHide": true, "children": { "show": { "default": false }, "lineWidth": { "name": "粗细", "type": "number", "suffix": "px", "default": 2 }, "color": { "name": "颜色", "default": "rgba(255,255,255,0.6)", "type": "color" } } }, "legend": { "name": "图例", "type": "group", "enableHide": true, "children": { "show": { "default": true }, "order": { "name": "顺序", "default": "", "type": "select", "options": [ { "label": "数据返回顺序", "value": "" }, { "label": "从大到小", "value": "desc" }, { "label": "从小到大", "value": "asc" } ] }, "iconSize": { "name": "图标尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 12, "col": 12, "type": "number" }, "height": { "name": "高度", "default": 12, "col": 12, "type": "number" } } }, "iconGap": { "type": "number", "default": 0, "name": "间距", "suffix": "px" }, "name": { "type": "group", "name": "类目", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "maxWidth": { "name": "宽度", "type": "number", "default": 40, "suffix": "px" }, "textOverflow": { "name": "文字溢出", "default": "ellipsis", "type": "select", "options": [ { "label": "换行", "value": "break-word" }, { "label": "省略号", "value": "ellipsis" }, { "label": "跑马灯", "value": "marquee" } ] }, "speed": { "name": "滚动速度", "type": "number", "default": 5, "show": [ [ "textOverflow", "$eq", "marquee" ] ] }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "col": 12 } } } } }, "percent": { "name": "占比值", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "precision": { "name": "小数位数", "type": "number", "min": 0, "default": 0 }, "gap": { "name": "间距", "type": "number", "suffix": "px", "default": 5 }, "sameColor": { "name": "颜色跟随", "type": "boolean", "default": true }, "align": { "name": "文本对齐", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "name": "左对齐", "value": "left", "src": "align-left" }, { "name": "居中对齐", "value": "center", "src": "align-center" }, { "name": "右对齐", "value": "right", "src": "align-right" } ] }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "col": 12 } } } } }, "value": { "type": "group", "fold": false, "enableHide": true, "name": "真实值", "children": { "show": { "default": false }, "splitConfig": { "name": "分割", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "splitCount": { "name": "分割位数", "type": "number", "suffix": "px", "default": 3 }, "style": { "name": "样式", "type": "radio", "default": "default", "optionCol": 12, "options": [ { "label": "默认", "value": "default" }, { "label": "自定义", "value": "custom" } ] }, "separator": { "show": [ [ "style", "$eq", "custom" ] ], "name": "分隔符", "type": "text", "default": "," }, "fontFamily": { "show": [ [ "style", "$eq", "custom" ] ], "type": "font", "components": [ "fontFamily" ], "name": "分隔符字体", "default": { "fontFamily": "Mircosoft Yahei" } }, "margin": { "type": "suite", "name": "间距", "children": { "left": { "type": "number", "suffix": "px", "col": 12, "name": "左", "default": 0 }, "right": { "type": "number", "suffix": "px", "col": 12, "name": "右", "default": 0 } } } } }, "suffix": { "name": "后缀", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "text": { "name": "内容", "type": "text", "default": "" }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "type": "suite", "name": "偏移", "children": { "x": { "type": "number", "suffix": "px", "col": 12, "name": "X", "default": 0 }, "y": { "type": "number", "suffix": "px", "col": 12, "name": "Y", "default": 0 } } } } }, "gap": { "name": "间距", "type": "number", "suffix": "px", "default": 0 }, "sameColor": { "name": "颜色跟随", "default": false, "type": "boolean" }, "align": { "name": "文本对齐", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "name": "左对齐", "value": "left", "src": "align-left" }, { "name": "居中对齐", "value": "center", "src": "align-center" }, { "name": "右对齐", "value": "right", "src": "align-right" } ] }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "col": 12 } } } } }, "layout": { "name": "布局", "fold": false, "type": "group", "children": { "gridTemplateColumns": { "name": "列数", "default": 5, "type": "number" }, "gridGap": { "type": "suite", "name": "间距", "children": { "gridRowGap": { "name": "行距", "type": "number", "col": 12, "suffix": "px", "default": 20 }, "gridColumnGap": { "name": "列距", "type": "number", "col": 12, "suffix": "px", "default": 20 } } }, "alignment": { "name": "位置", "default": "center bottom", "type": "select", "options": [ "left top", "center top", "right top", "center left", "center right", "left bottom", "center bottom", "right bottom" ] }, "translate": { "type": "suite", "name": "偏移", "children": { "x": { "type": "number", "suffix": "px", "default": 0, "col": 12, "name": "X" }, "y": { "type": "number", "suffix": "px", "col": 12, "default": 0, "name": "Y" } } } } }, "loop": { "name": "滚动", "fold": false, "type": "group", "show": [ [ "loop", "$eq", true ] ], "enableHide": true, "children": { "show": { "default": false }, "height": { "name": "限制高度", "default": 120, "type": "number", "suffix": "px" }, "interval": { "name": "轮播间隔", "default": 3, "type": "number", "suffix": "s" } } } } } } }, "pie": { "name": "饼图属性", "type": "group", "children": { "pie": { "type": "group", "name": "饼图", "children": { "innerRadius": { "name": "内半径", "type": "slider", "min": 0, "max": 1, "step": 0.1, "default": 0.75 }, "outerRadius": { "name": "外半径", "type": "slider", "min": 0, "max": 1, "step": 0.1, "default": 0.9 }, "sameHeight": { "name": "等高", "type": "boolean", "default": true }, "maxHeight1": { "show": [ [ "sameHeight", "$eq", false ] ], "name": "最大高度", "type": "number", "min": 0, "default": 4.5 }, "maxHeight2": { "show": [ [ "sameHeight", "$eq", true ] ], "name": "高度", "type": "number", "min": 0, "default": 4.5 } } }, "currentValue": { "type": "group", "name": "当前值", "enableHide": true, "children": { "show": { "default": true }, "gap": { "name": "间距", "type": "number", "default": 0 }, "category": { "fold": false, "enableHide": true, "name": "类目", "type": "group", "children": { "show": { "default": true }, "sameColor": { "name": "颜色跟随", "type": "boolean", "default": false }, "colWidth": { "name": "宽度", "type": "number", "suffix": "px", "default": 60, "min": 1, "description": "超出此宽度下方的文字溢出生效" }, "textOverflow": { "name": "文字溢出", "default": "ellipsis", "type": "select", "options": [ { "label": "换行", "value": "break-word" }, { "label": "省略号", "value": "ellipsis" }, { "label": "跑马灯", "value": "marquee" } ] }, "speed": { "name": "滚动速度", "type": "number", "default": 5, "show": [ [ "textOverflow", "$eq", "marquee" ] ] }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "type": "suite", "name": "偏移", "children": { "x": { "type": "number", "suffix": "px", "col": 12, "name": "X", "default": 0 }, "y": { "type": "number", "suffix": "px", "col": 12, "name": "Y", "default": 0 } } } } }, "percent": { "fold": false, "enableHide": true, "name": "占比", "type": "group", "children": { "show": { "default": true }, "precision": { "name": "小数位数", "type": "number", "min": 0, "default": 1 }, "sameColor": { "name": "颜色跟随", "type": "boolean", "default": false }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "type": "suite", "name": "偏移", "children": { "x": { "type": "number", "suffix": "px", "col": 12, "name": "X", "default": 0 }, "y": { "type": "number", "suffix": "px", "col": 12, "name": "Y", "default": 0 } } } } }, "value": { "fold": false, "enableHide": true, "name": "真实值", "type": "group", "children": { "show": { "default": false }, "sameColor": { "name": "颜色跟随", "type": "boolean", "default": false }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "type": "suite", "name": "偏移", "children": { "x": { "type": "number", "suffix": "px", "col": 12, "name": "X", "default": 0 }, "y": { "type": "number", "suffix": "px", "col": 12, "name": "Y", "default": 0 } } }, "suffix": { "type": "group", "fold": false, "enableHide": true, "name": "后缀", "children": { "show": { "default": false }, "text": { "name": "内容", "type": "text", "default": "" }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "type": "suite", "name": "偏移", "children": { "x": { "type": "number", "suffix": "px", "col": 12, "name": "X", "default": 0 }, "y": { "type": "number", "suffix": "px", "col": 12, "name": "Y", "default": 0 } } } } } } } } } } }, "series": { "name": "系列内容", "type": "group", "children": { "order": { "name": "排序", "type": "select", "options": [ { "label": "数据返回顺序", "value": "" }, { "label": "从大到小", "value": "desc" }, { "label": "从小到大", "value": "asc" } ], "default": "" }, "series": { "name": "数据系列", "type": "tabs", "default": [ { "mapping": { "fieldName": "", "displayName": "" }, "colors": "rgba(24,144,255,0.8)" }, { "mapping": { "fieldName": "", "displayName": "" }, "colors": "rgba(30,231,231,0.8)" }, { "mapping": { "fieldName": "", "displayName": "" }, "colors": "rgba(47,84,235,0.8)" }, { "mapping": { "fieldName": "", "displayName": "" }, "colors": "rgba(186,231,255,0.8)" }, { "mapping": { "fieldName": "", "displayName": "" }, "colors": "rgba(183,235,143,0.8)" } ], "template": { "name": "系列<%=i+1%>", "type": "object", "children": { "mapping": { "type": "suite", "name": "映射", "children": { "fieldName": { "name": "字段名", "type": "text", "col": 12, "default": "" }, "displayName": { "name": "显示名", "col": 12, "type": "text", "default": "" } } }, "colors": { "name": "颜色", "type": "color", "default": "rgba(183,235,143,0.8)" } } } } } }, "animation": { "name": "轮播动画", "type": "group", "children": { "on": { "name": "开启", "type": "boolean", "default": true }, "current": { "show": [ [ "on", "$eq", true ] ], "name": "当前值", "type": "group", "children": { "heighten": { "type": "number", "name": "高度增长", "default": 2 }, "opacity": { "type": "slider", "name": "透明度", "min": 0, "max": 100, "suffix": "%", "default": 100 } } }, "interval": { "show": [ [ "on", "$eq", true ] ], "name": "间隔时长", "type": "number", "suffix": "s", "default": 3 }, "interactive": { "show": [ [ "on", "$eq", true ] ], "description": "选择点击或悬浮,鼠标点击/悬浮各数据块时停止轮播仅显示当前数据信息", "name": "交互方式", "type": "radio", "options": [ { "label": "无", "value": "" }, { "label": "点击", "value": "click" }, { "label": "悬停", "value": "hover" } ], "default": "" }, "hoverStop": { "show": [ [ "on", "$eq", true ] ], "type": "switch", "default": true, "name": "悬停暂停动画" } } }, "tooltip": { "name": "提示框", "type": "group", "children": { "manual": { "type": "switch", "default": true, "name": "悬停触发" }, "tip": { "name": "提示框", "type": "group", "children": { "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": 0, "type": "number", "col": 12, "suffix": "px" } } }, "image": { "type": "image", "default": "", "name": "背景" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 120, "type": "number", "col": 12, "suffix": "W" }, "height": { "name": "高度", "default": 40, "type": "number", "col": 12, "suffix": "H" } } }, "margin": { "type": "suite", "name": "边距", "children": { "marginTop": { "name": "上", "default": 13, "type": "number", "col": 6 }, "marginBottom": { "name": "下", "default": 10, "type": "number", "col": 6 }, "marginLeft": { "name": "左", "default": 12, "type": "number", "col": 6 }, "marginRight": { "name": "右", "default": 12, "type": "number", "col": 6 } } }, "data": { "type": "group", "name": "数据", "fold": false, "children": { "iconSize": { "name": "图标尺寸", "default": 10, "type": "number" }, "name": { "name": "系列名称", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#C8E7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "value": { "name": "系列值", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "fontStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#C8E7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "suffix": { "name": "后缀", "enableHide": true, "type": "group", "children": { "show": { "default": false }, "content": { "name": "内容", "type": "text", "default": "$" }, "font": { "name": "文本样式", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#D4EFFC", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": 0, "type": "number", "col": 12, "suffix": "px" } } } } } } }, "percentage": { "name": "百分比", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "precision": { "name": "小数位数", "default": 0, "type": "number", "min": 0, "step": 1 }, "fontStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#C8E7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "suffix": { "name": "后缀", "enableHide": true, "type": "group", "children": { "show": { "default": false }, "content": { "name": "内容", "type": "text", "default": "$" }, "font": { "name": "文本样式", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#D4EFFC", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": 0, "type": "number", "col": 12, "suffix": "px" } } } } } } } } } } } } } } } }, "api_data": { "source": [ { "s": "系列一", "value": 800 }, { "s": "系列二", "value": 400 }, { "s": "系列三", "value": 200 }, { "s": "系列四", "value": 100 }, { "s": "系列五", "value": 50 } ] }, "thumbnail": "/civ_pandaview_component/pandabi-component/assets/fz2ni3u74_1627560507449_u0l56gin.gif" } }