dark.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. {
  2. "color": [
  3. "#4583ff",
  4. "#37b3cc",
  5. "#258ca6",
  6. "#34bf6e",
  7. "#239957",
  8. "#3062da"
  9. ],
  10. "backgroundColor": "rgba(0,0,0,0)",
  11. "textStyle": {},
  12. "title": {
  13. "textStyle": {
  14. "color": "#ffffff"
  15. },
  16. "subtextStyle": {
  17. "color": "#aaaaaa"
  18. }
  19. },
  20. "line": {
  21. "itemStyle": {
  22. "borderWidth": 1
  23. },
  24. "lineStyle": {
  25. "width": 2
  26. },
  27. "symbolSize": 4,
  28. "symbol": "circle",
  29. "smooth": false
  30. },
  31. "radar": {
  32. "itemStyle": {
  33. "borderWidth": 1
  34. },
  35. "lineStyle": {
  36. "width": 2
  37. },
  38. "symbolSize": 4,
  39. "symbol": "circle",
  40. "smooth": false
  41. },
  42. "bar": {
  43. "itemStyle": {
  44. "barBorderWidth": "1",
  45. "barBorderColor": "#181818"
  46. }
  47. },
  48. "pie": {
  49. "itemStyle": {
  50. "borderWidth": "1",
  51. "borderColor": "#181818"
  52. }
  53. },
  54. "scatter": {
  55. "itemStyle": {
  56. "borderWidth": "1",
  57. "borderColor": "#181818"
  58. }
  59. },
  60. "boxplot": {
  61. "itemStyle": {
  62. "borderWidth": "1",
  63. "borderColor": "#181818"
  64. }
  65. },
  66. "parallel": {
  67. "itemStyle": {
  68. "borderWidth": "1",
  69. "borderColor": "#181818"
  70. }
  71. },
  72. "sankey": {
  73. "itemStyle": {
  74. "borderWidth": "1",
  75. "borderColor": "#181818"
  76. }
  77. },
  78. "funnel": {
  79. "itemStyle": {
  80. "borderWidth": "1",
  81. "borderColor": "#181818"
  82. }
  83. },
  84. "gauge": {
  85. "itemStyle": {
  86. "borderWidth": "1",
  87. "borderColor": "#181818"
  88. }
  89. },
  90. "candlestick": {
  91. "itemStyle": {
  92. "color": "#fd1050",
  93. "color0": "#0cf49b",
  94. "borderColor": "#fd1050",
  95. "borderColor0": "#0cf49b",
  96. "borderWidth": 1
  97. }
  98. },
  99. "graph": {
  100. "itemStyle": {
  101. "borderWidth": "1",
  102. "borderColor": "#181818"
  103. },
  104. "lineStyle": {
  105. "width": 1,
  106. "color": "#aaa"
  107. },
  108. "symbolSize": 4,
  109. "symbol": "circle",
  110. "smooth": false,
  111. "color": [
  112. "#4583ff",
  113. "#37b3cc",
  114. "#258ca6",
  115. "#34bf6e",
  116. "#239957",
  117. "#3062da"
  118. ],
  119. "label": {
  120. "color": "#ffffff"
  121. }
  122. },
  123. "map": {
  124. "itemStyle": {
  125. "areaColor": "#eee",
  126. "borderColor": "#444",
  127. "borderWidth": 0.5
  128. },
  129. "label": {
  130. "color": "#000"
  131. },
  132. "emphasis": {
  133. "itemStyle": {
  134. "areaColor": "rgba(255,215,0,0.8)",
  135. "borderColor": "#444",
  136. "borderWidth": 1
  137. },
  138. "label": {
  139. "color": "rgb(100,0,0)"
  140. }
  141. }
  142. },
  143. "geo": {
  144. "itemStyle": {
  145. "areaColor": "#eee",
  146. "borderColor": "#444",
  147. "borderWidth": 0.5
  148. },
  149. "label": {
  150. "color": "#000"
  151. },
  152. "emphasis": {
  153. "itemStyle": {
  154. "areaColor": "rgba(255,215,0,0.8)",
  155. "borderColor": "#444",
  156. "borderWidth": 1
  157. },
  158. "label": {
  159. "color": "rgb(100,0,0)"
  160. }
  161. }
  162. },
  163. "categoryAxis": {
  164. "axisLine": {
  165. "show": true,
  166. "lineStyle": {
  167. "color": "rgba(255,255,255,0.26)"
  168. }
  169. },
  170. "axisTick": {
  171. "show": true,
  172. "lineStyle": {
  173. "color": "rgba(216,216,216,0.26)"
  174. }
  175. },
  176. "axisLabel": {
  177. "show": true,
  178. "color": "rgba(255,255,255,0.7)"
  179. },
  180. "splitLine": {
  181. "show": false,
  182. "lineStyle": {
  183. "color": [
  184. "rgba(255,255,255,0.1)"
  185. ]
  186. }
  187. },
  188. "splitArea": {
  189. "show": false,
  190. "areaStyle": {
  191. "color": [
  192. "#eeeeee"
  193. ]
  194. }
  195. }
  196. },
  197. "valueAxis": {
  198. "axisLine": {
  199. "show": false,
  200. "lineStyle": {
  201. "color": "rgba(255,255,255,0.26)"
  202. }
  203. },
  204. "axisTick": {
  205. "show": false,
  206. "lineStyle": {
  207. "color": "rgba(216,216,216,0.26)"
  208. }
  209. },
  210. "axisLabel": {
  211. "show": true,
  212. "color": "rgba(255,255,255,0.7)"
  213. },
  214. "splitLine": {
  215. "show": true,
  216. "lineStyle": {
  217. "color": [
  218. "rgba(255,255,255,0.1)"
  219. ]
  220. }
  221. },
  222. "splitArea": {
  223. "show": false,
  224. "areaStyle": {
  225. "color": [
  226. "#eeeeee"
  227. ]
  228. }
  229. }
  230. },
  231. "logAxis": {
  232. "axisLine": {
  233. "show": true,
  234. "lineStyle": {
  235. "color": "rgba(255,255,255,0.26)"
  236. }
  237. },
  238. "axisTick": {
  239. "show": true,
  240. "lineStyle": {
  241. "color": "rgba(216,216,216,0.26)"
  242. }
  243. },
  244. "axisLabel": {
  245. "show": true,
  246. "color": "rgba(255,255,255,0.7)"
  247. },
  248. "splitLine": {
  249. "show": true,
  250. "lineStyle": {
  251. "color": [
  252. "rgba(255,255,255,0.1)"
  253. ]
  254. }
  255. },
  256. "splitArea": {
  257. "show": false,
  258. "areaStyle": {
  259. "color": [
  260. "#eeeeee"
  261. ]
  262. }
  263. }
  264. },
  265. "timeAxis": {
  266. "axisLine": {
  267. "show": true,
  268. "lineStyle": {
  269. "color": "rgba(255,255,255,0.26)"
  270. }
  271. },
  272. "axisTick": {
  273. "show": true,
  274. "lineStyle": {
  275. "color": "rgba(216,216,216,0.26)"
  276. }
  277. },
  278. "axisLabel": {
  279. "show": true,
  280. "color": "rgba(255,255,255,0.7)"
  281. },
  282. "splitLine": {
  283. "show": true,
  284. "lineStyle": {
  285. "color": [
  286. "rgba(255,255,255,0.1)"
  287. ]
  288. }
  289. },
  290. "splitArea": {
  291. "show": false,
  292. "areaStyle": {
  293. "color": [
  294. "#eeeeee"
  295. ]
  296. }
  297. }
  298. },
  299. "toolbox": {
  300. "iconStyle": {
  301. "borderColor": "#ffffff"
  302. },
  303. "emphasis": {
  304. "iconStyle": {
  305. "borderColor": "#666666"
  306. }
  307. }
  308. },
  309. "legend": {
  310. "textStyle": {
  311. "color": "rgba(255,255,255,0.7)"
  312. }
  313. },
  314. "tooltip": {
  315. "axisPointer": {
  316. "lineStyle": {
  317. "color": "rgba(216,216,216,0.3)",
  318. "width": "1"
  319. },
  320. "crossStyle": {
  321. "color": "rgba(216,216,216,0.3)",
  322. "width": "1"
  323. }
  324. }
  325. },
  326. "timeline": {
  327. "lineStyle": {
  328. "color": "#eeeeee",
  329. "width": 1
  330. },
  331. "itemStyle": {
  332. "color": "#dd6b66",
  333. "borderWidth": 1
  334. },
  335. "controlStyle": {
  336. "color": "#eeeeee",
  337. "borderColor": "#eeeeee",
  338. "borderWidth": 0.5
  339. },
  340. "checkpointStyle": {
  341. "color": "#e43c59",
  342. "borderColor": "#c23531"
  343. },
  344. "label": {
  345. "color": "#eeeeee"
  346. },
  347. "emphasis": {
  348. "itemStyle": {
  349. "color": "#a9334c"
  350. },
  351. "controlStyle": {
  352. "color": "#eeeeee",
  353. "borderColor": "#eeeeee",
  354. "borderWidth": 0.5
  355. },
  356. "label": {
  357. "color": "#eeeeee"
  358. }
  359. }
  360. },
  361. "visualMap": {
  362. "color": [
  363. "#bf444c"
  364. ]
  365. },
  366. "dataZoom": {
  367. "backgroundColor": "rgba(47,69,84,0)",
  368. "dataBackgroundColor": "rgba(255,255,255,0.3)",
  369. "fillerColor": "rgba(167,183,204,0.4)",
  370. "handleColor": "#a7b7cc",
  371. "handleSize": "100%",
  372. "textStyle": {
  373. "color": "#eeeeee"
  374. }
  375. },
  376. "markPoint": {
  377. "label": {
  378. "color": "#ffffff"
  379. },
  380. "emphasis": {
  381. "label": {
  382. "color": "#ffffff"
  383. }
  384. }
  385. }
  386. }