| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- {
- "editCanvasConfig": {
- "projectName": "1",
- "width": 1920,
- "height": 1080,
- "filterShow": false,
- "hueRotate": 0,
- "saturate": 1,
- "contrast": 1,
- "brightness": 1,
- "opacity": 1,
- "rotateZ": 0,
- "rotateX": 0,
- "rotateY": 0,
- "skewX": 0,
- "skewY": 0,
- "blendMode": "normal",
- "selectColor": true,
- "chartThemeColor": "dark",
- "chartThemeSetting": {
- "title": {
- "show": true,
- "textStyle": {
- "color": "#BFBFBF",
- "fontSize": 18
- },
- "subtextStyle": {
- "color": "#A2A2A2",
- "fontSize": 14
- }
- },
- "xAxis": {
- "show": true,
- "name": "",
- "nameGap": 15,
- "nameTextStyle": {
- "color": "#B9B8CE",
- "fontSize": 12
- },
- "inverse": false,
- "axisLabel": {
- "show": true,
- "fontSize": 12,
- "color": "#B9B8CE",
- "rotate": 0
- },
- "position": "bottom",
- "axisLine": {
- "show": true,
- "lineStyle": {
- "color": "#B9B8CE",
- "width": 1
- },
- "onZero": true
- },
- "axisTick": {
- "show": true,
- "length": 5
- },
- "splitLine": {
- "show": false,
- "lineStyle": {
- "color": "#484753",
- "width": 1,
- "type": "solid"
- }
- }
- },
- "yAxis": {
- "show": true,
- "name": "",
- "nameGap": 15,
- "nameTextStyle": {
- "color": "#B9B8CE",
- "fontSize": 12
- },
- "inverse": false,
- "axisLabel": {
- "show": true,
- "fontSize": 12,
- "color": "#B9B8CE",
- "rotate": 0
- },
- "position": "left",
- "axisLine": {
- "show": true,
- "lineStyle": {
- "color": "#B9B8CE",
- "width": 1
- },
- "onZero": true
- },
- "axisTick": {
- "show": true,
- "length": 5
- },
- "splitLine": {
- "show": true,
- "lineStyle": {
- "color": "#484753",
- "width": 1,
- "type": "solid"
- }
- }
- },
- "legend": {
- "show": true,
- "top": "5%",
- "textStyle": {
- "color": "#B9B8CE"
- }
- },
- "grid": {
- "show": false,
- "left": "10%",
- "top": "60",
- "right": "10%",
- "bottom": "60"
- },
- "dataset": null
- },
- "previewScaleType": "fit",
- "globalFilter": []
- },
- "componentList": [
- ],
- "requestGlobalConfig": {
- "requestDataPond": [],
- "requestOriginUrl": "",
- "requestInterval": 30,
- "requestIntervalUnit": "second",
- "requestParams": {
- "Body": {
- "form-data": {},
- "x-www-form-urlencoded": {},
- "json": "",
- "xml": ""
- },
- "Header": {},
- "Params": {}
- }
- }
- }
|