{ "name": "sortRatioBar", "version": "1.0.1", "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" }, "pandav": { "cn_name": "分类占比条V2", "level": 0, "protocol": 2, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "name": { "description": "系列", "optional": true, "type": "string" }, "value": { "description": "值", "optional": true, "type": "string" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "children": { "bgColor": { "name": "背景颜色", "type": "color", "default": "#000000" }, "interval": { "name": "间隔", "type": "number", "default": 10, "min": 0 }, "borderRadius": { "name": "圆角", "type": "number", "default": 0, "min": 0 } } }, "text": { "name": "文字", "type": "menuChild", "children": { "enable": { "name": "启用", "type": "boolean", "default": false }, "textAlign": { "show": [ [ "enable", "$eq", true ] ], "name": "文本对齐", "default": "center", "type": "select", "options": [ { "label": "左对齐", "value": "left" }, { "label": "居中对齐", "value": "center" }, { "label": "右对齐", "value": "right" } ] }, "offset": { "show": [ [ "enable", "$eq", true ] ], "name": "偏移", "type": "suite", "children": { "x": { "name": "水平", "type": "number", "default": 0, "col": 12, "suffix": "px" }, "y": { "name": "垂直", "type": "number", "default": -30, "col": 12, "suffix": "px" } } }, "label": { "show": [ [ "enable", "$eq", true ] ], "name": "标签", "type": "group", "fold": true, "enableHide": true, "children": { "textStyle": { "type": "suite", "name": "文本样式", "children": { "fontFamily": { "name": "字体", "type": "search", "default": "微软雅黑", "col": 16 }, "fontSize": { "name": "字号", "default": 18, "type": "number", "col": 8 }, "color": { "name": "颜色", "type": "color", "default": "rgba(230,247,255,0.7)", "col": 24 } } } } }, "indicator": { "name": "指标", "show": [ [ "enable", "$eq", true ] ], "type": "group", "fold": true, "enableHide": true, "children": { "decimals": { "name": "保留小数", "type": "number", "default": 0, "min": 0, "max": 100, "step": 1, "suffix": "位" }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "水平", "type": "number", "default": 3, "col": 12, "suffix": "px" }, "y": { "name": "垂直", "type": "number", "default": 0, "col": 12, "suffix": "px" } } } } } } }, "series": { "name": "系列", "type": "menuChild", "children": { "list": { "name": "数据系列", "type": "tabs", "default": [ { "name": "剩余数", "color": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(186,231,255,1)" }, { "offset": 100, "color": "rgba(186,231,255,0.5)" } ], "opacity": 1, "angle": 90 } }, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 18, "color": "rgba(186,231,255,1)" }, "suffix": { "text": "", "offset": { "x": 0, "y": 0 }, "customStyle": false, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 12, "color": "#FFFFFF" } } }, { "name": "使用数", "color": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(24,144,255,1)" }, { "offset": 100, "color": "rgba(24,144,255,0.5)" } ], "opacity": 1, "angle": 90 } }, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 18, "color": "rgba(24,144,255,1)" }, "suffix": { "text": "", "offset": { "x": 0, "y": 0 }, "customStyle": false, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 12, "color": "#FFFFFF" } } }, { "name": "故障数", "color": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(255,77,79,1)" }, { "offset": 100, "color": "rgba(255,77,79,0.5)" } ], "opacity": 1, "angle": 90 } }, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 18, "color": "rgba(255,77,79,1)" }, "suffix": { "text": "", "offset": { "x": 0, "y": 0 }, "customStyle": false, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 12, "color": "#FFFFFF" } } } ], "template": { "name": "系列<%= i + 1%>", "type": "object", "children": { "name": { "name": "系列名", "default": "故障数", "type": "text" }, "color": { "type": "fill", "components": [ "flat", "linearGradient" ], "name": "颜色", "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(255,77,79,1)" }, { "offset": 100, "color": "rgba(255,77,79,0.5)" } ], "opacity": 1, "angle": 90 } } }, "textStyle": { "name": "文本样式", "type": "suite", "children": { "fontFamily": { "name": "字体", "type": "search", "default": "微软雅黑", "col": 16 }, "fontSize": { "name": "字号", "default": 18, "type": "number", "col": 8 }, "color": { "name": "颜色", "type": "color", "default": "rgba(230,247,255,0.7)", "col": 24 } } }, "suffix": { "name": "后缀", "type": "group", "children": { "text": { "name": "文本", "default": "", "type": "text" }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "水平", "type": "number", "default": 0, "col": 12, "suffix": "px" }, "y": { "name": "垂直", "type": "number", "default": -30, "col": 12, "suffix": "px" } } }, "customStyle": { "name": "自定义样式", "type": "boolean", "default": false, "description": "不开启时使用后缀所附加的主体文本的样式" }, "textStyle": { "name": "文本样式", "type": "suite", "show": [ [ "customStyle", "$eq", true ] ], "children": { "fontFamily": { "name": "字体", "type": "search", "default": "微软雅黑", "col": 16 }, "fontSize": { "name": "字号", "default": 12, "type": "number", "col": 8 }, "color": { "name": "颜色", "type": "color", "default": "#FFFFFF", "col": 24 } } } } } } } } } } } } }, "api_data": { "source": [ { "name": "剩余数", "value": 20 }, { "name": "使用数", "value": 43 }, { "name": "故障数", "value": 24 } ] }, "view": { "width": "500", "height": "12", "minWidth": "0", "minHeight": "0", "z-index": 1010 }, "type": [ "DataV-6:info_target" ], "events": {}, "publicHandler": {}, "icon": "/civ_pandaview_component/pandabi-component/assets/f5tzicco0o_1626342526581_1gmkd4h7s4.jpeg", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/f5tzicco0o_1626342526581_1gmkd4h7s4.jpeg" } }