theme2.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. {
  2. "base": {
  3. "name": "theme2",
  4. "color": [
  5. "#2eb4ff",
  6. "#51edda",
  7. "#8121fc",
  8. "#a0a7e6",
  9. "#c4ebad",
  10. "#96dee8",
  11. "#19a0bd",
  12. "#3772eb",
  13. "#59c4e6",
  14. "#a5e7f0",
  15. "#f7e426",
  16. "#07a2a4",
  17. "#9a7fd1",
  18. "#da9bf7"
  19. ],
  20. "backgroundColor": "rgba(41,52,65,1)",
  21. "textStyle": {},
  22. "legend": {
  23. "textStyle": {
  24. "color": "#999999"
  25. },
  26. "inactiveColor": "#575A5D",
  27. "pageIconColor": "#aaa",
  28. "pageIconInactiveColor": "#2f4554",
  29. "pageTextStyle": {
  30. "color": "#aaa"
  31. }
  32. },
  33. "tooltip": {
  34. "axisPointer": {
  35. "lineStyle": {
  36. "color": "#cccccc",
  37. "width": 1
  38. },
  39. "crossStyle": {
  40. "color": "#cccccc",
  41. "width": 1
  42. }
  43. }
  44. }
  45. },
  46. "dataZoom": {
  47. "dataZoom": {
  48. "backgroundColor": "rgba(255,255,255,0)",
  49. "dataBackgroundColor": "rgba(222,222,222,1)",
  50. "fillerColor": "rgba(255,113,94,0.2)",
  51. "handleColor": "#cccccc",
  52. "handleSize": "100%",
  53. "textStyle": {
  54. "color": "#999999"
  55. }
  56. }
  57. },
  58. "line": {
  59. "line": {
  60. "itemStyle": {
  61. "normal": {
  62. "borderWidth": 2
  63. }
  64. },
  65. "lineStyle": {
  66. "normal": {
  67. "width": 3
  68. }
  69. }
  70. }
  71. },
  72. "bar": {
  73. "bar": {
  74. "itemStyle": {
  75. "normal": {
  76. "barBorderWidth": 0,
  77. "barBorderColor": "#ccc"
  78. },
  79. "emphasis": {
  80. "barBorderWidth": 0,
  81. "barBorderColor": "#ccc"
  82. }
  83. }
  84. }
  85. },
  86. "pie": {
  87. "pie": {
  88. "itemStyle": {
  89. "normal": {
  90. "borderWidth": 0,
  91. "borderColor": "#ccc"
  92. },
  93. "emphasis": {
  94. "borderWidth": 0,
  95. "borderColor": "#ccc"
  96. }
  97. }
  98. },
  99. "dataZoom": null,
  100. "markPoint": null
  101. },
  102. "scatter": {
  103. "scatter": {
  104. "itemStyle": {
  105. "normal": {
  106. "borderWidth": 0,
  107. "borderColor": "#ccc"
  108. },
  109. "emphasis": {
  110. "borderWidth": 0,
  111. "borderColor": "#ccc"
  112. }
  113. }
  114. }
  115. },
  116. "xAxis": {
  117. "xAxis": {
  118. "0": {
  119. "axisLine": {
  120. "show": true,
  121. "lineStyle": {
  122. "color": "#666666"
  123. }
  124. },
  125. "axisTick": {
  126. "show": true,
  127. "lineStyle": {
  128. "color": "#333"
  129. }
  130. },
  131. "axisLabel": {
  132. "show": true,
  133. "textStyle": {
  134. "color": "#999"
  135. }
  136. },
  137. "splitLine": {
  138. "show": false,
  139. "lineStyle": {
  140. "color": [
  141. "#555555"
  142. ]
  143. }
  144. },
  145. "splitArea": {
  146. "show": false,
  147. "areaStyle": {
  148. "color": [
  149. "rgba(250,250,250,0.05)",
  150. "rgba(200,200,200,0.02)"
  151. ]
  152. }
  153. }
  154. }
  155. }
  156. },
  157. "yAxis": {
  158. "yAxis": {
  159. "0": {
  160. "axisLine": {
  161. "show": true,
  162. "lineStyle": {
  163. "color": "#666"
  164. }
  165. },
  166. "axisTick": {
  167. "show": true,
  168. "lineStyle": {
  169. "color": "#333"
  170. }
  171. },
  172. "axisLabel": {
  173. "show": true,
  174. "textStyle": {
  175. "color": "#999"
  176. }
  177. },
  178. "splitLine": {
  179. "show": true,
  180. "lineStyle": {
  181. "color": [
  182. "#555"
  183. ]
  184. }
  185. },
  186. "splitArea": {
  187. "show": false,
  188. "areaStyle": {
  189. "color": [
  190. "rgba(250,250,250,0.05)",
  191. "rgba(200,200,200,0.02)"
  192. ]
  193. }
  194. }
  195. }
  196. }
  197. }
  198. }