screen.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "editCanvasConfig": {
  3. "projectName": "1",
  4. "width": 1920,
  5. "height": 1080,
  6. "filterShow": false,
  7. "hueRotate": 0,
  8. "saturate": 1,
  9. "contrast": 1,
  10. "brightness": 1,
  11. "opacity": 1,
  12. "rotateZ": 0,
  13. "rotateX": 0,
  14. "rotateY": 0,
  15. "skewX": 0,
  16. "skewY": 0,
  17. "blendMode": "normal",
  18. "selectColor": true,
  19. "chartThemeColor": "dark",
  20. "chartThemeSetting": {
  21. "title": {
  22. "show": true,
  23. "textStyle": {
  24. "color": "#BFBFBF",
  25. "fontSize": 18
  26. },
  27. "subtextStyle": {
  28. "color": "#A2A2A2",
  29. "fontSize": 14
  30. }
  31. },
  32. "xAxis": {
  33. "show": true,
  34. "name": "",
  35. "nameGap": 15,
  36. "nameTextStyle": {
  37. "color": "#B9B8CE",
  38. "fontSize": 12
  39. },
  40. "inverse": false,
  41. "axisLabel": {
  42. "show": true,
  43. "fontSize": 12,
  44. "color": "#B9B8CE",
  45. "rotate": 0
  46. },
  47. "position": "bottom",
  48. "axisLine": {
  49. "show": true,
  50. "lineStyle": {
  51. "color": "#B9B8CE",
  52. "width": 1
  53. },
  54. "onZero": true
  55. },
  56. "axisTick": {
  57. "show": true,
  58. "length": 5
  59. },
  60. "splitLine": {
  61. "show": false,
  62. "lineStyle": {
  63. "color": "#484753",
  64. "width": 1,
  65. "type": "solid"
  66. }
  67. }
  68. },
  69. "yAxis": {
  70. "show": true,
  71. "name": "",
  72. "nameGap": 15,
  73. "nameTextStyle": {
  74. "color": "#B9B8CE",
  75. "fontSize": 12
  76. },
  77. "inverse": false,
  78. "axisLabel": {
  79. "show": true,
  80. "fontSize": 12,
  81. "color": "#B9B8CE",
  82. "rotate": 0
  83. },
  84. "position": "left",
  85. "axisLine": {
  86. "show": true,
  87. "lineStyle": {
  88. "color": "#B9B8CE",
  89. "width": 1
  90. },
  91. "onZero": true
  92. },
  93. "axisTick": {
  94. "show": true,
  95. "length": 5
  96. },
  97. "splitLine": {
  98. "show": true,
  99. "lineStyle": {
  100. "color": "#484753",
  101. "width": 1,
  102. "type": "solid"
  103. }
  104. }
  105. },
  106. "legend": {
  107. "show": true,
  108. "top": "5%",
  109. "textStyle": {
  110. "color": "#B9B8CE"
  111. }
  112. },
  113. "grid": {
  114. "show": false,
  115. "left": "10%",
  116. "top": "60",
  117. "right": "10%",
  118. "bottom": "60"
  119. },
  120. "dataset": null
  121. },
  122. "previewScaleType": "fit",
  123. "globalFilter": []
  124. },
  125. "componentList": [
  126. ],
  127. "requestGlobalConfig": {
  128. "requestDataPond": [],
  129. "requestOriginUrl": "",
  130. "requestInterval": 30,
  131. "requestIntervalUnit": "second",
  132. "requestParams": {
  133. "Body": {
  134. "form-data": {},
  135. "x-www-form-urlencoded": {},
  136. "json": "",
  137. "xml": ""
  138. },
  139. "Header": {},
  140. "Params": {}
  141. }
  142. }
  143. }