{ "name": "percentBarV2", "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" }, "pandav": { "cn_name": "百分比条", "level": 0, "protocol": 2, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "value": { "description": "数值", "optional": true, "type": "string" }, "max": { "description": "最大值", "optional": true, "type": "string" }, "min": { "description": "最小值", "optional": true, "type": "string" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "children": { "enableAnimation": { "name": "开启动画", "type": "switch", "default": true, "statusText": true }, "animationDuration": { "show": [ [ "enableAnimation", "$eq", true ] ], "name": "最小", "default": 400, "type": "number", "min": 0, "suffix": "毫秒" }, "bar": { "type": "group", "name": "进度条", "children": { "reverse": { "name": "反向", "type": "switch", "default": false, "statusText": true }, "height": { "name": "高度", "default": 24, "type": "number", "min": 0, "suffix": "px" }, "foreColor": { "name": "前景色", "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 80, "color": "rgba(24,144,255,0.8)" }, { "offset": 100, "color": "#1EE7E7" } ], "angle": 0, "opacity": 1 } } }, "bgColor": { "type": "color", "name": "颜色", "default": "rgba(230,247,255,0.2)" }, "borderRadius": { "name": "圆角", "default": 12, "type": "number", "min": 0 } } } } }, "indicator": { "name": "指标", "type": "menuChild", "children": { "enable": { "name": "启用", "type": "switch", "default": true, "statusText": true }, "ratio": { "type": "group", "name": "比值", "children": { "valueType": { "name": "显示", "default": "百分比", "type": "radio", "optionCol": 12, "options": [ { "label": "百分比", "value": "百分比" }, { "label": "真实值", "value": "真实值" } ] }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "rgba(230, 247, 254, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": -45, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": -12, "type": "number", "col": 12, "suffix": "px" } } }, "decimals": { "name": "保留小数", "default": 1, "type": "number", "suffix": "位", "min": 0, "max": 100 }, "prefix": { "type": "group", "name": "前缀", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "text": { "name": "文本", "type": "text", "default": "已达到" }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": -6, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": 0, "type": "number", "col": 12, "suffix": "px" } } }, "customStyle": { "name": "自定义样式", "type": "switch", "default": true, "statusText": true }, "textStyle": { "show": [ [ "customStyle", "$eq", true ] ], "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "rgba(230, 247, 254, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } } } }, "suffix": { "type": "group", "name": "后缀", "children": { "text": { "name": "文本", "type": "text", "default": "%" }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 4, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": 0, "type": "number", "col": 12, "suffix": "px" } } }, "customStyle": { "name": "自定义样式", "type": "switch", "default": false, "statusText": true }, "textStyle": { "show": [ [ "customStyle", "$eq", true ] ], "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 254, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } } } } } }, "effect": { "type": "group", "name": "头部图标", "children": { "image": { "type": "group", "name": "图片", "children": { "src": { "name": "图片", "type": "image", "default": "https://assets.easyv.cloud/components/static-image/shiba/run.png" }, "width": { "name": "宽度", "default": "20", "type": "text" }, "height": { "name": "高度", "default": "20", "type": "text" } } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": -20, "type": "number", "col": 12, "suffix": "px" } } }, "anchor": { "type": "suite", "name": "锚点", "children": { "x": { "name": "X", "default": 50, "type": "number", "min": 0, "max": 100, "suffix": "%", "col": 12 }, "y": { "name": "Y", "min": 0, "max": 100, "default": 100, "type": "number", "suffix": "%", "col": 12 } } } } } } }, "tick": { "name": "刻度", "type": "menuChild", "children": { "enable": { "name": "启用", "type": "switch", "default": true, "statusText": true }, "segment": { "name": "分段数", "default": 5, "type": "number", "min": 1 }, "extremum": { "name": "极值", "type": "suite", "description": "数据中未包含min/max字段时,此处配置才会生效", "children": { "min": { "name": "最小值", "default": 0, "type": "number", "col": 12 }, "max": { "name": "最大值", "default": 200, "type": "number", "col": 12 } } }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "rgba(230, 247, 254, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": 50, "type": "number", "col": 12, "suffix": "px" } } }, "suffix": { "type": "group", "name": "后缀", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "suffixText": { "name": "文本", "type": "text", "default": "%" }, "suffixTextStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 254, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "inherit": { "name": "复制值样式", "type": "switch", "default": true, "statusText": true }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 10, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": 50, "type": "number", "col": 12, "suffix": "px" } } } } }, "line": { "type": "group", "name": "刻度线", "children": { "length": { "name": "长度", "type": "number", "default": 75, "min": 0 }, "lineWidth": { "name": "粗细", "type": "number", "default": 1, "min": 0 }, "color": { "name": "颜色", "type": "color", "default": "rgba(230,247,255,0.30)" } } } } } } } }, "api_data": { "source": [ { "value": 65, "max": 100, "min": 0 } ] }, "view": { "width": "400", "height": "120", "minWidth": "10", "minHeight": "10", "z-index": 1010 }, "type": [ "DataV-6:info_text" ], "events": { "click": { "name": "点击" } }, "publicHandler": {}, "icon": "/civ_pandaview_component/pandabi-component/assets/百分比条.png", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/百分比条.png" } }