{ "name": "superChart", "version": "1.0.1", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "d3": "5.16.0", "d3-color": "^3.0.1", "d3-timer": "^3.0.1", "jquery": "2.1.4", "lodash": "4.6.1", "react": "^17.0.2", "react-dom": "^17.0.2" }, "pandav": { "cn_name": "万用图", "level": 0, "private": false, "icon": "/civ_pandaview_component/pandabi-component/assets/k6unszaek_1642666305943_99j0z6rr0o.png", "protocol": 2, "type": [ "DataV-6:regular_other", "D3-v1" ], "children": { "default": [], "supportTypes": [ "D3-v1_subcoms" ], "supportNames": [] }, "view": { "width": "420", "height": "210", "minWidth": "50", "minHeight": "50", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "万用图接口", "fields": { "x": { "description": "类目" }, "y": { "description": "值" }, "s": { "description": "系列" } } } }, "events": { "click": { "name": "鼠标点击" } }, "publicHandler": { "setCurrent": { "name": "设置选中项", "useFnConfig": { "description": "return '2012';会选中X='2012'的那一列" } } }, "config": { "options": { "type": "menu", "children": { "chart": { "type": "menuChild", "name": "全局", "children": { "margin": { "type": "suite", "name": "边距", "children": { "marginTop": { "name": "上", "default": 30, "type": "number", "col": 6 }, "marginBottom": { "name": "下", "default": 25, "type": "number", "col": 6 }, "marginLeft": { "name": "左", "default": 45, "type": "number", "col": 6 }, "marginRight": { "name": "右", "default": 50, "type": "number", "col": 6 } } }, "paddingOuter": { "name": "外间距", "default": 0, "type": "slider", "min": 0, "max": 1, "step": 0.01 }, "legend": { "name": "图例", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 13, "color": "rgba(0, 0, 0, 0.8)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0.5 } }, "iconSize": { "name": "图标尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 12, "col": 12, "type": "number", "suffix": "px" }, "height": { "name": "高度", "default": 3, "col": 12, "type": "number", "suffix": "px" } } }, "iconGap": { "type": "number", "default": 8, "name": "间距", "suffix": "px" }, "layout": { "name": "布局", "type": "group", "children": { "gridTemplateColumns": { "name": "列数", "default": 3, "type": "number" }, "gridGap": { "type": "suite", "name": "间距", "children": { "gridRowGap": { "name": "行距", "type": "number", "suffix": "px", "default": 0, "col": 12 }, "gridColumnGap": { "name": "列距", "type": "number", "suffix": "px", "default": 15, "col": 12 } } }, "alignment": { "name": "位置", "default": "center top", "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": -10, "col": 12, "name": "X" }, "y": { "type": "number", "suffix": "px", "col": 12, "default": -10, "name": "Y" } } } } }, "interactive": { "show": [ [ "show", "$eq", true ] ], "default": true, "name": "点击交互", "type": "boolean" }, "unselect": { "show": [ [ "show", "$eq", true ], [ "interactive", "$eq", true ] ], "name": "未选中样式", "type": "group", "children": { "opacity": { "name": "透明度", "default": 30, "min": 0, "max": 100, "step": 1, "suffix": "%", "type": "slider" } } } } }, "animation": { "name": "轮播动画", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "duration": { "show": [ [ "show", "$eq", true ] ], "name": "滚动时长", "default": 1, "type": "number", "suffix": "s" }, "interval": { "show": [ [ "show", "$eq", true ] ], "name": "间隔时长", "default": 3, "type": "number", "suffix": "s" }, "hover": { "show": [ [ "show", "$eq", true ] ], "name": "悬停暂停动画", "type": "switch", "default": true, "statusText": true } } }, "dataAnimation": { "enableHide": true, "fold": false, "name": "数据动画", "type": "group", "children": { "show": { "default": false }, "duration": { "name": "滚动时长", "default": 1, "type": "number", "suffix": "s" } } } } }, "axes": { "name": "坐标轴", "type": "menuChild", "mode": "multiple", "children": { "xAxis": { "name": "X轴", "children": { "on": { "name": "启用", "default": true, "type": "boolean" }, "label": { "show": [ [ ".on", "$eq", true ] ], "enableHide": true, "name": "轴标签", "type": "group", "fold": false, "children": { "show": { "default": true }, "format": { "name": "格式", "type": "suite", "children": { "type": { "type": "select", "default": "category", "name": "类型", "options": [ { "name": "类目型", "value": "category" }, { "name": "时间型", "value": "date" } ] }, "showType": { "show": [ [ "type", "$eq", "date" ] ], "name": "格式", "default": "MM月", "type": "select", "options": [ { "name": "2017年1月1日 08:00:00", "value": "YYYY年M月D日 HH:mm:ss" }, { "name": "2017年01月01日 08:00:00", "value": "YYYY年MM月DD日 HH:mm:ss" }, { "name": "2017-1-1 08:00:00", "value": "YYYY-M-D HH:mm:ss" }, { "name": "2017-01-01 08:00:00", "value": "YYYY-MM-DD HH:mm:ss" }, { "name": "2017.1.1 08:00:00", "value": "YYYY.M.D HH:mm:ss" }, { "name": "2017.01.01 08:00:00", "value": "YYYY.MM.DD HH:mm:ss" }, { "name": "2017年1月1日", "value": "YYYY年M月D日" }, { "name": "2017年01月01日", "value": "YYYY年MM月DD日" }, { "name": "2017年01月", "value": "YYYY年MM月" }, { "name": "2017-1-1", "value": "YYYY-M-D" }, { "name": "2017-01-01", "value": "YYYY-MM-DD" }, { "name": "2017.1.1", "value": "YYYY.M.D" }, { "name": "2017.01.01", "value": "YYYY.MM.DD" }, { "name": "1月1日", "value": "M月D日" }, { "name": "01月01日", "value": "MM月DD日" }, { "name": "01月01日01时", "value": "MM月DD日HH时" }, { "name": "1-1", "value": "M-D" }, { "name": "01-01", "value": "MM-DD" }, { "name": "1.1", "value": "M.D" }, { "name": "01.01", "value": "MM.DD" }, { "name": "1月", "value": "M月" }, { "name": "01月", "value": "MM月" }, { "name": "1(月)", "value": "M" }, { "name": "01(月)", "value": "MM" }, { "name": "1日", "value": "D日" }, { "name": "01日", "value": "DD日" }, { "name": "1(日)", "value": "D" }, { "name": "01(日)", "value": "DD" }, { "name": "08:00:00", "value": "HH:mm:ss" }, { "name": "08:00", "value": "HH:mm" }, { "name": "星期一", "value": "X" }, { "name": "Monday", "value": "W" }, { "name": "Mon", "value": "w" } ] } } }, "appearance": { "type": "suite", "name": "展示", "children": { "count": { "name": "标签数量", "col": 12, "type": "number", "min": 2, "default": 12 }, "angle": { "name": "文字角度", "default": 0, "type": "number", "col": 12, "suffix": "°" }, "width": { "name": "宽度", "default": 40, "type": "number", "col": 12, "suffix": "px" }, "textOverflow": { "name": "文本溢出", "default": "ellipsis", "col": 12, "type": "select", "options": [ { "name": "换行", "value": "break-word" }, { "name": "省略号", "value": "ellipsis" }, { "name": "跑马灯", "value": "marquee" } ] }, "speed": { "name": "滚动速度", "type": "number", "default": 5, "show": [ [ "textOverflow", "$eq", "marquee" ] ] } } }, "showLast": { "name": "显示最新", "default": false, "type": "boolean", "description": "显示返回最新数据的轴标签" }, "autoSort": { "name": "自动排序", "type": "switch", "default": false, "description": "数据按时间自动排序展示", "statusText": true }, "textAlign": { "name": "对齐", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "label": "左对齐", "value": "left", "src": "align-left" }, { "label": "居中对齐", "value": "center", "src": "align-center" }, { "label": "右对齐", "value": "right", "src": "align-right" } ] }, "translate": { "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 } } }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(0, 0, 0, 0.8)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } } } }, "axisLine": { "show": [ [ ".on", "$eq", true ] ], "name": "轴线", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": true }, "color": { "type": "color", "name": "颜色", "default": "rgba(200, 216, 224, 1)" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } }, "tickLine": { "show": [ [ ".on", "$eq", true ] ], "name": "刻度", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": true }, "color": { "name": "颜色", "default": "rgba(200, 216, 224, 1)", "type": "color" }, "lineWidth": { "type": "number", "name": "粗细", "default": 1, "suffix": "px" }, "tickSize": { "name": "长度", "default": 6, "suffix": "px", "type": "number" } } }, "gridLine": { "show": [ [ ".on", "$eq", true ] ], "name": "网格线", "type": "group", "enableHide": true, "fold": false, "children": { "show": { "default": true }, "strokeDasharray": { "name": "虚线样式", "default": "3,3", "type": "text", "description": "格式使用半角字符,如2,2" }, "color": { "name": "颜色", "default": "rgba(200, 216, 224, 1)", "type": "color" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } } } }, "yAxis": { "name": "Y轴", "children": { "on": { "name": "启用", "default": true, "type": "boolean" }, "label": { "show": [ [ ".on", "$eq", true ] ], "enableHide": true, "name": "轴标签", "type": "group", "fold": false, "children": { "show": { "default": true }, "numericalRangeModel": { "name": "范围模式", "type": "radio", "default": "value", "optionCol": 12, "options": [ { "label": "真实值", "value": "value" }, { "label": "百分比", "value": "percentage" } ] }, "extent": { "show": [ [ "numericalRangeModel", "$eq", "value" ] ], "name": "数值范围", "type": "suite", "children": { "min": { "name": "最小值", "default": "", "type": "text", "col": 12 }, "max": { "name": "最大值", "default": "", "type": "text", "col": 12 } } }, "percentageExtent": { "show": [ [ "numericalRangeModel", "$eq", "percentage" ] ], "name": "数值范围", "type": "suite", "children": { "min": { "name": "最小值", "default": 80, "type": "number", "col": 12, "suffix": "%" }, "max": { "name": "最大值", "default": 120, "type": "number", "col": 12, "suffix": "%" } } }, "auto": { "name": "刻度自适应", "type": "boolean", "default": true }, "mode": { "show": [ [ "auto", "$eq", false ] ], "name": "模式", "type": "select", "default": "count", "options": [ { "name": "数量强制", "value": "count" }, { "name": "步长强制", "value": "step" } ] }, "count": { "show": [ [ "show", "$eq", true ], [ "auto", "$eq", false ], [ "mode", "$eq", "count" ] ], "name": "标签数量", "default": 3, "min": 2, "type": "number" }, "step": { "name": "步长", "show": [ [ "show", "$eq", true ], [ "auto", "$eq", false ], [ "mode", "$eq", "step" ] ], "default": 100, "type": "number" }, "decimal": { "show": [ [ "show", "$eq", true ], [ "auto", "$eq", false ] ], "name": "小数位数", "type": "number", "default": 0 }, "suffix": { "name": "后缀内容", "show": [ [ "show", "$eq", true ] ], "default": "", "type": "text" }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 5, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 } } }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(0, 0, 0, 0.8)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } } } }, "unit": { "show": [ [ ".on", "$eq", true ] ], "type": "group", "name": "轴单位", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "text": { "name": "内容", "default": "(m³)", "type": "text" }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(0, 0, 0, 0.8)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": -20, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": -15, "type": "number", "suffix": "px", "col": 12 } } } } }, "axisLine": { "show": [ [ ".on", "$eq", true ] ], "name": "轴线", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": true }, "color": { "name": "颜色", "default": "rgba(200, 216, 224, 1)", "type": "color" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } }, "tickLine": { "show": [ [ ".on", "$eq", true ] ], "enableHide": true, "type": "group", "fold": false, "name": "刻度", "children": { "show": { "default": false }, "color": { "name": "颜色", "default": "RGBA(255, 255, 255, .3)", "type": "color" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" }, "tickSize": { "name": "长度", "default": 2, "type": "number", "suffix": "px" } } }, "gridLine": { "show": [ [ ".on", "$eq", true ] ], "name": "网格线", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": true }, "strokeDasharray": { "name": "虚线样式", "default": "3,3", "description": "格式使用半角字符,如2,2", "type": "text" }, "color": { "default": "rgba(200, 216, 224, 1)", "name": "颜色", "type": "color" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } } } }, "zAxis": { "name": "Z轴", "children": { "on": { "name": "启用", "default": true, "type": "boolean" }, "label": { "show": [ [ ".on", "$eq", true ] ], "type": "group", "name": "轴标签", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "numericalRangeModel": { "name": "范围模式", "type": "radio", "default": "value", "optionCol": 12, "options": [ { "label": "真实值", "value": "value" }, { "label": "百分比", "value": "percentage" } ] }, "extent": { "show": [ [ "numericalRangeModel", "$eq", "value" ] ], "name": "数值范围", "type": "suite", "children": { "min": { "name": "最小值", "default": "0", "type": "text", "col": 12 }, "max": { "name": "最大值", "default": "", "type": "text", "col": 12 } } }, "percentageExtent": { "show": [ [ "numericalRangeModel", "$eq", "percentage" ] ], "name": "数值范围", "type": "suite", "children": { "min": { "name": "最小值", "default": 80, "type": "number", "col": 12, "suffix": "%" }, "max": { "name": "最大值", "default": 120, "type": "number", "col": 12, "suffix": "%" } } }, "auto": { "name": "刻度自适应", "default": false, "type": "boolean" }, "mode": { "show": [ [ "auto", "$eq", false ] ], "name": "模式", "default": "count", "type": "select", "options": [ { "name": "数量强制", "value": "count" }, { "name": "步长强制", "value": "step" } ] }, "count": { "name": "标签数量", "show": [ [ "show", "$eq", true ], [ "auto", "$eq", false ], [ "mode", "$eq", "count" ] ], "default": 3, "min": 2, "type": "number" }, "step": { "name": "步长", "show": [ [ "show", "$eq", true ], [ "auto", "$eq", false ], [ "mode", "$eq", "step" ] ], "default": 100, "type": "number" }, "decimal": { "name": "小数位数", "show": [ [ "show", "$eq", true ], [ "auto", "$eq", false ] ], "default": 1, "type": "number" }, "suffix": { "name": "后缀内容", "show": [ [ "show", "$eq", true ] ], "default": "", "type": "text" }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 10, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 } } }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(0, 0, 0, 0.8)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } } } }, "unit": { "show": [ [ ".on", "$eq", true ] ], "name": "轴单位", "type": "group", "enableHide": true, "children": { "show": { "default": true }, "text": { "name": "内容", "default": "(kWh)", "type": "text" }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(0, 0, 0, 0.8)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default":20, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": -15, "type": "number", "suffix": "px", "col": 12 } } } } }, "axisLine": { "show": [ [ ".on", "$eq", true ] ], "name": "轴线", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": true }, "color": { "type": "color", "name": "颜色", "default": "rgba(200, 216, 224, 1)" }, "lineWidth": { "name": "粗细", "default": 1, "suffix": 1, "type": "number" } } }, "tickLine": { "show": [ [ ".on", "$eq", true ] ], "name": "刻度", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": false }, "color": { "type": "color", "default": "rgba(186,231,255,1)", "name": "颜色" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": 1 }, "tickSize": { "name": "长度", "default": 6, "suffix": "px", "type": "number" } } }, "gridLine": { "show": [ [ ".on", "$eq", true ] ], "name": "网格线", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "strokeDasharray": { "name": "虚线样式", "default": "3,3", "type": "text", "description": "格式使用半角字符,如2,2" }, "color": { "name": "颜色", "default": "rgba(230, 247, 255, 0.2)", "type": "color" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } } } }, "z1Axis": { "name": "Z1轴", "children": { "on": { "name": "启用", "default": false, "type": "boolean" }, "label": { "show": [ [ ".on", "$eq", true ] ], "type": "group", "name": "轴标签", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "numericalRangeModel": { "name": "范围模式", "type": "radio", "default": "value", "optionCol": 12, "options": [ { "label": "真实值", "value": "value" }, { "label": "百分比", "value": "percentage" } ] }, "extent": { "show": [ [ "numericalRangeModel", "$eq", "value" ] ], "name": "数值范围", "type": "suite", "children": { "min": { "name": "最小值", "default": "0", "type": "text", "col": 12 }, "max": { "name": "最大值", "default": "", "type": "text", "col": 12 } } }, "percentageExtent": { "show": [ [ "numericalRangeModel", "$eq", "percentage" ] ], "name": "数值范围", "type": "suite", "children": { "min": { "name": "最小值", "default": 80, "type": "number", "col": 12, "suffix": "%" }, "max": { "name": "最大值", "default": 120, "type": "number", "col": 12, "suffix": "%" } } }, "auto": { "name": "刻度自适应", "default": true, "type": "boolean" }, "mode": { "show": [ [ "auto", "$eq", false ] ], "name": "模式", "default": "count", "type": "select", "options": [ { "name": "数量强制", "value": "count" }, { "name": "步长强制", "value": "step" } ] }, "count": { "name": "标签数量", "show": [ [ "show", "$eq", true ], [ "auto", "$eq", false ], [ "mode", "$eq", "count" ] ], "default": 3, "min": 2, "type": "number" }, "step": { "name": "步长", "show": [ [ "show", "$eq", true ], [ "auto", "$eq", false ], [ "mode", "$eq", "step" ] ], "default": 100, "type": "number" }, "decimal": { "name": "小数位数", "show": [ [ "show", "$eq", true ], [ "auto", "$eq", false ] ], "default": 0, "type": "number" }, "suffix": { "name": "后缀内容", "show": [ [ "show", "$eq", true ] ], "default": "", "type": "text" }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 } } }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } } } }, "unit": { "show": [ [ ".on", "$eq", true ] ], "name": "轴单位", "type": "group", "enableHide": true, "children": { "show": { "default": false }, "text": { "name": "内容", "default": "单位", "type": "text" }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 } } } } }, "axisLine": { "show": [ [ ".on", "$eq", true ] ], "name": "轴线", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": true }, "color": { "type": "color", "name": "颜色", "default": "#BAE7FF" }, "lineWidth": { "name": "粗细", "default": 1, "suffix": 1, "type": "number" }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 50, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 } } } } }, "tickLine": { "show": [ [ ".on", "$eq", true ] ], "name": "刻度", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": false }, "color": { "type": "color", "default": "rgba(186,231,255,1)", "name": "颜色" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": 1 }, "tickSize": { "name": "长度", "default": 6, "suffix": "px", "type": "number" } } }, "gridLine": { "show": [ [ ".on", "$eq", true ] ], "name": "网格线", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "strokeDasharray": { "name": "虚线样式", "default": "3,3", "type": "text", "description": "格式使用半角字符,如2,2" }, "color": { "name": "颜色", "default": "rgba(230, 247, 255, 0.2)", "type": "color" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } } } } } }, "series": { "name": "系列", "type": "menuChild", "children": { "series": { "name": "数据系列", "type": "tabs", "default": [ { "mapping": { "fieldName": "", "displayName": "" }, "yOrZ": "y", "showType": "bar", "areaType": "color", "stackOn": false, "areaColor": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(24, 144, 255, 0.35)" }, { "offset": 100, "color": "rgba(24, 144, 255,1)" } ], "angle": 0, "opacity": 1 } }, "url": "/civ_pandaview_component/pandabi-component/assets/components/superChart/pattern.png", "opacity": 0.65, "size": { "width": 10, "height": 10 }, "barStyle": { "style": "round", "paddingInner": 2.0, "seriesIntervalWidth": 1.0, "fillType": "color", "fill": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(24, 144, 255, 0.35)" }, { "offset": 100, "color": "rgba(24, 144, 255,1)" } ], "angle": 0, "opacity": 1 } }, "border": { "borderWidth": 0, "borderColor": "rgba(32, 173, 255, 1)" }, "url": "/civ_pandaview_component/pandabi-component/assets/components/superChart/pattern.png", "size": { "width": 10, "height": 10 }, "opacity": 0.65 }, "line": { "type": "solid", "color": "#FFFFFF", "lineWidth": 2, "curve": true, "tension": 0, "connectNulls": false, "lineShadow": { "show": false, "color": "#fff", "vShadow": 8, "hShadow": 8, "blur": 8 }, "lighter": { "show": false, "fill": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(255,255,255,0)" }, { "offset": 50, "color": "rgba(255,255,255,0.3)" }, { "offset": 100, "color": "rgba(255,255,255,1)" } ], "angle": 30, "opacity": 1 } }, "length": 200, "width": 2, "unitStep": 1 } }, "highlight": { "show": false, "extent": "max", "fill": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(24,78, 255, 0.5)" }, { "offset": 100, "color": "RGBA(24, 144, 255, 1)" } ], "angle": 0, "opacity": 1 } } }, "headDecorate": { "show": true, "url": "", "size": { "width": 20, "height": 20 }, "translate": { "x": 0, "y": 0 } }, "icon": { "show": true, "mode": "single", "image": "/civ_pandaview_component/pandabi-component/assets/components/superChart/fang.png", "size": { "width": 10, "height": 10 }, "inner": { "color": "#83C4FF", "radius": 3 }, "outer": { "color": "rgba(24,144,255,0.4)", "radius": 6 }, "color": "#1283E3", "radius": 4 }, "numlabel": { "show": false, "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#fff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "position": "outerStart", "reverse": "false", "translate": { "x": 0, "y": 0 }, "suffix": { "content": "", "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#fff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "translate": { "x": 0, "y": 0 } } } }, { "mapping": { "fieldName": "", "displayName": "" }, "yOrZ": "y", "showType": "bar", "areaType": "color", "stackOn": false, "areaColor": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(65, 250, 140, 1)" }, { "offset": 100, "color": "rgba(2, 179, 98,1)" } ], "angle": 0, "opacity": 1 } }, "url": "/civ_pandaview_component/pandabi-component/assets/components/superChart/pattern.png", "opacity": 0.65, "size": { "width": 10, "height": 10 }, "barStyle": { "style": "round", "paddingInner": 2, "seriesIntervalWidth": 1, "fillType": "color", "fill": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(65, 250, 140, 1)" }, { "offset": 100, "color": "rgba(2, 179, 98,1)" } ], "angle": 0, "opacity": 1 } }, "border": { "borderWidth": 0, "borderColor": "rgba(32, 173, 255, 1)" }, "url": "/civ_pandaview_component/pandabi-component/assets/components/superChart/pattern.png", "size": { "width": 10, "height": 10 }, "opacity": 0.65 }, "line": { "type": "solid", "color": "#FFFFFF", "lineWidth": 2, "curve": true, "tension": 0, "connectNulls": false, "lineShadow": { "show": false, "color": "#fff", "vShadow": 8, "hShadow": 8, "blur": 8 }, "lighter": { "show": false, "fill": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "#fff" }, { "offset": 50, "color": "#ff0" }, { "offset": 100, "color": "#f0f" } ], "angle": 30, "opacity": 1 } }, "length": 200, "width": 2, "unitStep": 1 } }, "highlight": { "show": false, "extent": "max", "fill": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(24,78, 255, 0.5)" }, { "offset": 100, "color": "RGBA(24, 144, 255, 1)" } ], "angle": 0, "opacity": 1 } } }, "headDecorate": { "show": true, "url": "", "size": { "width": 20, "height": 20 }, "translate": { "x": 0, "y": 0 } }, "icon": { "show": true, "mode": "single", "image": "/civ_pandaview_component/pandabi-component/assets/components/superChart/fang.png", "size": { "width": 10, "height": 10 }, "inner": { "color": "#83C4FF", "radius": 3 }, "outer": { "color": "rgba(24,144,255,0.4)", "radius": 6 }, "color": "#1283E3", "radius": 4 }, "numlabel": { "show": false, "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#fff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "position": "outerStart", "reverse": "false", "translate": { "x": 0, "y": 0 }, "suffix": { "content": "", "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#fff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "translate": { "x": 0, "y": 0 } } } }, { "mapping": { "fieldName": "", "displayName": "" }, "yOrZ": "z", "showType": "area", "areaType": "color", "stackOn": false, "areaColor": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(250, 153, 47, 0.5)" }, { "offset": 100, "color": "rgba(255, 186, 56, 0.05)" } ], "angle": 0, "opacity": 1 } }, "url": "/civ_pandaview_component/pandabi-component/assets/components/superChart/pattern.png", "opacity": 0.65, "size": { "width": 10, "height": 10 }, "barStyle": { "style": "square", "paddingInner": 1, "seriesIntervalWidth": 0.7, "fillType": "color", "fill": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(24, 144, 255, 0.35)" }, { "offset": 100, "color": "rgb(24, 144, 255)" } ], "angle": 0, "opacity": 1 } }, "border": { "borderWidth": 0, "borderColor": "#20ADFF" }, "url": "/civ_pandaview_component/pandabi-component/assets/components/superChart/pattern.png", "size": { "width": 10, "height": 10 }, "opacity": 0.65 }, "line": { "type": "solid", "color": "rgba(252, 162, 63, 1)", "lineWidth": 2, "curve": true, "tension": 1, "connectNulls": false, "lineShadow": { "show": false, "color": "#fff", "vShadow": 8, "hShadow": 8, "blur": 8 }, "lighter": { "show": false, "fill": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(250, 250, 202, 0)" }, { "offset": 100, "color": "rgb(247, 234, 116)" } ], "angle": 30, "opacity": 1 } }, "length": 200, "width": 1.5, "unitStep": 2 } }, "highlight": { "show": false, "extent": "max", "fill": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(24,78, 255, 0.5)" }, { "offset": 100, "color": "RGBA(24, 144, 255, 1)" } ], "angle": 0, "opacity": 1 } } }, "headDecorate": { "show": true, "url": "", "size": { "width": 20, "height": 20 }, "translate": { "x": 0, "y": 0 } }, "icon": { "show": true, "mode": "double", "image": "/civ_pandaview_component/pandabi-component/assets/components/superChart/fang.png", "size": { "width": 10, "height": 10 }, "inner": { "color": "rgba(255, 255, 255, 1)", "radius": 3 }, "outer": { "color": "rgba(252, 162, 63, 1)", "radius": 5 }, "color": "#1283E3", "radius": 4 }, "numlabel": { "show": false, "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#fff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "position": "outerStart", "reverse": "false", "translate": { "x": 0, "y": 0 }, "suffix": { "content": "", "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#fff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "translate": { "x": 0, "y": 0 } } } } ], "template": { "name": "系列<%=i+1%>", "type": "object", "children": { "mapping": { "type": "suite", "name": "映射", "children": { "fieldName": { "name": "字段名", "type": "text", "col": 12, "default": "" }, "displayName": { "name": "显示名", "default": "", "col": 12, "type": "text" } } }, "yOrZ": { "type": "select", "name": "纵轴选择", "default": "y", "options": [ { "name": "Y轴", "value": "y" }, { "name": "Z轴", "value": "z" }, { "name": "Z1轴", "value": "z1" } ] }, "showType": { "type": "select", "name": "类型", "default": "bar", "options": [ { "name": "柱状", "value": "bar" }, { "name": "折线", "value": "line" }, { "name": "面积", "value": "area" } ] }, "stackOn": { "name": "开启堆叠", "type": "switch", "default": false, "description": "需同时开启柱状类型", "show": [ [ "showType", "$eq", "bar" ] ] }, "areaType": { "name": "填充样式", "default": "color", "type": "select", "show": [ [ "showType", "$eq", "area" ] ], "options": [ { "name": "颜色", "value": "color" }, { "name": "纹理", "value": "pattern" } ] }, "areaColor": { "name": "区域颜色", "show": [ [ "areaType", "$eq", "color" ], [ "showType", "$eq", "area" ] ], "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(24, 144, 255, 0.35)" }, { "offset": 100, "color": "rgb(24, 144, 255)" } ], "angle": 0, "opacity": 1 } } }, "url": { "show": [ [ "fillType", "$eq", "pattern" ], [ "showType", "$eq", "area" ] ], "name": "纹理图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/superChart/pattern.png" }, "size": { "name": "尺寸", "show": [ [ "fillType", "$eq", "pattern" ], [ "showType", "$eq", "area" ] ], "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 10, "col": 12, "suffix": "W" }, "height": { "name": "高度", "type": "number", "default": 10, "col": 12, "suffix": "H" } } }, "opacity": { "name": "透明度", "show": [ [ "fillType", "$eq", "pattern" ], [ "showType", "$eq", "area" ] ], "default": 0.65, "max": 1, "min": 0, "step": 0.01, "type": "number" }, "barStyle": { "name": "柱状样式", "type": "group", "children": { "style": { "name": "类型", "default": "square", "type": "select", "options": [ { "name": "方形", "value": "square" }, { "name": "子弹头", "value": "round" } ] }, "paddingInner": { "name": "柱间间距", "default": 1, "type": "number", "step": 0.01 }, "seriesIntervalWidth": { "name": "系列间距", "default": 0.4, "type": "number", "step": 0.01 }, "fillType": { "name": "填充样式", "default": "color", "type": "select", "options": [ { "name": "颜色", "value": "color" }, { "name": "纹理", "value": "pattern" } ] }, "fill": { "name": "柱子颜色", "show": [ [ "fillType", "$eq", "color" ] ], "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(24, 144, 255, 0.35)" }, { "offset": 100, "color": "rgb(24, 144, 255)" } ], "angle": 0, "opacity": 1 } } }, "border": { "name": "描边", "type": "group", "show": [ [ "fillType", "$eq", "color" ] ], "children": { "borderWidth": { "name": "线宽", "default": 0, "type": "number", "min": 0 }, "borderColor": { "name": "颜色", "type": "color", "default": "#20ADFF" } } }, "url": { "show": [ [ "fillType", "$eq", "pattern" ] ], "name": "纹理图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/superChart/pattern.png" }, "size": { "name": "尺寸", "show": [ [ "fillType", "$eq", "pattern" ] ], "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 10, "col": 12, "suffix": "W" }, "height": { "name": "高度", "type": "number", "default": 10, "col": 12, "suffix": "H" } } }, "opacity": { "name": "透明度", "show": [ [ "fillType", "$eq", "pattern" ] ], "default": 0.65, "max": 1, "min": 0, "step": 0.01, "type": "number" } }, "show": [ [ "showType", "$eq", "bar" ] ] }, "line": { "name": "折线", "type": "group", "children": { "type": { "name": "类型", "type": "select", "default": "solid", "options": [ { "name": "实线", "value": "solid" }, { "name": "虚线", "value": "dash" } ] }, "color": { "name": "颜色", "type": "color", "default": "#1283E3" }, "lineWidth": { "name": "粗细", "default": 2, "suffix": "px", "type": "number" }, "curve": { "name": "曲线", "default": false, "type": "boolean" }, "tension": { "show": [ [ "curve", "$eq", true ] ], "name": "曲线张力", "default": 0, "type": "slider", "min": 0, "max": 1, "step": 0.1 }, "connectNulls": { "name": "null值连接", "default": false, "type": "boolean" }, "lineShadow": { "name": "折线阴影", "fold": true, "enableHide": true, "type": "group", "children": { "show": { "default": false }, "color": { "name": "颜色", "type": "color", "default": "#fff" }, "vShadow": { "name": "X", "type": "number", "default": 8 }, "hShadow": { "name": "Y", "type": "number", "default": 8 }, "blur": { "name": "模糊", "type": "text", "default": 8 } } }, "lighter": { "enableHide": true, "name": "光效", "type": "group", "children": { "show": { "default": true }, "fill": { "name": "颜色", "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(255,255,255,0)" }, { "offset": 50, "color": "rgba(255,255,255,0.3)" }, { "offset": 100, "color": "rgba(255,255,255,1)" } ], "angle": 30, "opacity": 1 } } }, "length": { "name": "长度", "default": 200, "type": "number" }, "width": { "name": "宽度", "default": 2, "type": "number" }, "unitStep": { "name": "速度", "default": 1, "type": "number" } } } }, "show": [ [ "showType", "$ne", "bar" ] ] }, "highlight": { "name": "极值高亮", "enableHide": true, "type": "group", "children": { "show": { "default": false }, "extent": { "name": "极值", "type": "select", "default": "max", "options": [ { "name": "最大值", "value": "max" }, { "name": "最小值", "value": "min" } ] }, "fill": { "name": "颜色", "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(24,78, 255, 0.5)" }, { "offset": 100, "color": "RGBA(24, 144, 255, 1)" } ], "angle": 30, "opacity": 1 } } } }, "show": [ [ "showType", "$eq", "bar" ] ] }, "headDecorate": { "show": [ [ "showType", "$eq", "bar" ] ], "name": "头部装饰", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": true }, "url": { "type": "image", "default": "", "name": "图片" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 20, "type": "number", "col": 12, "suffix": "px" }, "height": { "name": "高度", "default": 20, "type": "number", "col": 12, "suffix": "px" } } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "suffix": "px", "col": 12, "type": "number" }, "y": { "name": "Y", "default": 0, "suffix": "px", "col": 12, "type": "number" } } } } }, "icon": { "name": "数据标记", "type": "group", "enableHide": true, "children": { "show": { "default": true }, "mode": { "name": "模式", "type": "select", "default": "single", "options": [ { "name": "单圆", "value": "single" }, { "name": "双圆", "value": "double" }, { "name": "自定义", "value": "custom" } ] }, "image": { "name": "图片", "type": "image", "show": [ [ "show", "$eq", true ], [ "mode", "$eq", "custom" ] ], "default": "/civ_pandaview_component/pandabi-component/assets/components/superChart/fang.png" }, "size": { "show": [ [ "show", "$eq", true ], [ "mode", "$eq", "custom" ] ], "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 10, "col": 12, "suffix": "W", "type": "number" }, "height": { "name": "高度", "col": 12, "suffix": "H", "default": 10, "type": "number" } } }, "inner": { "name": "内圆", "show": [ [ "show", "$eq", true ], [ "mode", "$eq", "double" ] ], "type": "group", "children": { "color": { "name": "颜色", "type": "color", "default": "#83C4FF" }, "radius": { "name": "半径", "default": 3, "min": 0, "suffix": "px", "type": "number" } } }, "outer": { "name": "外圆", "show": [ [ "show", "$eq", true ], [ "mode", "$eq", "double" ] ], "type": "group", "children": { "color": { "name": "颜色", "type": "color", "default": "#83C4FF" }, "radius": { "name": "半径", "default": 3, "min": 0, "suffix": "px", "type": "number" } } }, "color": { "show": [ [ "show", "$eq", true ], [ "mode", "$eq", "single" ] ], "name": "颜色", "default": "#1283E3", "type": "color" }, "radius": { "name": "半径", "show": [ [ "show", "$eq", true ], [ "mode", "$eq", "single" ] ], "default": 4, "type": "number", "min": 0, "suffix": "px" } }, "show": [ [ "showType", "$ne", "bar" ] ] }, "numlabel": { "name": "数值标签", "enableHide": true, "type": "group", "children": { "show": { "default": false }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#fff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "position": { "name": "位置", "default": "outerStart", "type": "select", "options": [ { "name": "起点", "value": "start" }, { "name": "居中", "value": "middle" }, { "name": "终点", "value": "end" }, { "name": "终点外", "value": "outerStart" }, { "name": "图表外", "value": "chartStart" } ] }, "reverse": { "show": [ [ "position", "$eq", "middle" ] ], "name": "负值反向", "type": "switch", "default": false, "statusText": true }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "suffix": "px", "col": 12, "type": "number" }, "y": { "name": "Y", "default": 0, "suffix": "px", "col": 12, "type": "number" } } }, "suffix": { "name": "后缀", "type": "group", "children": { "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" } } } } } } } } } } } }, "tooltip": { "name": "提示框", "type": "menuChild", "children": { "auto": { "name": "自动轮播", "default": false, "type": "boolean" }, "manual": { "name": "悬停触发", "default": true, "type": "boolean" }, "interval": { "show": [ [ "auto", "$eq", true ] ], "name": "停留时间", "default": 10, "type": "number", "suffix": "s" }, "tip": { "name": "提示框", "type": "group", "children": { "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 50, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": 30, "type": "number", "col": 12, "suffix": "px" } } }, "bgType": { "name": "背景类型", "type": "radio", "default": "color", "optionCol": 12, "options": [ { "label": "颜色", "value": "color" }, { "label": "图片", "value": "image" } ] }, "bgColor": { "show": [ [ "bgType", "$eq", "color" ] ], "type": "color", "name": "颜色", "default": "rgba(232, 244, 250, 1)" }, "image": { "show": [ [ "bgType", "$eq", "image" ] ], "type": "image", "default": "", "name": "背景" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 130, "type": "number", "col": 12, "suffix": "W" }, "height": { "name": "高度", "default": 110, "type": "number", "col": 12, "suffix": "H" } } }, "margin": { "type": "suite", "name": "边距", "children": { "marginTop": { "name": "上", "default": 3, "type": "number", "col": 6 }, "marginBottom": { "name": "下", "default": 6, "type": "number", "col": 6 }, "marginLeft": { "name": "左", "default": 12, "type": "number", "col": 6 }, "marginRight": { "name": "右", "default": 12, "type": "number", "col": 6 } } }, "data": { "name": "框内数据", "type": "group", "children": { "xAxis": { "name": "类目标签", "type": "group", "children": { "background": { "name": "背景图", "type": "image", "default": "" }, "gap": { "name": "下间距", "type": "number", "default": 5 }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "rgba(0, 0, 0, 0.8)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "align": { "name": "对齐方式", "default": "left", "type": "select", "options": [ { "name": "左对齐", "value": "left", "icon": "align-left" }, { "name": "居中对齐", "value": "center", "icon": "align-center" }, { "name": "右对齐", "value": "right", "icon": "align-right" } ] }, "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" } } } } }, "data": { "type": "group", "name": "数据", "children": { "lineHeight": { "name": "行高", "type": "number", "default": 18 }, "gap": { "name": "行间距", "type": "number", "default": 5 }, "iconSize": { "name": "图标尺寸", "default": 10, "type": "number" }, "background": { "name": "背景图", "type": "image", "default": "" }, "num": { "name": "保留小数", "type": "text", "default": "" }, "name": { "name": "系列名称", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "rgba(0, 1, 3, 0.8)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "value": { "name": "系列值", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "rgba(0, 0, 0, 0.8)", "fontWeight": "bold", "italic": "normal", "letterSpacing": 0 } }, "suffix": { "name": "后缀", "enableHide": true, "type": "group", "children": { "show": { "default": false }, "content": { "name": "内容", "type": "tabs", "default": [ { "suffix": { "name": "系列一", "suffix": "%" } } ], "template": { "name": "后缀<%=i+1%>", "type": "object", "children": { "suffix": { "name": "后缀", "type": "group", "children": { "name": { "name": "系列名", "default": "系列一", "type": "text" }, "suffix": { "name": "后缀", "default": "%", "type": "text" } } } } } }, "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" } } } } } } } } } } }, "indicator": { "name": "指示器", "type": "group", "children": { "width": { "name": "粗细", "default": 60, "type": "number", "suffix": "%" }, "color": { "type": "color", "name": "颜色", "default": "RGBA(255,255,255,0.3)" } } } } } } } }, "api_data": { "source": [ { "s": "系列一", "x": "10-01", "y": 12000 }, { "s": "系列一", "x": "10-02", "y": 8000 }, { "s": "系列一", "x": "10-03", "y": 9500 }, { "s": "系列一", "x": "10-04", "y": 11000 }, { "s": "系列一", "x": "10-05", "y": 7900 }, { "s": "系列一", "x": "10-06", "y": 12500 }, { "s": "系列一", "x": "10-07", "y": 9000 }, { "s": "系列二", "x": "10-01", "y": 9500 }, { "s": "系列二", "x": "10-02", "y": 8500 }, { "s": "系列二", "x": "10-03", "y": 9500 }, { "s": "系列二", "x": "10-04", "y": 9000 }, { "s": "系列二", "x": "10-05", "y": 9200 }, { "s": "系列二", "x": "10-06", "y": 12000 }, { "s": "系列二", "x": "10-07", "y": 8800 }, { "s": "系列三", "x": "10-01", "y": 0.315 }, { "s": "系列三", "x": "10-02", "y": 0.398 }, { "s": "系列三", "x": "10-03", "y": 0.45 }, { "s": "系列三", "x": "10-04", "y": 0.3 }, { "s": "系列三", "x": "10-05", "y": 0.452 }, { "s": "系列三", "x": "10-06", "y": 0.184 }, { "s": "系列三", "x": "10-07", "y": 0.255 } ] }, "thumbnail": "/civ_pandaview_component/pandabi-component/assets/k6unszaek_1642666305943_99j0z6rr0o.png" } }