bfg-common 1.6.113 → 1.6.114
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/assets/img/icons/icons-sprite-dark-4.svg +38 -17
- package/assets/img/icons/icons-sprite-light-4.svg +49 -17
- package/assets/localization/local_be.json +43 -4
- package/assets/localization/local_en.json +43 -4
- package/assets/localization/local_hy.json +43 -4
- package/assets/localization/local_kk.json +43 -4
- package/assets/localization/local_ru.json +43 -4
- package/assets/localization/local_zh.json +43 -4
- package/components/common/configure/advancedSystemSettings/AdvancedSystemSettings.vue +25 -17
- package/components/common/configure/advancedSystemSettings/New.vue +41 -0
- package/components/common/configure/advancedSystemSettings/Old.vue +36 -0
- package/components/common/configure/advancedSystemSettings/modals/edit/Edit.vue +4 -4
- package/components/common/configure/advancedSystemSettings/modals/edit/New.vue +42 -23
- package/components/common/configure/advancedSystemSettings/modals/edit/Old.vue +5 -3
- package/components/common/configure/advancedSystemSettings/tableView/TableView.vue +27 -2
- package/components/common/configure/advancedSystemSettings/tableView/{old/field → field}/Field.vue +20 -50
- package/components/common/configure/advancedSystemSettings/tableView/field/New.vue +88 -0
- package/components/common/configure/advancedSystemSettings/tableView/field/Old.vue +73 -0
- package/components/common/configure/advancedSystemSettings/tableView/field/lib/config/index.ts +10 -0
- package/components/common/configure/advancedSystemSettings/tableView/field/lib/models/enums.ts +14 -0
- package/components/common/configure/advancedSystemSettings/tableView/new/New.vue +60 -130
- package/components/common/configure/advancedSystemSettings/tableView/new/lib/config/index.ts +112 -0
- package/components/common/configure/advancedSystemSettings/tableView/old/Old.vue +14 -41
- package/components/common/configure/advancedSystemSettings/tools/New.vue +64 -3
- package/components/common/configure/advancedSystemSettings/tools/Old.vue +2 -2
- package/components/common/configure/advancedSystemSettings/tools/Tools.vue +2 -2
- package/components/common/configure/physicalAdapters/modals/edit/lib/config/config.ts +59 -59
- package/components/common/configure/physicalAdapters/tableView/TableViewNew.vue +353 -345
- package/components/common/diagramMain/modals/viewSettings/viewSettings/ViewSettingsNew.vue +327 -323
- package/components/common/graph/Graph.vue +19 -8
- package/components/common/graph/{graphNew/GraphNew.vue → new/New.vue} +3 -3
- package/components/common/modals/confirmation/Confirmation.vue +1 -0
- package/components/common/monitor/advanced/Advanced.vue +9 -49
- package/components/common/monitor/advanced/graphView/GraphView.vue +8 -12
- package/components/common/monitor/advanced/graphView/{GraphViewNew.vue → New.vue} +1 -1
- package/components/common/monitor/advanced/table/Table.vue +9 -8
- package/components/common/monitor/advanced/table/{tableNew/TableNew.vue → new/New.vue} +6 -5
- package/components/common/monitor/advanced/table/{tableNew → new}/lib/config/options.ts +1 -1
- package/components/common/monitor/advanced/table/{tableOld/TableOld.vue → old/Old.vue} +6 -3
- package/components/common/monitor/advanced/tools/{ToolsNew.vue → New.vue} +4 -0
- package/components/common/monitor/advanced/tools/{ToolsOld.vue → Old.vue} +2 -0
- package/components/common/monitor/advanced/tools/Tools.vue +11 -53
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +9 -13
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/{ActionsNew.vue → New.vue} +6 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +12 -44
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +8 -7
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/{tableNew/TableNew.vue → new/New.vue} +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/{tableNew → new}/config/tableData.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/{tableOld/TableOld.vue → old/Old.vue} +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/{tableOld → old}/lib/config/tableConfig.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +9 -36
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +8 -9
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/{objectNew/ObjectNew.vue → new/New.vue} +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/{objectNew → new}/lib/config/tableData.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/{objectOld/ObjectOld.vue → old/Old.vue} +1 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +8 -7
- package/components/common/monitor/advanced/tools/chartOptionsModal/{NotificationNew.vue → notification/New.vue} +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/{Notification.vue → notification/Notification.vue} +8 -6
- package/components/common/monitor/advanced/tools/chartOptionsModal/{NotificationOld.vue → notification/Old.vue} +1 -5
- package/components/common/monitor/overview/OverviewNew.vue +1 -1
- package/components/common/monitor/overview/OverviewOld.vue +1 -1
- package/components/common/monitor/overview/filters/FiltersNew.vue +1 -0
- package/components/common/monitor/overview/filters/FiltersOld.vue +1 -0
- package/components/common/pages/hardwareHealth/historyTestimony/GraphNew.vue +2 -2
- package/lib/models/interfaces.ts +1 -0
- package/package.json +1 -1
- package/components/common/configure/advancedSystemSettings/tableView/new/lib/config/hostTable.ts +0 -308
- package/components/common/configure/advancedSystemSettings/tableView/old/field/lib/models/enums.ts +0 -14
- package/components/common/graph/lib/utils/renderGraph.ts +0 -393
- /package/components/common/graph/{GraphOld.vue → Old.vue} +0 -0
- /package/components/common/graph/{graphNew → new}/EmptyBlock.vue +0 -0
- /package/components/common/graph/{graphNew → new}/lib/models/enums.ts +0 -0
- /package/components/common/monitor/advanced/{AdvancedNew.vue → New.vue} +0 -0
- /package/components/common/monitor/advanced/{AdvancedOld.vue → Old.vue} +0 -0
- /package/components/common/monitor/advanced/graphView/{GraphViewOld.vue → Old.vue} +0 -0
- /package/components/common/monitor/advanced/table/{tableNew → new}/lib/utils/constructBody.ts +0 -0
- /package/components/common/monitor/advanced/table/{tableOld → old}/lib/config/performanceDatatable.ts +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/{ChartOptionsModalNew.vue → New.vue} +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/{ChartOptionsModalOld.vue → Old.vue} +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/actions/{ActionsOld.vue → Old.vue} +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/{CountersNew.vue → New.vue} +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/{CountersOld.vue → Old.vue} +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/{tableNew → new}/config/options.ts +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/{tableNew → new}/utils/constructTable.ts +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/{tableOld → old}/lib/models/types.ts +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/{TimespanNew.vue → New.vue} +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/{TimespanOld.vue → Old.vue} +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/{objectNew → new}/lib/config/options.ts +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/{objectNew → new}/lib/utils/constructTable.ts +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/{MetricsNew.vue → New.vue} +0 -0
- /package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/{MetricsOld.vue → Old.vue} +0 -0
|
@@ -1,393 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue'
|
|
2
|
-
import type {
|
|
3
|
-
I_CurrentColor,
|
|
4
|
-
I_LineGraph,
|
|
5
|
-
I_DiskGraph,
|
|
6
|
-
I_Title,
|
|
7
|
-
I_LineSeries,
|
|
8
|
-
I_SeriesLine,
|
|
9
|
-
I_SeriesDisk,
|
|
10
|
-
I_SeriesLineItem,
|
|
11
|
-
} from '~/node_modules/bfg-nuxt-3-graph/graph/lib/models/interfaces'
|
|
12
|
-
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
13
|
-
|
|
14
|
-
export const graphDataFunc = (
|
|
15
|
-
graphData: I_SeriesLine,
|
|
16
|
-
isDarkMode: boolean,
|
|
17
|
-
localization: UI_I_Localization,
|
|
18
|
-
isFullScreen: Ref<boolean>,
|
|
19
|
-
disabledTitle: boolean,
|
|
20
|
-
disabledExportButton: boolean,
|
|
21
|
-
disabledLegends: boolean,
|
|
22
|
-
graphType?: string,
|
|
23
|
-
dateTimeFormat?: string,
|
|
24
|
-
width?: number,
|
|
25
|
-
chart?: Ref<any>
|
|
26
|
-
): I_LineGraph => {
|
|
27
|
-
const currentColor: I_CurrentColor = {
|
|
28
|
-
backgroundColor: isDarkMode ? '#22343c' : 'white',
|
|
29
|
-
titleColor: isDarkMode ? 'white' : '#333333',
|
|
30
|
-
xAxisColor: isDarkMode ? '#ADBBC4' : '#707070',
|
|
31
|
-
textColor: isDarkMode ? '#ADBBC4' : '#707070',
|
|
32
|
-
legendItemColor: isDarkMode ? '#ADBBC4' : '#333333',
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
const yAxisLength = graphData.yAxis.length
|
|
36
|
-
const yAxisHelper: string[] = []
|
|
37
|
-
const yAxis = graphData.yAxis
|
|
38
|
-
.filter((_: string, key: number) => key >= yAxisLength - 2)
|
|
39
|
-
.map((text: string, i: number) => {
|
|
40
|
-
const opposite = !!i
|
|
41
|
-
if (opposite) yAxisHelper.push(text)
|
|
42
|
-
|
|
43
|
-
return {
|
|
44
|
-
title: {
|
|
45
|
-
text,
|
|
46
|
-
style: {
|
|
47
|
-
color: currentColor.textColor,
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
labels: {
|
|
51
|
-
style: {
|
|
52
|
-
color: currentColor.textColor,
|
|
53
|
-
},
|
|
54
|
-
},
|
|
55
|
-
min: text === '%' ? 0 : undefined,
|
|
56
|
-
max: text === '%' ? 100 : undefined,
|
|
57
|
-
opposite,
|
|
58
|
-
gridLineWidth: 0.5,
|
|
59
|
-
}
|
|
60
|
-
})
|
|
61
|
-
|
|
62
|
-
const { $formattedDatetime } = useNuxtApp()
|
|
63
|
-
|
|
64
|
-
const currentDateFunc = (data: number): string => {
|
|
65
|
-
if (dateTimeFormat === 'short')
|
|
66
|
-
return $formattedDatetime(new Date(data), {
|
|
67
|
-
hasSeconds: true,
|
|
68
|
-
separator: ', ',
|
|
69
|
-
formatTime: 'h:mm',
|
|
70
|
-
})
|
|
71
|
-
else
|
|
72
|
-
return $formattedDatetime(new Date(data), {
|
|
73
|
-
hasSeconds: true,
|
|
74
|
-
separator: ', ',
|
|
75
|
-
})
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
let xAxisCategories: string[] = []
|
|
79
|
-
let xAxisLabelPositions: number[] | null = null
|
|
80
|
-
const intervalDate = Math.round(
|
|
81
|
-
(graphData.pointEnd - graphData.pointStart) / graphData.lines[0].data.length
|
|
82
|
-
)
|
|
83
|
-
const series = graphData.lines.map(
|
|
84
|
-
(line: I_SeriesLineItem, key: number): I_LineSeries => {
|
|
85
|
-
const data =
|
|
86
|
-
line.units === 'ms' ? line.data.map((item) => item / 100) : line.data
|
|
87
|
-
|
|
88
|
-
if (key === 0) {
|
|
89
|
-
xAxisCategories = data.map((_: number, key2: number): string => {
|
|
90
|
-
const currentInterval = key2 ? key2 + 1 : 0
|
|
91
|
-
return currentDateFunc(
|
|
92
|
-
graphData.pointStart + intervalDate * currentInterval
|
|
93
|
-
)
|
|
94
|
-
})
|
|
95
|
-
}
|
|
96
|
-
if (width) {
|
|
97
|
-
xAxisLabelPositions = []
|
|
98
|
-
const count = Math.round(width / 250)
|
|
99
|
-
const positionInterval = Math.round(xAxisCategories.length / count)
|
|
100
|
-
for (let i = 0; i <= xAxisCategories.length; i += positionInterval) {
|
|
101
|
-
const currentIndex =
|
|
102
|
-
i === xAxisCategories.length ? xAxisCategories.length - 1 : i
|
|
103
|
-
|
|
104
|
-
if (
|
|
105
|
-
!xAxisLabelPositions?.length ||
|
|
106
|
-
currentIndex > xAxisLabelPositions[xAxisLabelPositions.length - 1]
|
|
107
|
-
) {
|
|
108
|
-
xAxisLabelPositions?.push(currentIndex)
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
if (i + positionInterval === positionInterval * count) {
|
|
112
|
-
xAxisLabelPositions?.push(xAxisCategories.length - 1)
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
const visible = key < 10
|
|
118
|
-
return {
|
|
119
|
-
data,
|
|
120
|
-
visible,
|
|
121
|
-
name: `${line.measurement}`,
|
|
122
|
-
color: line.color,
|
|
123
|
-
lineWidth: line.lineWidth || 1.5,
|
|
124
|
-
yAxis: yAxisHelper.includes(line.units) ? 1 : 0,
|
|
125
|
-
marker: {
|
|
126
|
-
enabled: false,
|
|
127
|
-
},
|
|
128
|
-
tooltip: {
|
|
129
|
-
pointFormatter: function (): string {
|
|
130
|
-
const { x, y }: any = this
|
|
131
|
-
const currentDate = xAxisCategories.find((_, key) => key === x)
|
|
132
|
-
return `<b>${line.relatedDeviceName}<br>${currentDate}</b><br>${
|
|
133
|
-
line.name
|
|
134
|
-
}: ${new Intl.NumberFormat('en-US').format(y)}`
|
|
135
|
-
},
|
|
136
|
-
},
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
)
|
|
140
|
-
|
|
141
|
-
const title = (): I_Title => {
|
|
142
|
-
if (disabledTitle) {
|
|
143
|
-
return {
|
|
144
|
-
text: '',
|
|
145
|
-
}
|
|
146
|
-
} else {
|
|
147
|
-
return {
|
|
148
|
-
text: graphData.groupName,
|
|
149
|
-
style: {
|
|
150
|
-
color: currentColor.titleColor,
|
|
151
|
-
},
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
return {
|
|
157
|
-
chart: {
|
|
158
|
-
type: graphType || 'spline',
|
|
159
|
-
zooming: {
|
|
160
|
-
type: 'xy',
|
|
161
|
-
},
|
|
162
|
-
animation: false,
|
|
163
|
-
backgroundColor: currentColor.backgroundColor,
|
|
164
|
-
events: {
|
|
165
|
-
fullscreenOpen(): void {
|
|
166
|
-
isFullScreen.value = true
|
|
167
|
-
},
|
|
168
|
-
fullscreenClose(): void {
|
|
169
|
-
isFullScreen.value = false
|
|
170
|
-
},
|
|
171
|
-
load: function () {
|
|
172
|
-
if (chart) chart.value = this
|
|
173
|
-
},
|
|
174
|
-
},
|
|
175
|
-
},
|
|
176
|
-
|
|
177
|
-
title: title(),
|
|
178
|
-
|
|
179
|
-
exporting: {
|
|
180
|
-
menuItemDefinitions: {
|
|
181
|
-
viewFullscreen: {
|
|
182
|
-
text: localization.common.viewFullScreen,
|
|
183
|
-
},
|
|
184
|
-
printChart: {
|
|
185
|
-
text: localization.common.printChart,
|
|
186
|
-
},
|
|
187
|
-
downloadPNG: {
|
|
188
|
-
text: localization.common.exportPng,
|
|
189
|
-
},
|
|
190
|
-
downloadJPEG: {
|
|
191
|
-
text: localization.common.exportJpeg,
|
|
192
|
-
},
|
|
193
|
-
downloadSVG: {
|
|
194
|
-
text: localization.common.exportSvg,
|
|
195
|
-
},
|
|
196
|
-
downloadCSV: {
|
|
197
|
-
text: localization.common.exportCsv,
|
|
198
|
-
},
|
|
199
|
-
},
|
|
200
|
-
csv: {
|
|
201
|
-
dateFormat: '%_ISO',
|
|
202
|
-
},
|
|
203
|
-
buttons: {
|
|
204
|
-
contextButton: {
|
|
205
|
-
enabled: disabledExportButton,
|
|
206
|
-
menuItems: [
|
|
207
|
-
'viewFullscreen',
|
|
208
|
-
'printChart',
|
|
209
|
-
'separator',
|
|
210
|
-
'downloadPNG',
|
|
211
|
-
'downloadJPEG',
|
|
212
|
-
'downloadSVG',
|
|
213
|
-
'downloadCSV',
|
|
214
|
-
],
|
|
215
|
-
},
|
|
216
|
-
},
|
|
217
|
-
},
|
|
218
|
-
|
|
219
|
-
accessibility: {
|
|
220
|
-
enabled: false,
|
|
221
|
-
},
|
|
222
|
-
|
|
223
|
-
credits: {
|
|
224
|
-
enabled: false,
|
|
225
|
-
},
|
|
226
|
-
|
|
227
|
-
tooltip: {
|
|
228
|
-
headerFormat: '',
|
|
229
|
-
style: {
|
|
230
|
-
width: '300px',
|
|
231
|
-
whiteSpace: 'normal',
|
|
232
|
-
},
|
|
233
|
-
},
|
|
234
|
-
|
|
235
|
-
legend: {
|
|
236
|
-
itemMarginBottom: 5,
|
|
237
|
-
maxHeight: 40,
|
|
238
|
-
itemStyle: {
|
|
239
|
-
color: currentColor.legendItemColor,
|
|
240
|
-
},
|
|
241
|
-
enabled: disabledLegends,
|
|
242
|
-
},
|
|
243
|
-
|
|
244
|
-
xAxis: {
|
|
245
|
-
type: 'datetime',
|
|
246
|
-
labels: {
|
|
247
|
-
autoRotationLimit: 0,
|
|
248
|
-
style: {
|
|
249
|
-
color: currentColor.textColor,
|
|
250
|
-
},
|
|
251
|
-
},
|
|
252
|
-
// tickInterval: 125,
|
|
253
|
-
tickPositions: xAxisLabelPositions,
|
|
254
|
-
categories: xAxisCategories,
|
|
255
|
-
gridLineWidth: 0.5,
|
|
256
|
-
},
|
|
257
|
-
|
|
258
|
-
yAxis,
|
|
259
|
-
|
|
260
|
-
plotOptions: {
|
|
261
|
-
series: {
|
|
262
|
-
animation: false,
|
|
263
|
-
},
|
|
264
|
-
line: {
|
|
265
|
-
animation: false,
|
|
266
|
-
},
|
|
267
|
-
},
|
|
268
|
-
|
|
269
|
-
series,
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
export const graphDiskDataFunc = (
|
|
274
|
-
graphData: I_SeriesDisk,
|
|
275
|
-
isDarkMode: boolean,
|
|
276
|
-
localization: UI_I_Localization,
|
|
277
|
-
isFullScreen: Ref<boolean>
|
|
278
|
-
): I_DiskGraph => {
|
|
279
|
-
const currentColor: I_CurrentColor = {
|
|
280
|
-
backgroundColor: isDarkMode ? '#22343c' : 'white',
|
|
281
|
-
titleColor: isDarkMode ? 'white' : '#333333',
|
|
282
|
-
xAxisColor: isDarkMode ? '#ADBBC4' : '#707070',
|
|
283
|
-
textColor: isDarkMode ? '#ADBBC4' : '#707070',
|
|
284
|
-
legendItemColor: isDarkMode ? '#ADBBC4' : '#333333',
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
return {
|
|
288
|
-
chart: {
|
|
289
|
-
plotBackgroundColor: null,
|
|
290
|
-
plotBorderWidth: null,
|
|
291
|
-
plotShadow: false,
|
|
292
|
-
type: 'pie',
|
|
293
|
-
backgroundColor: currentColor.backgroundColor,
|
|
294
|
-
events: {
|
|
295
|
-
fullscreenOpen(): void {
|
|
296
|
-
isFullScreen.value = true
|
|
297
|
-
},
|
|
298
|
-
fullscreenClose(): void {
|
|
299
|
-
isFullScreen.value = false
|
|
300
|
-
},
|
|
301
|
-
},
|
|
302
|
-
},
|
|
303
|
-
|
|
304
|
-
exporting: {
|
|
305
|
-
menuItemDefinitions: {
|
|
306
|
-
viewFullscreen: {
|
|
307
|
-
text: localization.common.viewFullScreen,
|
|
308
|
-
},
|
|
309
|
-
printChart: {
|
|
310
|
-
text: localization.common.printChart,
|
|
311
|
-
},
|
|
312
|
-
downloadPNG: {
|
|
313
|
-
text: localization.common.exportPng,
|
|
314
|
-
},
|
|
315
|
-
downloadJPEG: {
|
|
316
|
-
text: localization.common.exportJpeg,
|
|
317
|
-
},
|
|
318
|
-
downloadSVG: {
|
|
319
|
-
text: localization.common.exportSvg,
|
|
320
|
-
},
|
|
321
|
-
downloadCSV: {
|
|
322
|
-
text: localization.common.exportCsv,
|
|
323
|
-
},
|
|
324
|
-
},
|
|
325
|
-
csv: {
|
|
326
|
-
dateFormat: '%_ISO',
|
|
327
|
-
},
|
|
328
|
-
buttons: {
|
|
329
|
-
contextButton: {
|
|
330
|
-
enabled: true,
|
|
331
|
-
menuItems: [
|
|
332
|
-
'viewFullscreen',
|
|
333
|
-
'printChart',
|
|
334
|
-
'separator',
|
|
335
|
-
'downloadPNG',
|
|
336
|
-
'downloadJPEG',
|
|
337
|
-
'downloadSVG',
|
|
338
|
-
'downloadCSV',
|
|
339
|
-
],
|
|
340
|
-
},
|
|
341
|
-
},
|
|
342
|
-
},
|
|
343
|
-
|
|
344
|
-
title: {
|
|
345
|
-
text: graphData.title,
|
|
346
|
-
style: {
|
|
347
|
-
color: currentColor.titleColor,
|
|
348
|
-
},
|
|
349
|
-
},
|
|
350
|
-
|
|
351
|
-
accessibility: {
|
|
352
|
-
enabled: false,
|
|
353
|
-
},
|
|
354
|
-
|
|
355
|
-
credits: {
|
|
356
|
-
enabled: false,
|
|
357
|
-
},
|
|
358
|
-
|
|
359
|
-
tooltip: {
|
|
360
|
-
pointFormat: '{point.percentage:.1f}%',
|
|
361
|
-
},
|
|
362
|
-
|
|
363
|
-
plotOptions: {
|
|
364
|
-
pie: {
|
|
365
|
-
cursor: 'pointer',
|
|
366
|
-
dataLabels: {
|
|
367
|
-
enabled: false,
|
|
368
|
-
},
|
|
369
|
-
showInLegend: true,
|
|
370
|
-
},
|
|
371
|
-
},
|
|
372
|
-
|
|
373
|
-
legend: {
|
|
374
|
-
align: 'right',
|
|
375
|
-
layout: 'vertical',
|
|
376
|
-
itemStyle: {
|
|
377
|
-
color: currentColor.legendItemColor,
|
|
378
|
-
},
|
|
379
|
-
itemHoverStyle: {
|
|
380
|
-
color: currentColor.legendItemColor,
|
|
381
|
-
},
|
|
382
|
-
},
|
|
383
|
-
|
|
384
|
-
series: [
|
|
385
|
-
{
|
|
386
|
-
name: 'Brands',
|
|
387
|
-
colorByPoint: true,
|
|
388
|
-
data: graphData.data,
|
|
389
|
-
animation: false,
|
|
390
|
-
},
|
|
391
|
-
],
|
|
392
|
-
}
|
|
393
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/common/monitor/advanced/table/{tableNew → new}/lib/utils/constructBody.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|