| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- {
- "base": {
- "name": "theme2",
- "color": [
- "#2eb4ff",
- "#51edda",
- "#8121fc",
- "#a0a7e6",
- "#c4ebad",
- "#96dee8",
- "#19a0bd",
- "#3772eb",
- "#59c4e6",
- "#a5e7f0",
- "#f7e426",
- "#07a2a4",
- "#9a7fd1",
- "#da9bf7"
- ],
- "backgroundColor": "rgba(41,52,65,1)",
- "textStyle": {},
- "legend": {
- "textStyle": {
- "color": "#999999"
- },
- "inactiveColor": "#575A5D",
- "pageIconColor": "#aaa",
- "pageIconInactiveColor": "#2f4554",
- "pageTextStyle": {
- "color": "#aaa"
- }
- },
- "tooltip": {
- "axisPointer": {
- "lineStyle": {
- "color": "#cccccc",
- "width": 1
- },
- "crossStyle": {
- "color": "#cccccc",
- "width": 1
- }
- }
- }
- },
- "dataZoom": {
- "dataZoom": {
- "backgroundColor": "rgba(255,255,255,0)",
- "dataBackgroundColor": "rgba(222,222,222,1)",
- "fillerColor": "rgba(255,113,94,0.2)",
- "handleColor": "#cccccc",
- "handleSize": "100%",
- "textStyle": {
- "color": "#999999"
- }
- }
- },
- "line": {
- "line": {
- "itemStyle": {
- "normal": {
- "borderWidth": 2
- }
- },
- "lineStyle": {
- "normal": {
- "width": 3
- }
- }
- }
- },
- "bar": {
- "bar": {
- "itemStyle": {
- "normal": {
- "barBorderWidth": 0,
- "barBorderColor": "#ccc"
- },
- "emphasis": {
- "barBorderWidth": 0,
- "barBorderColor": "#ccc"
- }
- }
- }
- },
- "pie": {
- "pie": {
- "itemStyle": {
- "normal": {
- "borderWidth": 0,
- "borderColor": "#ccc"
- },
- "emphasis": {
- "borderWidth": 0,
- "borderColor": "#ccc"
- }
- }
- },
- "dataZoom": null,
- "markPoint": null
- },
- "scatter": {
- "scatter": {
- "itemStyle": {
- "normal": {
- "borderWidth": 0,
- "borderColor": "#ccc"
- },
- "emphasis": {
- "borderWidth": 0,
- "borderColor": "#ccc"
- }
- }
- }
- },
- "xAxis": {
- "xAxis": {
- "0": {
- "axisLine": {
- "show": true,
- "lineStyle": {
- "color": "#666666"
- }
- },
- "axisTick": {
- "show": true,
- "lineStyle": {
- "color": "#333"
- }
- },
- "axisLabel": {
- "show": true,
- "textStyle": {
- "color": "#999"
- }
- },
- "splitLine": {
- "show": false,
- "lineStyle": {
- "color": [
- "#555555"
- ]
- }
- },
- "splitArea": {
- "show": false,
- "areaStyle": {
- "color": [
- "rgba(250,250,250,0.05)",
- "rgba(200,200,200,0.02)"
- ]
- }
- }
- }
- }
- },
- "yAxis": {
- "yAxis": {
- "0": {
- "axisLine": {
- "show": true,
- "lineStyle": {
- "color": "#666"
- }
- },
- "axisTick": {
- "show": true,
- "lineStyle": {
- "color": "#333"
- }
- },
- "axisLabel": {
- "show": true,
- "textStyle": {
- "color": "#999"
- }
- },
- "splitLine": {
- "show": true,
- "lineStyle": {
- "color": [
- "#555"
- ]
- }
- },
- "splitArea": {
- "show": false,
- "areaStyle": {
- "color": [
- "rgba(250,250,250,0.05)",
- "rgba(200,200,200,0.02)"
- ]
- }
- }
- }
- }
- }
- }
|