generated from gapitio/htmlgraphics-html-bundler-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpanelOptions.config.js
45 lines (45 loc) · 902 Bytes
/
panelOptions.config.js
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
/**
* @type {import("./types/htmlgraphicsTypes/options").OptionsInterface}
*/
export const defaultPanelOptions = {
calcsMutation: "standard",
reduceOptions: {
calcs: [
// Change `calcsMutation` to "custom" when changing the values
"lastNotNull",
"last",
"firstNotNull",
"first",
"min",
"max",
"mean",
"sum",
"count",
"range",
"delta",
"step",
"diff",
"logmin",
"allIsZero",
"allIsNull",
"diffperc",
],
},
add100Percentage: true,
centerAlignContent: true,
overflow: "visible",
SVGBaseFix: true,
codeData: "{}",
rootCSS: "",
css: "",
html: "",
renderOnMount: true,
onRender: "",
dynamicHtmlGraphics: false,
dynamicData: false,
dynamicFieldDisplayValues: false,
dynamicProps: false,
panelupdateOnMount: true,
onInitOnResize: false,
onInit: "",
};