avue.project.js 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. var theme_avue = {
  2. "version": 1,
  3. "themeName": "avue",
  4. "theme": {
  5. "seriesCnt": "4",
  6. "backgroundColor": "rgba(0,0,0,0)",
  7. "titleColor": "#516b91",
  8. "subtitleColor": "#93b7e3",
  9. "textColorShow": false,
  10. "textColor": "#333",
  11. "markTextColor": "#eee",
  12. "color": [
  13. "#83bff6",
  14. "#23b7e5",
  15. "#188df0",
  16. "#564aa3",
  17. "#a5e7f0",
  18. "#cbb0e3"
  19. ],
  20. "borderColor": "#ccc",
  21. "borderWidth": 0,
  22. "visualMapColor": [
  23. "#83bff6",
  24. "#23b7e5",
  25. "#188df0",
  26. "#564aa3"
  27. ],
  28. "legendTextColor": "#999999",
  29. "kColor": "#edafda",
  30. "kColor0": "transparent",
  31. "kBorderColor": "#d680bc",
  32. "kBorderColor0": "#8fd3e8",
  33. "kBorderWidth": "2",
  34. "lineWidth": "2",
  35. "symbolSize": "6",
  36. "symbol": "emptyCircle",
  37. "symbolBorderWidth": "2",
  38. "lineSmooth": true,
  39. "graphLineWidth": 1,
  40. "graphLineColor": "#aaa",
  41. "mapLabelColor": "#000000",
  42. "mapLabelColorE": "rgb(81,107,145)",
  43. "mapBorderColor": "#516b91",
  44. "mapBorderColorE": "#516b91",
  45. "mapBorderWidth": 0.5,
  46. "mapBorderWidthE": 1,
  47. "mapAreaColor": "#f3f3f3",
  48. "mapAreaColorE": "rgba(165,231,240,1)",
  49. "axes": [{
  50. "type": "all",
  51. "name": "通用坐标轴",
  52. "axisLineShow": true,
  53. "axisLineColor": "#cccccc",
  54. "axisTickShow": true,
  55. "axisTickColor": "#333",
  56. "axisLabelShow": true,
  57. "axisLabelColor": "#999999",
  58. "splitLineShow": true,
  59. "splitLineColor": [
  60. "#eeeeee"
  61. ],
  62. "splitAreaShow": false,
  63. "splitAreaColor": [
  64. "rgba(80,36,204,0.05)",
  65. "rgba(223,35,35,0.02)"
  66. ]
  67. },
  68. {
  69. "type": "category",
  70. "name": "类目坐标轴",
  71. "axisLineShow": true,
  72. "axisLineColor": "#333",
  73. "axisTickShow": true,
  74. "axisTickColor": "#333",
  75. "axisLabelShow": true,
  76. "axisLabelColor": "#333",
  77. "splitLineShow": false,
  78. "splitLineColor": [
  79. "#ccc"
  80. ],
  81. "splitAreaShow": false,
  82. "splitAreaColor": [
  83. "rgba(250,250,250,0.3)",
  84. "rgba(200,200,200,0.3)"
  85. ]
  86. },
  87. {
  88. "type": "value",
  89. "name": "数值坐标轴",
  90. "axisLineShow": true,
  91. "axisLineColor": "#333",
  92. "axisTickShow": true,
  93. "axisTickColor": "#333",
  94. "axisLabelShow": true,
  95. "axisLabelColor": "#333",
  96. "splitLineShow": true,
  97. "splitLineColor": [
  98. "#ccc"
  99. ],
  100. "splitAreaShow": false,
  101. "splitAreaColor": [
  102. "rgba(250,250,250,0.3)",
  103. "rgba(200,200,200,0.3)"
  104. ]
  105. },
  106. {
  107. "type": "log",
  108. "name": "对数坐标轴",
  109. "axisLineShow": true,
  110. "axisLineColor": "#333",
  111. "axisTickShow": true,
  112. "axisTickColor": "#333",
  113. "axisLabelShow": true,
  114. "axisLabelColor": "#333",
  115. "splitLineShow": true,
  116. "splitLineColor": [
  117. "#ccc"
  118. ],
  119. "splitAreaShow": false,
  120. "splitAreaColor": [
  121. "rgba(250,250,250,0.3)",
  122. "rgba(200,200,200,0.3)"
  123. ]
  124. },
  125. {
  126. "type": "time",
  127. "name": "时间坐标轴",
  128. "axisLineShow": true,
  129. "axisLineColor": "#333",
  130. "axisTickShow": true,
  131. "axisTickColor": "#333",
  132. "axisLabelShow": true,
  133. "axisLabelColor": "#333",
  134. "splitLineShow": true,
  135. "splitLineColor": [
  136. "#ccc"
  137. ],
  138. "splitAreaShow": false,
  139. "splitAreaColor": [
  140. "rgba(250,250,250,0.3)",
  141. "rgba(200,200,200,0.3)"
  142. ]
  143. }
  144. ],
  145. "axisSeperateSetting": true,
  146. "toolboxColor": "#999999",
  147. "toolboxEmpasisColor": "#666666",
  148. "tooltipAxisColor": "#f9dbdb",
  149. "tooltipAxisWidth": 1,
  150. "timelineLineColor": "#8fd3e8",
  151. "timelineLineWidth": 1,
  152. "timelineItemColor": "#8fd3e8",
  153. "timelineItemColorE": "#8fd3e8",
  154. "timelineCheckColor": "#8fd3e8",
  155. "timelineCheckBorderColor": "rgba(138,124,168,0.37)",
  156. "timelineItemBorderWidth": 1,
  157. "timelineControlColor": "#213dbc",
  158. "timelineControlBorderColor": "#8fd3e8",
  159. "timelineControlBorderWidth": 0.5,
  160. "timelineLabelColor": "#8fd3e8",
  161. "datazoomBackgroundColor": "rgba(0,0,0,0)",
  162. "datazoomDataColor": "rgba(255,255,255,0.3)",
  163. "datazoomFillColor": "rgba(167,183,204,0.4)",
  164. "datazoomHandleColor": "#2472d9",
  165. "datazoomHandleWidth": "100",
  166. "datazoomLabelColor": "#333333"
  167. }
  168. }
  169. window.echarts.registerTheme(theme_avue.themeName, theme_avue.theme)