forked from patternfly/patternfly-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase-theme.ts
More file actions
252 lines (248 loc) · 11.3 KB
/
base-theme.ts
File metadata and controls
252 lines (248 loc) · 11.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
import chart_echarts_bar_item_style_BarBorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_bar_item_style_BarBorderColor';
import chart_echarts_boxplot_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_boxplot_item_style_BorderWidth';
import chart_echarts_candlestick_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_candlestick_item_style_BorderWidth';
import chart_echarts_datazoom_HandleSize from '@patternfly/react-tokens/dist/esm/chart_echarts_datazoom_HandleSize';
import chart_echarts_funnel_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_funnel_item_style_BorderWidth';
import chart_echarts_gauge_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_gauge_item_style_BorderWidth';
import chart_echarts_geo_emphasis_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_gauge_item_style_BorderWidth';
import chart_echarts_geo_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_gauge_item_style_BorderWidth';
import chart_echarts_global_axis_BoundaryGap from '@patternfly/react-tokens/dist/esm/chart_echarts_global_axis_BoundaryGap';
import chart_echarts_global_axis_axis_label_Show from '@patternfly/react-tokens/dist/esm/chart_echarts_global_axis_axis_label_Show';
import chart_echarts_global_axis_axis_line_Show from '@patternfly/react-tokens/dist/esm/chart_echarts_global_axis_axis_line_Show';
import chart_echarts_global_axis_axis_tick_Show from '@patternfly/react-tokens/dist/esm/chart_echarts_global_axis_axis_tick_Show';
import chart_echarts_global_axis_split_area_Show from '@patternfly/react-tokens/dist/esm/chart_echarts_global_axis_split_area_Show';
import chart_echarts_global_axis_split_line_Show from '@patternfly/react-tokens/dist/esm/chart_echarts_global_axis_split_line_Show';
import chart_echarts_graph_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_graph_item_style_BorderWidth';
import chart_echarts_graph_line_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_graph_line_style_BorderWidth';
import chart_echarts_graph_Smooth from '@patternfly/react-tokens/dist/esm/chart_echarts_graph_Smooth';
import chart_echarts_graph_Symbol from '@patternfly/react-tokens/dist/esm/chart_echarts_graph_Symbol';
import chart_echarts_graph_SymbolSize from '@patternfly/react-tokens/dist/esm/chart_echarts_graph_SymbolSize';
import chart_echarts_line_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_line_item_style_BorderWidth';
import chart_echarts_line_line_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_line_line_style_BorderWidth';
import chart_echarts_line_Smooth from '@patternfly/react-tokens/dist/esm/chart_echarts_line_Smooth';
import chart_echarts_line_Symbol from '@patternfly/react-tokens/dist/esm/chart_echarts_line_Symbol';
import chart_echarts_line_SymbolSize from '@patternfly/react-tokens/dist/esm/chart_echarts_line_SymbolSize';
import chart_echarts_map_emphasis_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_map_emphasis_item_style_BorderWidth';
import chart_echarts_map_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_map_item_style_BorderWidth';
import chart_echarts_parallel_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_parallel_item_style_BorderWidth';
import chart_echarts_pie_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_pie_item_style_BorderWidth';
import chart_echarts_radar_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_radar_item_style_BorderWidth';
import chart_echarts_radar_line_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_radar_line_style_BorderWidth';
import chart_echarts_radar_Smooth from '@patternfly/react-tokens/dist/esm/chart_echarts_radar_Smooth';
import chart_echarts_radar_Symbol from '@patternfly/react-tokens/dist/esm/chart_echarts_radar_Symbol';
import chart_echarts_radar_SymbolSize from '@patternfly/react-tokens/dist/esm/chart_echarts_radar_SymbolSize';
import chart_echarts_sankey_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_sankey_item_style_BorderWidth';
import chart_echarts_scatter_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_scatter_item_style_BorderWidth';
import chart_echarts_timeline_control_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_timeline_control_style_BorderWidth';
import chart_echarts_timeline_emphasis_control_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_timeline_emphasis_control_style_BorderWidth';
import chart_echarts_timeline_item_style_BorderWidth from '@patternfly/react-tokens/dist/esm/chart_echarts_timeline_item_style_BorderWidth';
import chart_echarts_timeline_line_style_Width from '@patternfly/react-tokens/dist/esm/chart_echarts_timeline_line_style_Width';
import chart_echarts_tooltip_axis_pointer_cross_style_Width from '@patternfly/react-tokens/dist/esm/chart_echarts_tooltip_axis_pointer_cross_style_Width';
import chart_echarts_tooltip_axis_pointer_line_style_Width from '@patternfly/react-tokens/dist/esm/chart_echarts_tooltip_axis_pointer_line_style_Width';
import chart_global_FontFamily from '@patternfly/react-tokens/dist/esm/chart_global_FontFamily';
import chart_global_FontSize_sm from '@patternfly/react-tokens/dist/esm/chart_global_FontSize_sm';
import { ThemeDefinition } from './Theme';
import { getComputedStyleValue } from '../utils/styles';
/**
* Base theme containing EChart properties only
*
* @private Not intended as public API and subject to change
*/
export const BaseTheme = (): ThemeDefinition => {
const textProps = {
fontFamily: chart_global_FontFamily.var.replace(/"/g, "'"), // Well-formed XML
fontSize: chart_global_FontSize_sm.value
};
const axisProps = {
boundaryGap: getComputedStyleValue(chart_echarts_global_axis_BoundaryGap),
axisLabel: {
...textProps,
show: getComputedStyleValue(chart_echarts_global_axis_axis_label_Show)
},
axisLine: {
lineStyle: {},
show: getComputedStyleValue(chart_echarts_global_axis_axis_line_Show)
},
axisTick: {
lineStyle: {},
show: getComputedStyleValue(chart_echarts_global_axis_axis_tick_Show)
},
splitArea: {
areaStyle: {},
show: getComputedStyleValue(chart_echarts_global_axis_split_area_Show)
},
splitLine: {
lineStyle: {},
show: getComputedStyleValue(chart_echarts_global_axis_split_line_Show) // Grid
}
};
return {
bar: {
itemStyle: {
barBorderWidth: getComputedStyleValue(chart_echarts_bar_item_style_BarBorderWidth)
}
},
boxplot: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_boxplot_item_style_BorderWidth)
}
},
candlestick: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_candlestick_item_style_BorderWidth)
}
},
categoryAxis: { ...axisProps },
dataZoom: {
handleSize: getComputedStyleValue(chart_echarts_datazoom_HandleSize),
textStyle: { ...textProps }
},
funnel: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_funnel_item_style_BorderWidth)
}
},
gauge: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_gauge_item_style_BorderWidth)
}
},
geo: {
emphasis: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_geo_emphasis_item_style_BorderWidth)
},
label: {}
},
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_geo_item_style_BorderWidth)
},
label: {}
},
graph: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_graph_item_style_BorderWidth)
},
label: {},
lineStyle: {
width: getComputedStyleValue(chart_echarts_graph_line_style_BorderWidth)
},
smooth: getComputedStyleValue(chart_echarts_graph_Smooth),
symbolSize: getComputedStyleValue(chart_echarts_graph_SymbolSize),
symbol: getComputedStyleValue(chart_echarts_graph_Symbol)
},
label: {
...textProps
},
legend: {
textStyle: { ...textProps }
},
line: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_line_item_style_BorderWidth)
},
lineStyle: {
width: getComputedStyleValue(chart_echarts_line_line_style_BorderWidth)
},
smooth: getComputedStyleValue(chart_echarts_line_Smooth),
symbolSize: getComputedStyleValue(chart_echarts_line_SymbolSize),
symbol: getComputedStyleValue(chart_echarts_line_Symbol)
},
logAxis: { ...axisProps },
map: {
emphasis: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_map_emphasis_item_style_BorderWidth)
},
label: {}
},
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_map_item_style_BorderWidth)
},
label: {
label: {}
}
},
markPoint: {
emphasis: {
label: {}
},
label: {}
},
parallel: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_parallel_item_style_BorderWidth)
}
},
pie: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_pie_item_style_BorderWidth)
}
},
radar: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_radar_item_style_BorderWidth)
},
lineStyle: {
width: getComputedStyleValue(chart_echarts_radar_line_style_BorderWidth)
},
smooth: getComputedStyleValue(chart_echarts_radar_Smooth),
symbolSize: getComputedStyleValue(chart_echarts_radar_SymbolSize),
symbol: getComputedStyleValue(chart_echarts_radar_Symbol)
},
sankey: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_sankey_item_style_BorderWidth)
}
},
scatter: {
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_scatter_item_style_BorderWidth)
}
},
textStyle: { ...textProps },
timeAxis: { ...axisProps },
timeline: {
emphasis: {
controlStyle: {
borderWidth: getComputedStyleValue(chart_echarts_timeline_emphasis_control_style_BorderWidth)
},
itemStyle: {},
label: {}
},
checkpointStyle: {},
controlStyle: {
borderWidth: getComputedStyleValue(chart_echarts_timeline_control_style_BorderWidth)
},
itemStyle: {
borderWidth: getComputedStyleValue(chart_echarts_timeline_item_style_BorderWidth)
},
label: {},
lineStyle: {
width: getComputedStyleValue(chart_echarts_timeline_line_style_Width)
}
},
title: {
subtextStyle: { ...textProps },
textStyle: { ...textProps }
},
toolbox: {
emphasis: {
iconStyle: {}
},
iconStyle: {}
},
tooltip: {
axisPointer: {
crossStyle: {
width: getComputedStyleValue(chart_echarts_tooltip_axis_pointer_cross_style_Width)
},
lineStyle: {
width: getComputedStyleValue(chart_echarts_tooltip_axis_pointer_line_style_Width)
}
}
},
valueAxis: { ...axisProps },
visualMap: {}
};
};