@semi-bot/semi-vchart-theme-ida 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/darkEcharts.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "color": [
3
- "#4390FD",
4
- "#5FD3CF",
5
- "#B088DF",
6
- "#E79B2C",
7
- "#F3C626",
8
- "#F05676",
9
- "#92DAF7",
10
- "#D179D3",
11
- "#38B7C7",
12
- "#ACDD79"
3
+ "#10C4BB",
4
+ "#aa590a",
5
+ "#b088df",
6
+ "#ec2f5d",
7
+ "#1396f1",
8
+ "#cb9c1e",
9
+ "#0b9698",
10
+ "#97c765",
11
+ "#d179d3",
12
+ "#6774c6",
13
+ "#85D200",
14
+ "#D263D8",
15
+ "#79A2CE"
13
16
  ],
14
17
  "textStyle": {},
15
18
  "line": {
16
19
  "lineStyle": {
20
+ "width": 2,
17
21
  "curveType": "linear"
18
22
  },
19
- "itemStyle": {
20
- "symbolType": "circle"
21
- },
22
- "symbol": "circle",
23
+ "itemStyle": {},
23
24
  "label": {
24
- "color": "inherit",
25
- "position": "top"
25
+ "color": "inherit"
26
26
  }
27
27
  },
28
28
  "bar": {
@@ -32,7 +32,8 @@
32
32
  4,
33
33
  0,
34
34
  0
35
- ]
35
+ ],
36
+ "borderWidth": 0
36
37
  },
37
38
  "barWidth": "70%",
38
39
  "barCategoryGap": "10%",
@@ -60,10 +61,27 @@
60
61
  4,
61
62
  4,
62
63
  4
63
- ]
64
+ ],
65
+ "borderWidth": 0
64
66
  },
65
67
  "label": {
66
- "color": "inherit",
68
+ "fontSize": 12,
69
+ "fontWeight": 400,
70
+ "lineHeight": 16,
71
+ "fontFamily": [
72
+ "Inter",
73
+ "BlinkMacSystemFont",
74
+ "Segoe UI",
75
+ "PingFang SC",
76
+ "Hiragino Sans GB",
77
+ "Microsoft YaHei",
78
+ "Helvetica Neue",
79
+ "Helvetica",
80
+ "Arial",
81
+ "sans-serif",
82
+ "D-DIN"
83
+ ],
84
+ "color": "#ffffff",
67
85
  "position": "inside"
68
86
  }
69
87
  },
@@ -72,10 +90,12 @@
72
90
  "trigger": "axis",
73
91
  "z": 0,
74
92
  "lineStyle": {
75
- "visible": true
93
+ "visible": true,
94
+ "color": "#f9f9f90d"
76
95
  },
77
96
  "shadowStyle": {
78
- "visible": true
97
+ "visible": true,
98
+ "color": "#f9f9f90d"
79
99
  },
80
100
  "label": {
81
101
  "show": false,
@@ -89,17 +109,105 @@
89
109
  },
90
110
  "legend": {
91
111
  "type": "scroll",
112
+ "orient": "horizontal",
113
+ "top": "top",
114
+ "padding": {
115
+ "bottom": 20
116
+ },
117
+ "itemGap": 24,
118
+ "textStyle": {
119
+ "visible": true,
120
+ "fontSize": 12,
121
+ "fontWeight": 400,
122
+ "lineHeight": 16,
123
+ "fontFamily": [
124
+ "Inter",
125
+ "BlinkMacSystemFont",
126
+ "Segoe UI",
127
+ "PingFang SC",
128
+ "Hiragino Sans GB",
129
+ "Microsoft YaHei",
130
+ "Helvetica Neue",
131
+ "Helvetica",
132
+ "Arial",
133
+ "sans-serif",
134
+ "D-DIN"
135
+ ],
136
+ "color": "#f9f9f9a6"
137
+ },
138
+ "itemStyle": {},
139
+ "pageTextStyle": {
140
+ "color": "#f9f9f9a6"
141
+ }
142
+ },
143
+ "tooltip": {
144
+ "padding": [
145
+ 16,
146
+ 16,
147
+ 16,
148
+ 16
149
+ ],
150
+ "backgroundColor": "#16161A",
151
+ "borderColor": "#485050ff",
152
+ "borderWidth": 0.5,
92
153
  "textStyle": {
93
- "visible": true
154
+ "fontSize": 12,
155
+ "fontFamily": [
156
+ "Inter",
157
+ "BlinkMacSystemFont",
158
+ "Segoe UI",
159
+ "PingFang SC",
160
+ "Hiragino Sans GB",
161
+ "Microsoft YaHei",
162
+ "Helvetica Neue",
163
+ "Helvetica",
164
+ "Arial",
165
+ "sans-serif",
166
+ "D-DIN"
167
+ ],
168
+ "fontColor": "#f9f9f9a6"
94
169
  }
95
170
  },
96
- "tooltip": {},
97
171
  "title": {
98
172
  "textStyle": {
99
- "visible": true
173
+ "visible": true,
174
+ "fontSize": 18,
175
+ "fontWeight": 600,
176
+ "lineHeight": 24,
177
+ "fontFamily": [
178
+ "Inter",
179
+ "BlinkMacSystemFont",
180
+ "Segoe UI",
181
+ "PingFang SC",
182
+ "Hiragino Sans GB",
183
+ "Microsoft YaHei",
184
+ "Helvetica Neue",
185
+ "Helvetica",
186
+ "Arial",
187
+ "sans-serif",
188
+ "D-DIN"
189
+ ],
190
+ "color": "#f9f9f9ff"
100
191
  },
101
192
  "subtextStyle": {
102
- "visible": true
193
+ "visible": true,
194
+ "fontSize": 14,
195
+ "fontWeight": 400,
196
+ "lineHeight": 20,
197
+ "fontFamily": [
198
+ "Inter",
199
+ "BlinkMacSystemFont",
200
+ "Segoe UI",
201
+ "PingFang SC",
202
+ "Hiragino Sans GB",
203
+ "Microsoft YaHei",
204
+ "Helvetica Neue",
205
+ "Helvetica",
206
+ "Arial",
207
+ "sans-serif",
208
+ "D-DIN"
209
+ ],
210
+ "color": "#f9f9f959"
103
211
  }
104
212
  },
105
213
  "categoryAxis": {