halloween.project.js 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. var theme_macarons = {
  2. "version": 1,
  3. "themeName": "macarons",
  4. "theme": {
  5. "seriesCnt": "4",
  6. "backgroundColor": "rgba(0,0,0,0)",
  7. "titleColor": "#008acd",
  8. "subtitleColor": "#aaaaaa",
  9. "textColorShow": false,
  10. "textColor": "#333",
  11. "markTextColor": "#eeeeee",
  12. "color": [
  13. "#2ec7c9",
  14. "#b6a2de",
  15. "#5ab1ef",
  16. "#ffb980",
  17. "#d87a80",
  18. "#8d98b3",
  19. "#e5cf0d",
  20. "#97b552",
  21. "#95706d",
  22. "#dc69aa",
  23. "#07a2a4",
  24. "#9a7fd1",
  25. "#588dd5",
  26. "#f5994e",
  27. "#c05050",
  28. "#59678c",
  29. "#c9ab00",
  30. "#7eb00a",
  31. "#6f5553",
  32. "#c14089"
  33. ],
  34. "borderColor": "#ccc",
  35. "borderWidth": 0,
  36. "visualMapColor": [
  37. "#5ab1ef",
  38. "#e0ffff"
  39. ],
  40. "legendTextColor": "#333333",
  41. "kColor": "#d87a80",
  42. "kColor0": "#2ec7c9",
  43. "kBorderColor": "#d87a80",
  44. "kBorderColor0": "#2ec7c9",
  45. "kBorderWidth": 1,
  46. "lineWidth": 2,
  47. "symbolSize": 3,
  48. "symbol": "emptyCircle",
  49. "symbolBorderWidth": 1,
  50. "lineSmooth": true,
  51. "graphLineWidth": 1,
  52. "graphLineColor": "#aaaaaa",
  53. "mapLabelColor": "#d87a80",
  54. "mapLabelColorE": "rgb(100,0,0)",
  55. "mapBorderColor": "#eeeeee",
  56. "mapBorderColorE": "#444444",
  57. "mapBorderWidth": 0.5,
  58. "mapBorderWidthE": 1,
  59. "mapAreaColor": "#dddddd",
  60. "mapAreaColorE": "rgba(254,153,78,1)",
  61. "axes": [{
  62. "type": "all",
  63. "name": "通用坐标轴",
  64. "axisLineShow": true,
  65. "axisLineColor": "#eeeeee",
  66. "axisTickShow": true,
  67. "axisTickColor": "#eeeeee",
  68. "axisLabelShow": true,
  69. "axisLabelColor": "#eeeeee",
  70. "splitLineShow": true,
  71. "splitLineColor": [
  72. "#aaaaaa"
  73. ],
  74. "splitAreaShow": false,
  75. "splitAreaColor": [
  76. "#eeeeee"
  77. ]
  78. },
  79. {
  80. "type": "category",
  81. "name": "类目坐标轴",
  82. "axisLineShow": true,
  83. "axisLineColor": "#008acd",
  84. "axisTickShow": true,
  85. "axisTickColor": "#333",
  86. "axisLabelShow": true,
  87. "axisLabelColor": "#333",
  88. "splitLineShow": false,
  89. "splitLineColor": [
  90. "#eee"
  91. ],
  92. "splitAreaShow": false,
  93. "splitAreaColor": [
  94. "rgba(250,250,250,0.3)",
  95. "rgba(200,200,200,0.3)"
  96. ]
  97. },
  98. {
  99. "type": "value",
  100. "name": "数值坐标轴",
  101. "axisLineShow": true,
  102. "axisLineColor": "#008acd",
  103. "axisTickShow": true,
  104. "axisTickColor": "#333",
  105. "axisLabelShow": true,
  106. "axisLabelColor": "#333",
  107. "splitLineShow": true,
  108. "splitLineColor": [
  109. "#eee"
  110. ],
  111. "splitAreaShow": true,
  112. "splitAreaColor": [
  113. "rgba(250,250,250,0.3)",
  114. "rgba(200,200,200,0.3)"
  115. ]
  116. },
  117. {
  118. "type": "log",
  119. "name": "对数坐标轴",
  120. "axisLineShow": true,
  121. "axisLineColor": "#008acd",
  122. "axisTickShow": true,
  123. "axisTickColor": "#333",
  124. "axisLabelShow": true,
  125. "axisLabelColor": "#333",
  126. "splitLineShow": true,
  127. "splitLineColor": [
  128. "#eee"
  129. ],
  130. "splitAreaShow": true,
  131. "splitAreaColor": [
  132. "rgba(250,250,250,0.3)",
  133. "rgba(200,200,200,0.3)"
  134. ]
  135. },
  136. {
  137. "type": "time",
  138. "name": "时间坐标轴",
  139. "axisLineShow": true,
  140. "axisLineColor": "#008acd",
  141. "axisTickShow": true,
  142. "axisTickColor": "#333",
  143. "axisLabelShow": true,
  144. "axisLabelColor": "#333",
  145. "splitLineShow": true,
  146. "splitLineColor": [
  147. "#eee"
  148. ],
  149. "splitAreaShow": false,
  150. "splitAreaColor": [
  151. "rgba(250,250,250,0.3)",
  152. "rgba(200,200,200,0.3)"
  153. ]
  154. }
  155. ],
  156. "axisSeperateSetting": true,
  157. "toolboxColor": "#2ec7c9",
  158. "toolboxEmpasisColor": "#18a4a6",
  159. "tooltipAxisColor": "#008acd",
  160. "tooltipAxisWidth": "1",
  161. "timelineLineColor": "#008acd",
  162. "timelineLineWidth": 1,
  163. "timelineItemColor": "#008acd",
  164. "timelineItemColorE": "#a9334c",
  165. "timelineCheckColor": "#2ec7c9",
  166. "timelineCheckBorderColor": "rgba(46,199,201,0.4)",
  167. "timelineItemBorderWidth": 1,
  168. "timelineControlColor": "#008acd",
  169. "timelineControlBorderColor": "#008acd",
  170. "timelineControlBorderWidth": 0.5,
  171. "timelineLabelColor": "#008acd",
  172. "datazoomBackgroundColor": "rgba(47,69,84,0)",
  173. "datazoomDataColor": "rgba(239,239,255,1)",
  174. "datazoomFillColor": "rgba(182,162,222,0.2)",
  175. "datazoomHandleColor": "#008acd",
  176. "datazoomHandleWidth": "100",
  177. "datazoomLabelColor": "#333333"
  178. }
  179. }
  180. window.echarts.registerTheme(theme_macarons.themeName, theme_macarons.theme)