{ "name": "basicArea3dV2", "version": "1.0.0", "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", "three": "^0.100.0" }, "pandav": { "cn_name": "3D面积图V2", "level": 0, "private": false, "icon": "/civ_pandaview_component/pandabi-component/assets/3d面积图.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/3d面积图.gif", "protocol": 2, "type": [ "DataV-6:regular_column" ], "view": { "width": "800", "height": "600", "minWidth": "50", "minHeight": "50", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "3D面积图V2", "fields": { "x": { "description": "类目" }, "y": { "description": "值" }, "s": { "description": "系列" } } } }, "events": { "click": { "name": "鼠标点击", "type": "object", "fields": { "type": { "type": "string", "description": "数据类型:x/y/z/value" }, "data": { "type": "string | object", "description": "数据内容" } }, "data": { "type": "value", "data": { "x": "2023-01-01", "y": 20, "s": "系列一" } } } }, "publicHandler": {}, "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": 25, "type": "number", "col": 6 } } }, "depth": { "name": "深度", "default": 120, "type": "number", "min": 0 }, "outerGap": { "name": "外间距", "default": 0.05, "type": "slider", "min": 0, "max": 1, "step": 0.01 }, "light": { "name": "灯光设置", "type": "group", "children": { "ambientLight": { "name": "环境光", "type": "group", "children": { "color": { "name": "颜色", "default": "#fff", "type": "color" }, "strength": { "name": "强度", "default": 2, "type": "number" } } }, "directionLight": { "name": "方向光", "type": "group", "children": { "position": { "name": "位置", "type": "suite", "children": { "x": { "name": "X", "default": 200, "col": 8, "type": "number" }, "y": { "name": "Y", "default": 400, "col": 8, "type": "number" }, "z": { "name": "Z", "default": 200, "col": 8, "type": "number" } } }, "target": { "name": "目标点", "type": "suite", "children": { "x": { "name": "X", "default": 0, "col": 8, "type": "number" }, "y": { "name": "Y", "default": 0, "col": 8, "type": "number" }, "z": { "name": "Z", "default": 0, "col": 8, "type": "number" } } }, "color": { "name": "颜色", "default": "#fff", "type": "color" }, "strength": { "name": "强度", "default": 1, "type": "number" }, "editHelp": { "name": "编辑辅助", "type": "switch", "default": false, "statusText": true } } } } }, "bg": { "name": "背景板", "type": "group", "children": { "behind": { "enableHide": true, "name": "后面", "type": "group", "children": { "show": { "default": true }, "color": { "name": "颜色", "default": "rgba(15,36,54,0.5)", "type": "color" } } }, "flank": { "enableHide": true, "name": "侧面", "type": "group", "children": { "show": { "default": true }, "color": { "name": "颜色", "default": "rgba(24,50,71,0.5)", "type": "color" } } }, "under": { "enableHide": true, "name": "底面", "type": "group", "children": { "show": { "default": true }, "color": { "name": "颜色", "default": "rgba(9,25,39,0.5)", "type": "color" } } } } }, "legend": { "name": "图例", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "letterSpacing": 0, "fontWeight": "normal", "italic": "normal" } }, "iconSize": { "name": "图标尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 12, "col": 12, "type": "number", "suffix": "px" }, "height": { "name": "高度", "default": 10, "col": 12, "type": "number", "suffix": "px" } } }, "iconGap": { "type": "number", "default": 5, "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": 30, "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": 0, "col": 12, "name": "X" }, "y": { "type": "number", "suffix": "px", "col": 12, "default": 0, "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" } } } } }, "dataAnimation": { "enableHide": true, "name": "数据动画", "type": "group", "fold": false, "children": { "show": { "default": true }, "duration": { "name": "滚动时长", "default": 1, "type": "number", "suffix": "s" } } } } }, "editMode": { "type": "menuChild", "name": "场景管理", "children": { "infoPlane": { "name": "场景辅助", "type": "switch", "default": false, "statusText": true }, "camera": { "name": "镜头视角", "type": "group", "children": { "position": { "name": "位置", "type": "group", "children": { "x": { "name": "X", "type": "number", "default": -469.0552472363649 }, "y": { "name": "Y", "type": "number", "default": 509.92011652365426 }, "z": { "name": "Z", "type": "number", "default": 1099.9857498188471 } } }, "rotation": { "name": "旋转", "type": "group", "children": { "x": { "name": "X", "type": "number", "default": -0.43408105326450724 }, "y": { "name": "Y", "type": "number", "default": -0.3691381041119813 }, "z": { "name": "Z", "type": "number", "default": -0.16572728296877026 } } }, "target": { "name": "视角", "type": "group", "children": { "x": { "name": "X", "type": "number", "default": 0 }, "y": { "name": "Y", "type": "number", "default": 0 }, "z": { "name": "Z", "type": "number", "default": 0 } } } } } } }, "axes": { "name": "坐标轴", "type": "menuChild", "mode": "multiple", "children": { "xAxis": { "name": "X轴", "children": { "on": { "name": "启用", "default": true, "type": "boolean" }, "label": { "fold": false, "show": [ [ ".on", "$eq", true ] ], "enableHide": true, "name": "轴标签", "type": "group", "children": { "show": { "default": true }, "format": { "name": "格式", "type": "suite", "children": { "type": { "type": "select", "default": "date", "name": "类型", "options": [ { "name": "类目型", "value": "category" }, { "name": "时间型", "value": "date" } ] }, "showType": { "show": [ [ "type", "$eq", "date" ] ], "name": "格式", "default": "M.D", "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": 6 }, "angle": { "name": "文字角度", "default": 0, "type": "number", "col": 12, "suffix": "°" }, "wordBreak": { "name": "行字数限制", "default": "keep-all", "col": 12, "type": "select", "options": [ { "name": "不限制", "value": "keep-all" } ] } } }, "translate3d": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 20, "col": 12 }, "z": { "name": "Z", "default": 20, "type": "number", "suffix": "px", "col": 8 } } }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 20, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } } } }, "axisLine": { "show": [ [ ".on", "$eq", true ] ], "name": "轴线", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "color": { "type": "color", "name": "颜色", "default": "rgba(186,231,255,0.2)" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } }, "tickLine": { "show": [ [ ".on", "$eq", true ] ], "fold": false, "name": "刻度", "enableHide": true, "type": "group", "children": { "show": { "default": false }, "color": { "name": "颜色", "default": "rgba(186,231,255,0.2)", "type": "color" }, "lineWidth": { "type": "number", "name": "粗细", "default": 1, "suffix": "px" }, "tickSize": { "name": "长度", "default": 6, "suffix": "px", "type": "number" } } }, "gridLine": { "show": [ [ ".on", "$eq", true ] ], "fold": false, "name": "网格线", "type": "group", "enableHide": true, "children": { "show": { "default": false }, "strokeDasharray": { "name": "虚线样式", "default": "3,0", "type": "text", "description": "格式使用半角字符,如2,2" }, "color": { "name": "颜色", "default": "rgba(230, 247, 255, 0.2)", "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": "轴标签", "fold": false, "type": "group", "children": { "show": { "default": true }, "extent": { "name": "数值范围", "type": "suite", "children": { "min": { "name": "最小值", "default": "0", "type": "text", "col": 12 }, "max": { "name": "最大值", "default": "", "type": "text", "col": 12 } } }, "auto": { "name": "刻度自适应", "type": "boolean", "default": false }, "mode": { "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" }, "translate3d": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": -10, "type": "number", "suffix": "px", "col": 8 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 8 }, "z": { "name": "Z", "default": 0, "type": "number", "suffix": "px", "col": 8 } } }, "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 ] ], "fold": false, "type": "group", "name": "轴单位", "enableHide": true, "children": { "show": { "default": true }, "text": { "name": "内容", "default": "单位", "type": "text" }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#E6F7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate3d": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": -15, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": -40, "type": "number", "suffix": "px", "col": 12 }, "z": { "name": "Z", "default": 0, "type": "number", "suffix": "px", "col": 8 } } } } }, "axisLine": { "show": [ [ ".on", "$eq", true ] ], "name": "轴线", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": false }, "color": { "name": "颜色", "default": "rgba(186,231,255,0.2)", "type": "color" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } }, "tickLine": { "show": [ [ ".on", "$eq", true ] ], "fold": false, "enableHide": true, "type": "group", "name": "刻度", "children": { "show": { "default": false }, "color": { "name": "颜色", "default": "rgba(186,231,255,0.2)", "type": "color" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" }, "tickSize": { "name": "长度", "default": 2, "type": "number", "suffix": "px" } } }, "gridLine": { "show": [ [ ".on", "$eq", true ] ], "fold": false, "name": "网格线", "enableHide": true, "type": "group", "children": { "show": { "default": true }, "strokeDasharray": { "name": "虚线样式", "default": "8,12", "description": "格式使用半角字符,如2,2", "type": "text" }, "color": { "default": "rgba(230, 247, 255, 0.2)", "name": "颜色", "type": "color" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } } } }, "zAxis": { "name": "Z轴", "children": { "on": { "name": "启用", "default": false, "type": "boolean" }, "label": { "show": [ [ ".on", "$eq", true ] ], "type": "group", "name": "轴标签", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "extent": { "name": "数值范围", "type": "suite", "children": { "min": { "name": "最小值", "default": "0", "col": 12, "type": "number" }, "max": { "name": "最大值", "default": "", "col": 12, "type": "number" } } }, "auto": { "name": "刻度自适应", "default": false, "type": "boolean" }, "mode": { "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" }, "translate3d": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 6, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 }, "z": { "name": "Z", "default": 0, "type": "number", "suffix": "px", "col": 8 } } }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "#fff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } } } }, "unit": { "show": [ [ ".on", "$eq", true ] ], "name": "轴单位", "fold": false, "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 } }, "translate3d": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": -20, "type": "number", "suffix": "px", "col": 12 }, "z": { "name": "Z", "default": 0, "type": "number", "suffix": "px", "col": 8 } } } } }, "axisLine": { "fold": false, "show": [ [ ".on", "$eq", true ] ], "name": "轴线", "enableHide": true, "type": "group", "children": { "show": { "default": true }, "color": { "type": "color", "name": "颜色", "default": "rgba(186,231,255,0.2)" }, "lineWidth": { "name": "粗细", "default": 1, "suffix": 1, "type": "number" } } }, "tickLine": { "fold": false, "show": [ [ ".on", "$eq", true ] ], "name": "刻度", "enableHide": true, "type": "group", "children": { "show": { "default": true }, "color": { "type": "color", "default": "rgba(186,231,255,0.2)", "name": "颜色" }, "lineWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": 1 }, "tickSize": { "name": "长度", "default": 6, "suffix": "px", "type": "number" } } }, "gridLine": { "show": [ [ ".on", "$eq", true ] ], "fold": false, "name": "网格线", "type": "group", "enableHide": true, "children": { "show": { "default": true }, "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": { "openLight": { "name": "开启扫光", "type": "switch", "default": true, "statusText": true }, "intensity": { "show": [ [ "openLight", "$eq", true ] ], "name": "光强", "default": 3, "type": "number" }, "speed": { "show": [ [ "openLight", "$eq", true ] ], "name": "速度", "default": 0.2, "type": "number" }, "dataSeries": { "name": "数据系列", "type": "tabs", "default": [ { "mapping": { "fieldName": "", "displayName": "" }, "yOrZ": "y", "topColor": "rgba(0,110,255,0.75)", "legendColor": "rgba(0,110,255,0.75)", "flank": { "topColor": "rgba(5,82,181,0.45)", "backColor": "rgba(6,90,202,0.2)" }, "light": { "length": 1, "center": "rgba(8,147,239,0.3)", "border": "rgba(0,136,255,0)" }, "curve": { "show": true, "color": "#006BD3", "length": 1, "center": "#0958CC", "border": "rgba(3,94,169,0.75)" }, "valueLabel": { "show": true, "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "translate3d": { "x": 0, "y": 0, "z": 0 }, "suffix": { "content": "", "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "translate3d": { "x": 0, "y": 0, "z": 0 } } } }, { "mapping": { "fieldName": "", "displayName": "" }, "yOrZ": "y", "topColor": "rgba(0,230,176,0.45)", "legendColor": "rgba(0,230,176,0.45)", "flank": { "topColor": "rgba(6,241,186,0.35)", "backColor": "rgba(4,118,64,0.05)" }, "light": { "length": 1, "center": "rgba(7,244,205,0.35)", "border": "rgba(0,255,255,0)" }, "curve": { "show": true, "color": "#0C836C", "length": 0.5, "center": "rgba(5,131,92,0.85)", "border": "rgba(8,153,119,0.65)" }, "valueLabel": { "show": true, "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "translate3d": { "x": 0, "y": 0, "z": 0 }, "suffix": { "content": "", "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 }, "translate3d": { "x": 0, "y": 0, "z": 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" } ] }, "topColor": { "name": "顶面颜色", "default": "rgba(0,110,255,0.75)", "type": "color" }, "legendColor": { "name": "图例颜色", "default": "rgba(0,110,255,0.75)", "type": "color" }, "flank": { "name": "侧面", "type": "group", "fold": false, "children": { "topColor": { "name": "顶部颜色", "default": "rgba(5,82,181,0.45)", "type": "color" }, "backColor": { "name": "底部颜色", "default": "rgba(6,90,202,0.2)", "type": "color" } } }, "light": { "name": "扫光", "type": "group", "fold": false, "children": { "length": { "name": "长度", "default": 1, "type": "slider", "min": 0, "max": 1, "step": 0.01 }, "center": { "name": "中心", "default": "rgba(8,147,239,0.3)", "type": "color" }, "border": { "name": "边缘", "default": "rgba(0,136,255,0)", "type": "color" } } }, "curve": { "name": "曲线", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": true }, "color": { "name": "颜色", "default": "#007FFF", "type": "color" }, "length": { "name": "长度", "default": 0.58, "type": "slider", "min": 0, "max": 1, "step": 0.01 }, "center": { "name": "中心", "default": "#0267FF", "type": "color" }, "border": { "name": "边缘", "default": "#0088FF", "type": "color" } } }, "valueLabel": { "name": "数值标签", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": false }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate3d": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 20, "col": 12 }, "z": { "name": "Z", "default": 20, "type": "number", "suffix": "px", "col": 8 } } }, "suffix": { "name": "后缀", "type": "group", "children": { "content": { "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 } }, "translate3d": { "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 }, "z": { "name": "Z", "default": 0, "type": "number", "suffix": "px", "col": 8 } } } } } } } } } } } }, "tooltip": { "name": "提示框", "type": "menuChild", "children": { "auto": { "name": "自动轮播", "default": false, "type": "boolean" }, "manual": { "name": "悬停触发", "default": true, "type": "boolean" }, "interval": { "show": [ [ "auto", "$eq", true ] ], "name": "停留时间", "default": 4, "type": "number", "suffix": "s" }, "tip": { "name": "提示框", "type": "group", "children": { "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 20, "type": "number", "col": 12, "suffix": "px" }, "y": { "name": "Y", "default": -50, "type": "number", "col": 12, "suffix": "px" } } }, "uploadImage": { "type": "image", "default": "", "name": "背景" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 120, "type": "number", "col": 12, "suffix": "W" }, "height": { "name": "高度", "default": 80, "type": "number", "col": 12, "suffix": "H" } } }, "margin": { "type": "suite", "name": "边距", "children": { "marginTop": { "name": "上", "default": 10, "type": "number", "col": 6 }, "marginBottom": { "name": "下", "default": 10, "type": "number", "col": 6 }, "marginLeft": { "name": "左", "default": 10, "type": "number", "col": 6 }, "marginRight": { "name": "右", "default": 10, "type": "number", "col": 6 } } }, "data": { "name": "框内数据", "type": "group", "children": { "xAxis": { "name": "类目标签", "type": "group", "children": { "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "#C8E7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "align": { "name": "对齐", "default": "left", "type": "radio", "optionCol": 8, "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": 8 }, "iconSize": { "name": "图标尺寸", "default": 6, "type": "number" }, "num": { "name": "保留小数", "type": "text", "default": 1 }, "name": { "name": "系列名称", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#C8E7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "value": { "name": "系列值", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#D4EFFC", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "suffix": { "name": "后缀", "enableHide": true, "type": "group", "children": { "show": { "default": false }, "content": { "name": "内容", "type": "tabs", "default": [ { "suffixText": { "name": "系列一", "suffix": "%" } } ], "template": { "name": "后缀<%=i+1%>", "type": "object", "children": { "suffixText": { "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": 1, "type": "number", "suffix": "%" }, "color": { "type": "color", "name": "颜色", "default": "rgba(230,247,255,0.15)" }, "depth": { "type": "number", "name": "深度", "default": 120 } } } } } } } }, "api_data": { "source": [ { "x": "05-01", "y": 2, "s": "系列一" }, { "x": "05-02", "y": 5, "s": "系列一" }, { "x": "05-03", "y": 6, "s": "系列一" }, { "x": "05-04", "y": 5.5, "s": "系列一" }, { "x": "05-05", "y": 10, "s": "系列一" }, { "x": "05-06", "y": 12, "s": "系列一" }, { "x": "05-07", "y": 16, "s": "系列一" }, { "x": "05-08", "y": 16.5, "s": "系列一" }, { "x": "05-09", "y": 20, "s": "系列一" }, { "x": "05-10", "y": 20.5, "s": "系列一" }, { "x": "05-01", "y": 1.5, "s": "系列二" }, { "x": "05-02", "y": 4, "s": "系列二" }, { "x": "05-03", "y": 4.5, "s": "系列二" }, { "x": "05-04", "y": 5, "s": "系列二" }, { "x": "05-05", "y": 5.2, "s": "系列二" }, { "x": "05-06", "y": 7.3, "s": "系列二" }, { "x": "05-07", "y": 8.9, "s": "系列二" }, { "x": "05-08", "y": 11, "s": "系列二" }, { "x": "05-09", "y": 11.3, "s": "系列二" }, { "x": "05-10", "y": 12.3, "s": "系列二" } ] } } }