@luquimbo/bi-superpowers 5.0.0 → 5.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.
Files changed (196) hide show
  1. package/.claude-plugin/marketplace.json +5 -3
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/.claude-plugin/skill-manifest.json +23 -7
  4. package/.plugin/plugin.json +1 -1
  5. package/AGENTS.md +124 -26
  6. package/CHANGELOG.md +494 -16
  7. package/README.md +33 -117
  8. package/bin/cli.js +1 -1
  9. package/bin/commands/diff.js +2 -2
  10. package/bin/commands/install.js +58 -45
  11. package/bin/commands/lint.js +2 -2
  12. package/bin/commands/validate-projects.js +1 -1
  13. package/bin/lib/generators/claude-plugin.js +14 -5
  14. package/bin/lib/generators/shared.js +9 -5
  15. package/bin/lib/mcp-config.js +22 -2
  16. package/bin/lib/skills.js +8 -8
  17. package/bin/mcp/powerbi-modeling-launcher.js +8 -4
  18. package/bin/postinstall.js +14 -12
  19. package/bin/utils/mcp-detect.js +11 -11
  20. package/commands/bi-connect.md +34 -17
  21. package/commands/bi-dax.md +385 -0
  22. package/commands/bi-kickoff.md +75 -44
  23. package/commands/bi-modeling.md +395 -0
  24. package/commands/bi-performance.md +455 -0
  25. package/commands/bi-start.md +30 -18
  26. package/desktop-extension/manifest.json +2 -2
  27. package/package.json +6 -3
  28. package/skills/bi-connect/SKILL.md +34 -17
  29. package/skills/bi-connect/scripts/update-check.js +1 -1
  30. package/skills/bi-dax/SKILL.md +387 -0
  31. package/skills/{bi-report → bi-dax}/scripts/update-check.js +1 -1
  32. package/skills/bi-kickoff/SKILL.md +75 -44
  33. package/skills/bi-kickoff/scripts/update-check.js +1 -1
  34. package/skills/bi-modeling/SKILL.md +397 -0
  35. package/skills/bi-modeling/scripts/update-check.js +403 -0
  36. package/skills/bi-performance/SKILL.md +457 -0
  37. package/skills/bi-performance/scripts/install-tabular-editor.ps1 +90 -0
  38. package/skills/bi-performance/scripts/run-bpa.ps1 +161 -0
  39. package/skills/bi-performance/scripts/update-check.js +403 -0
  40. package/skills/bi-start/SKILL.md +31 -19
  41. package/skills/bi-start/scripts/update-check.js +1 -1
  42. package/src/content/base.md +13 -8
  43. package/src/content/routing.md +1 -5
  44. package/src/content/skills/bi-connect.md +32 -15
  45. package/src/content/skills/bi-dax.md +358 -0
  46. package/src/content/skills/bi-kickoff.md +73 -42
  47. package/src/content/skills/bi-modeling.md +368 -0
  48. package/src/content/skills/bi-performance/SKILL.md +428 -0
  49. package/src/content/skills/bi-performance/scripts/install-tabular-editor.ps1 +90 -0
  50. package/src/content/skills/bi-performance/scripts/run-bpa.ps1 +161 -0
  51. package/src/content/skills/bi-start.md +30 -18
  52. package/templates/sales/AGENTS.md +33 -0
  53. package/templates/sales/sales-template.Report/.platform +11 -0
  54. package/templates/sales/sales-template.Report/StaticResources/RegisteredResources/BISuperpowers.json +3888 -0
  55. package/templates/sales/sales-template.Report/StaticResources/SharedResources/BaseThemes/Fluent2-CY26SU03.json +4104 -0
  56. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/page.json +123 -0
  57. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/10420560e5b8c5235857/visual.json +16 -0
  58. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/2181c54a94f0c67abb2d/visual.json +283 -0
  59. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/24eba6a7af0b59974ef5/visual.json +703 -0
  60. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/26db24c91e5b615a5c29/mobile.json +11 -0
  61. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/26db24c91e5b615a5c29/visual.json +528 -0
  62. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/2ec652d0956901dd2afd/mobile.json +11 -0
  63. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/2ec652d0956901dd2afd/visual.json +324 -0
  64. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/45dda4e0b159becf2dcd/mobile.json +11 -0
  65. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/45dda4e0b159becf2dcd/visual.json +359 -0
  66. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/4ca8800cf1539ad423f2/visual.json +468 -0
  67. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/4f5704218eb88f7cdff6/mobile.json +29 -0
  68. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/4f5704218eb88f7cdff6/visual.json +241 -0
  69. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/54d3fdbedbbb863a9d7a/visual.json +575 -0
  70. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/68043403e96ca8ed23e8/visual.json +575 -0
  71. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/80b54a678ef36a250994/visual.json +351 -0
  72. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/814f624b6056dc4c8de5/mobile.json +11 -0
  73. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/814f624b6056dc4c8de5/visual.json +421 -0
  74. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/85e1cc13559f4e107ede/visual.json +681 -0
  75. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/8686961b837e855963fe/mobile.json +11 -0
  76. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/8686961b837e855963fe/visual.json +720 -0
  77. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/8d302c5b7e87e8cb57bb/visual.json +590 -0
  78. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/a02c5b30f2e757637d78/mobile.json +11 -0
  79. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/a02c5b30f2e757637d78/visual.json +102 -0
  80. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/a405d29e7744c770d445/visual.json +575 -0
  81. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/b0dc2036d3cf2baafb35/mobile.json +11 -0
  82. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/b0dc2036d3cf2baafb35/visual.json +333 -0
  83. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/cdd696baaf3b80b326f8/mobile.json +11 -0
  84. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/cdd696baaf3b80b326f8/visual.json +468 -0
  85. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/ff77ca1bafff5bfe5044/mobile.json +11 -0
  86. package/templates/sales/sales-template.Report/definition/pages/017e2c84c7dc89f26e57/visuals/ff77ca1bafff5bfe5044/visual.json +523 -0
  87. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/page.json +130 -0
  88. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/0352fd80d074693a65db/visual.json +681 -0
  89. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/1c5a14bf493697344b68/visual.json +351 -0
  90. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/3486cf7624c5b109b4e5/mobile.json +11 -0
  91. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/3486cf7624c5b109b4e5/visual.json +333 -0
  92. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/4d8b989008edc0db28d1/mobile.json +11 -0
  93. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/4d8b989008edc0db28d1/visual.json +102 -0
  94. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/5f4d76bbc870118e9840/mobile.json +11 -0
  95. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/5f4d76bbc870118e9840/visual.json +468 -0
  96. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/73629e1abebb7a444b59/mobile.json +11 -0
  97. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/73629e1abebb7a444b59/visual.json +359 -0
  98. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/749cb1388c7e0a88161c/visual.json +685 -0
  99. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/85090dcdf75ac2487d1e/visual.json +283 -0
  100. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/92cf92e3da10493adb78/visual.json +468 -0
  101. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/a30bd0950630ed94e8a3/visual.json +590 -0
  102. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/a56e91d9400a835e4814/mobile.json +11 -0
  103. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/a56e91d9400a835e4814/visual.json +528 -0
  104. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/a90aaa3e3117494f18f8/mobile.json +11 -0
  105. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/a90aaa3e3117494f18f8/visual.json +523 -0
  106. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/aded24cd205c0b528642/mobile.json +11 -0
  107. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/aded24cd205c0b528642/visual.json +720 -0
  108. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/af34b26f14a8a724c9a9/mobile.json +37 -0
  109. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/af34b26f14a8a724c9a9/visual.json +1230 -0
  110. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/b06ef80aa78cabcef8a6/mobile.json +11 -0
  111. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/b06ef80aa78cabcef8a6/visual.json +324 -0
  112. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/d97979633a91e041107e/mobile.json +11 -0
  113. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/d97979633a91e041107e/visual.json +421 -0
  114. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/fa81f184e2cb0e8b087c/mobile.json +29 -0
  115. package/templates/sales/sales-template.Report/definition/pages/6a4808bb8bb9166f49ff/visuals/fa81f184e2cb0e8b087c/visual.json +241 -0
  116. package/templates/sales/sales-template.Report/definition/pages/pages.json +8 -0
  117. package/templates/sales/sales-template.Report/definition/report.json +89 -0
  118. package/templates/sales/sales-template.Report/definition/version.json +4 -0
  119. package/templates/sales/sales-template.Report/definition.pbir +9 -0
  120. package/templates/sales/sales-template.SemanticModel/.pbi/editorSettings.json +8 -0
  121. package/templates/sales/sales-template.SemanticModel/.platform +11 -0
  122. package/templates/sales/sales-template.SemanticModel/DAXQueries/.pbi/daxQueries.json +9 -0
  123. package/templates/sales/sales-template.SemanticModel/DAXQueries/Calendar445MonthNr.dax +0 -0
  124. package/templates/sales/sales-template.SemanticModel/DAXQueries/Consulta 1.dax +6 -0
  125. package/templates/sales/sales-template.SemanticModel/DAXQueries/Consulta 2.dax +32 -0
  126. package/templates/sales/sales-template.SemanticModel/definition/cultures/es-AR.tmdl +7324 -0
  127. package/templates/sales/sales-template.SemanticModel/definition/database.tmdl +3 -0
  128. package/templates/sales/sales-template.SemanticModel/definition/expressions.tmdl +233 -0
  129. package/templates/sales/sales-template.SemanticModel/definition/functions.tmdl +247 -0
  130. package/templates/sales/sales-template.SemanticModel/definition/model.tmdl +46 -0
  131. package/templates/sales/sales-template.SemanticModel/definition/relationships.tmdl +16 -0
  132. package/templates/sales/sales-template.SemanticModel/definition/tables/Aux Comparaciones.tmdl +194 -0
  133. package/templates/sales/sales-template.SemanticModel/definition/tables/Aux Dimensiones ventas.tmdl +71 -0
  134. package/templates/sales/sales-template.SemanticModel/definition/tables/Aux Ejes temporales.tmdl +67 -0
  135. package/templates/sales/sales-template.SemanticModel/definition/tables/Aux Per/303/255odos.tmdl" +318 -0
  136. package/templates/sales/sales-template.SemanticModel/definition/tables/Aux Vista de calendario.tmdl +36 -0
  137. package/templates/sales/sales-template.SemanticModel/definition/tables/Aux Vista del valor.tmdl +87 -0
  138. package/templates/sales/sales-template.SemanticModel/definition/tables/Aux Vista temporal.tmdl +62 -0
  139. package/templates/sales/sales-template.SemanticModel/definition/tables/Calendario.tmdl +198 -0
  140. package/templates/sales/sales-template.SemanticModel/definition/tables/Canales.tmdl +59 -0
  141. package/templates/sales/sales-template.SemanticModel/definition/tables/Clientes.tmdl +120 -0
  142. package/templates/sales/sales-template.SemanticModel/definition/tables/Modelo Configuraci/303/263n.tmdl" +48 -0
  143. package/templates/sales/sales-template.SemanticModel/definition/tables/Monedas.tmdl +43 -0
  144. package/templates/sales/sales-template.SemanticModel/definition/tables/M/303/251tricas.tmdl +553 -0
  145. package/templates/sales/sales-template.SemanticModel/definition/tables/Productos.tmdl +73 -0
  146. package/templates/sales/sales-template.SemanticModel/definition/tables/Tipo de cambio.tmdl +66 -0
  147. package/templates/sales/sales-template.SemanticModel/definition/tables/Ventas.tmdl +133 -0
  148. package/templates/sales/sales-template.SemanticModel/definition.pbism +5 -0
  149. package/templates/sales/sales-template.SemanticModel/diagramLayout.json +239 -0
  150. package/templates/sales/sales-template.pbip +14 -0
  151. package/theme/BISuperpowers.json +3888 -0
  152. package/commands/bi-report.md +0 -403
  153. package/skills/bi-report/SKILL.md +0 -405
  154. package/skills/bi-report/references/cli-commands.md +0 -184
  155. package/skills/bi-report/references/cli-setup.md +0 -101
  156. package/skills/bi-report/references/close-write-open-pattern.md +0 -80
  157. package/skills/bi-report/references/layouts/finance.md +0 -65
  158. package/skills/bi-report/references/layouts/generic.md +0 -46
  159. package/skills/bi-report/references/layouts/hr.md +0 -48
  160. package/skills/bi-report/references/layouts/marketing.md +0 -45
  161. package/skills/bi-report/references/layouts/operations.md +0 -44
  162. package/skills/bi-report/references/layouts/sales.md +0 -50
  163. package/skills/bi-report/references/native-visuals.md +0 -341
  164. package/skills/bi-report/references/pbi-desktop-installation.md +0 -87
  165. package/skills/bi-report/references/pbir-preview-activation.md +0 -40
  166. package/skills/bi-report/references/slicer.md +0 -89
  167. package/skills/bi-report/references/textbox.md +0 -101
  168. package/skills/bi-report/references/themes/BISuperpowers.json +0 -915
  169. package/skills/bi-report/references/troubleshooting.md +0 -135
  170. package/skills/bi-report/references/visual-types.md +0 -78
  171. package/skills/bi-report/scripts/apply-theme.js +0 -243
  172. package/skills/bi-report/scripts/create-visual.js +0 -942
  173. package/skills/bi-report/scripts/ensure-pbi-cli.sh +0 -41
  174. package/skills/bi-report/scripts/validate-pbir.js +0 -351
  175. package/src/content/skills/bi-report/SKILL.md +0 -376
  176. package/src/content/skills/bi-report/references/cli-commands.md +0 -184
  177. package/src/content/skills/bi-report/references/cli-setup.md +0 -101
  178. package/src/content/skills/bi-report/references/close-write-open-pattern.md +0 -80
  179. package/src/content/skills/bi-report/references/layouts/finance.md +0 -65
  180. package/src/content/skills/bi-report/references/layouts/generic.md +0 -46
  181. package/src/content/skills/bi-report/references/layouts/hr.md +0 -48
  182. package/src/content/skills/bi-report/references/layouts/marketing.md +0 -45
  183. package/src/content/skills/bi-report/references/layouts/operations.md +0 -44
  184. package/src/content/skills/bi-report/references/layouts/sales.md +0 -50
  185. package/src/content/skills/bi-report/references/native-visuals.md +0 -341
  186. package/src/content/skills/bi-report/references/pbi-desktop-installation.md +0 -87
  187. package/src/content/skills/bi-report/references/pbir-preview-activation.md +0 -40
  188. package/src/content/skills/bi-report/references/slicer.md +0 -89
  189. package/src/content/skills/bi-report/references/textbox.md +0 -101
  190. package/src/content/skills/bi-report/references/themes/BISuperpowers.json +0 -915
  191. package/src/content/skills/bi-report/references/troubleshooting.md +0 -135
  192. package/src/content/skills/bi-report/references/visual-types.md +0 -78
  193. package/src/content/skills/bi-report/scripts/apply-theme.js +0 -243
  194. package/src/content/skills/bi-report/scripts/create-visual.js +0 -942
  195. package/src/content/skills/bi-report/scripts/ensure-pbi-cli.sh +0 -41
  196. package/src/content/skills/bi-report/scripts/validate-pbir.js +0 -351
@@ -0,0 +1,3888 @@
1
+ {
2
+ "name": "BISuperpowers",
3
+ "dataColors": [
4
+ "#118DFF",
5
+ "#12239E",
6
+ "#E66C37",
7
+ "#6B007B",
8
+ "#E044A7",
9
+ "#744EC2",
10
+ "#D9B300",
11
+ "#D64550",
12
+ "#197278",
13
+ "#1AAB40",
14
+ "#15C6F4",
15
+ "#4092FF",
16
+ "#FFA058",
17
+ "#BE5DC9",
18
+ "#F472D0",
19
+ "#B5A1FF",
20
+ "#C4A200",
21
+ "#FF8080",
22
+ "#00DBBC",
23
+ "#5BD667",
24
+ "#0091D5",
25
+ "#4668C5",
26
+ "#FF6300",
27
+ "#99008A",
28
+ "#EC008C",
29
+ "#533285",
30
+ "#99700A",
31
+ "#FF4141",
32
+ "#1F9A85",
33
+ "#25891C",
34
+ "#0057A2",
35
+ "#002050",
36
+ "#C94F0F",
37
+ "#450F54",
38
+ "#B60064",
39
+ "#34124F",
40
+ "#6A5A29",
41
+ "#1AAB40",
42
+ "#BA141A",
43
+ "#0C3D37",
44
+ "#0B511F"
45
+ ],
46
+ "foreground": "#252423",
47
+ "foregroundNeutralSecondary": "#605E5C",
48
+ "foregroundNeutralTertiary": "#B3B0AD",
49
+ "foregroundNeutralLight": "#C8C6C4",
50
+ "background": "#FFFFFF",
51
+ "backgroundLight": "#F3F2F1",
52
+ "backgroundNeutral": "#C8C6C4",
53
+ "backgroundDark": "#EDEBE9",
54
+ "secondaryBackground": "#FFFFFF",
55
+ "tableAccent": "#118DFF",
56
+ "good": "#22C55E",
57
+ "neutral": "#6B7280",
58
+ "bad": "#EF4444",
59
+ "maximum": "#118DFF",
60
+ "center": "#D9B300",
61
+ "minimum": "#DEEFFF",
62
+ "null": "#FF7F48",
63
+ "hyperlink": "#0078D4",
64
+ "visitedHyperlink": "#0078D4",
65
+ "textClasses": {
66
+ "callout": {
67
+ "fontSize": 20,
68
+ "fontFace": "DIN",
69
+ "color": "#252423"
70
+ },
71
+ "title": {
72
+ "fontSize": 10,
73
+ "fontFace": "Segoe UI Semibold",
74
+ "color": "#252423"
75
+ },
76
+ "header": {
77
+ "fontSize": 10,
78
+ "fontFace": "Segoe UI Semibold",
79
+ "color": "#252423"
80
+ },
81
+ "label": {
82
+ "fontSize": 9,
83
+ "fontFace": "Segoe UI",
84
+ "color": "#252423"
85
+ }
86
+ },
87
+ "visualStyles": {
88
+ "*": {
89
+ "*": {
90
+ "title": [
91
+ {
92
+ "show": true,
93
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
94
+ "fontSize": 10,
95
+ "fontColor": {
96
+ "solid": {
97
+ "color": "#252423"
98
+ }
99
+ },
100
+ "titleWrap": true,
101
+ "alignment": "left"
102
+ }
103
+ ],
104
+ "subTitle": [
105
+ {
106
+ "show": true,
107
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
108
+ "fontSize": 9,
109
+ "fontColor": {
110
+ "solid": {
111
+ "color": "#605E5C"
112
+ }
113
+ }
114
+ }
115
+ ],
116
+ "padding": [
117
+ {
118
+ "left": 10,
119
+ "top": 8,
120
+ "right": 10,
121
+ "bottom": 8
122
+ }
123
+ ],
124
+ "background": [
125
+ {
126
+ "show": false,
127
+ "color": {
128
+ "solid": {
129
+ "color": "#FFFFFF"
130
+ }
131
+ },
132
+ "transparency": 100
133
+ }
134
+ ],
135
+ "border": [
136
+ {
137
+ "show": true,
138
+ "width": 1,
139
+ "radius": 6,
140
+ "color": {
141
+ "solid": {
142
+ "color": "#E1DFDD"
143
+ }
144
+ }
145
+ }
146
+ ],
147
+ "dropShadow": [
148
+ {
149
+ "show": false,
150
+ "preset": "Custom",
151
+ "angle": 90,
152
+ "shadowDistance": 1,
153
+ "shadowBlur": 3,
154
+ "shadowSpread": 0,
155
+ "color": {
156
+ "solid": {
157
+ "color": "#252423"
158
+ }
159
+ },
160
+ "transparency": 94
161
+ }
162
+ ],
163
+ "categoryAxis": [
164
+ {
165
+ "show": true,
166
+ "showAxisTitle": false,
167
+ "axisStyle": "showLabels",
168
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
169
+ "fontSize": 9,
170
+ "labelColor": {
171
+ "solid": {
172
+ "color": "#605E5C"
173
+ }
174
+ },
175
+ "gridlineShow": false,
176
+ "concatenateLabels": false
177
+ }
178
+ ],
179
+ "valueAxis": [
180
+ {
181
+ "show": true,
182
+ "showAxisTitle": false,
183
+ "axisStyle": "showLabels",
184
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
185
+ "fontSize": 9,
186
+ "labelColor": {
187
+ "solid": {
188
+ "color": "#605E5C"
189
+ }
190
+ },
191
+ "gridlineShow": true,
192
+ "gridlineStyle": "dotted",
193
+ "gridlineColor": {
194
+ "solid": {
195
+ "color": "#E1DFDD"
196
+ }
197
+ },
198
+ "gridlineThickness": 1
199
+ }
200
+ ],
201
+ "legend": [
202
+ {
203
+ "show": true,
204
+ "position": "Top",
205
+ "showTitle": false,
206
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
207
+ "fontSize": 9,
208
+ "labelColor": {
209
+ "solid": {
210
+ "color": "#252423"
211
+ }
212
+ }
213
+ }
214
+ ],
215
+ "lineStyles": [
216
+ {
217
+ "strokeWidth": 2,
218
+ "lineStyle": "solid"
219
+ }
220
+ ],
221
+ "spacing": [
222
+ {
223
+ "verticalSpacing": 0,
224
+ "customizeSpacing": false,
225
+ "spaceBelowTitle": 5,
226
+ "spaceBelowSubTitle": 6
227
+ }
228
+ ],
229
+ "*": [
230
+ {
231
+ "wordWrap": true
232
+ }
233
+ ],
234
+ "outspacePane": [
235
+ {
236
+ "backgroundColor": {
237
+ "solid": {
238
+ "color": "#FFFFFF"
239
+ }
240
+ },
241
+ "transparency": 0,
242
+ "border": true,
243
+ "borderColor": {
244
+ "solid": {
245
+ "color": "#B3B0AD"
246
+ }
247
+ }
248
+ }
249
+ ],
250
+ "filterCard": [
251
+ {
252
+ "$id": "Applied",
253
+ "transparency": 0,
254
+ "foregroundColor": {
255
+ "solid": {
256
+ "color": "#252423"
257
+ }
258
+ },
259
+ "border": true
260
+ },
261
+ {
262
+ "$id": "Available",
263
+ "transparency": 0,
264
+ "foregroundColor": {
265
+ "solid": {
266
+ "color": "#252423"
267
+ }
268
+ },
269
+ "border": true
270
+ }
271
+ ]
272
+ }
273
+ },
274
+ "page": {
275
+ "*": {
276
+ "background": [
277
+ {
278
+ "color": {
279
+ "solid": {
280
+ "color": "#FFFFFF"
281
+ }
282
+ },
283
+ "transparency": 0
284
+ }
285
+ ]
286
+ }
287
+ },
288
+ "textbox": {
289
+ "*": {
290
+ "background": [
291
+ {
292
+ "show": false,
293
+ "color": {
294
+ "solid": {
295
+ "color": "#FFFFFF"
296
+ }
297
+ },
298
+ "transparency": 100
299
+ }
300
+ ],
301
+ "visualHeader": [
302
+ {
303
+ "show": false
304
+ }
305
+ ],
306
+ "title": [
307
+ {
308
+ "show": true,
309
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
310
+ "fontSize": 10,
311
+ "fontColor": {
312
+ "solid": {
313
+ "color": "#252423"
314
+ }
315
+ },
316
+ "titleWrap": true,
317
+ "alignment": "left"
318
+ }
319
+ ],
320
+ "subTitle": [
321
+ {
322
+ "show": true,
323
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
324
+ "fontSize": 9,
325
+ "fontColor": {
326
+ "solid": {
327
+ "color": "#605E5C"
328
+ }
329
+ }
330
+ }
331
+ ],
332
+ "padding": [
333
+ {
334
+ "left": 0,
335
+ "top": 0,
336
+ "right": 0,
337
+ "bottom": 0
338
+ }
339
+ ],
340
+ "border": [
341
+ {
342
+ "show": false
343
+ }
344
+ ],
345
+ "dropShadow": [
346
+ {
347
+ "show": false
348
+ }
349
+ ]
350
+ }
351
+ },
352
+ "card": {
353
+ "*": {
354
+ "labels": [
355
+ {
356
+ "fontFamily": "DIN, wf_standard-font, helvetica, arial, sans-serif",
357
+ "fontSize": 20,
358
+ "color": {
359
+ "solid": {
360
+ "color": "#252423"
361
+ }
362
+ }
363
+ }
364
+ ],
365
+ "categoryLabels": [
366
+ {
367
+ "show": true,
368
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
369
+ "fontSize": 9,
370
+ "color": {
371
+ "solid": {
372
+ "color": "#605E5C"
373
+ }
374
+ }
375
+ }
376
+ ],
377
+ "background": [
378
+ {
379
+ "show": false,
380
+ "color": {
381
+ "solid": {
382
+ "color": "#FFFFFF"
383
+ }
384
+ },
385
+ "transparency": 100
386
+ }
387
+ ],
388
+ "border": [
389
+ {
390
+ "show": false
391
+ }
392
+ ],
393
+ "dropShadow": [
394
+ {
395
+ "show": false
396
+ }
397
+ ]
398
+ }
399
+ },
400
+ "multiRowCard": {
401
+ "*": {
402
+ "dataLabels": [
403
+ {
404
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
405
+ "fontSize": 12,
406
+ "color": {
407
+ "solid": {
408
+ "color": "#111827"
409
+ }
410
+ }
411
+ }
412
+ ],
413
+ "categoryLabels": [
414
+ {
415
+ "show": true,
416
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
417
+ "fontSize": 9,
418
+ "color": {
419
+ "solid": {
420
+ "color": "#605E5C"
421
+ }
422
+ }
423
+ }
424
+ ],
425
+ "card": [
426
+ {
427
+ "outlineWeight": 1,
428
+ "barShow": false
429
+ }
430
+ ],
431
+ "background": [
432
+ {
433
+ "show": false,
434
+ "color": {
435
+ "solid": {
436
+ "color": "#FFFFFF"
437
+ }
438
+ },
439
+ "transparency": 100
440
+ }
441
+ ],
442
+ "visualHeader": [
443
+ {
444
+ "show": false
445
+ }
446
+ ],
447
+ "labels": [
448
+ {
449
+ "fontFamily": "DIN, wf_standard-font, helvetica, arial, sans-serif",
450
+ "fontSize": 20,
451
+ "color": {
452
+ "solid": {
453
+ "color": "#252423"
454
+ }
455
+ }
456
+ }
457
+ ],
458
+ "border": [
459
+ {
460
+ "show": false
461
+ }
462
+ ],
463
+ "dropShadow": [
464
+ {
465
+ "show": false
466
+ }
467
+ ]
468
+ }
469
+ },
470
+ "kpi": {
471
+ "*": {
472
+ "indicator": [
473
+ {
474
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
475
+ "fontSize": 20,
476
+ "color": {
477
+ "solid": {
478
+ "color": "#111827"
479
+ }
480
+ }
481
+ },
482
+ {
483
+ "directionGood": "Positive",
484
+ "goodColor": {
485
+ "solid": {
486
+ "color": "#22C55E"
487
+ }
488
+ },
489
+ "badColor": {
490
+ "solid": {
491
+ "color": "#EF4444"
492
+ }
493
+ },
494
+ "neutralColor": {
495
+ "solid": {
496
+ "color": "#6B7280"
497
+ }
498
+ }
499
+ }
500
+ ],
501
+ "trendline": [
502
+ {
503
+ "show": true,
504
+ "transparency": 20,
505
+ "color": {
506
+ "solid": {
507
+ "color": "#4F46E5"
508
+ }
509
+ }
510
+ }
511
+ ],
512
+ "goals": [
513
+ {
514
+ "show": true,
515
+ "color": {
516
+ "solid": {
517
+ "color": "#6B7280"
518
+ }
519
+ }
520
+ }
521
+ ]
522
+ }
523
+ },
524
+ "gauge": {
525
+ "*": {
526
+ "general": [
527
+ {
528
+ "responsive": true
529
+ }
530
+ ],
531
+ "labels": [
532
+ {
533
+ "show": false
534
+ }
535
+ ]
536
+ }
537
+ },
538
+ "slicer": {
539
+ "*": {
540
+ "visualHeader": [
541
+ {
542
+ "show": false
543
+ }
544
+ ],
545
+ "background": [
546
+ {
547
+ "show": false,
548
+ "color": {
549
+ "solid": {
550
+ "color": "#FFFFFF"
551
+ }
552
+ },
553
+ "transparency": 100
554
+ }
555
+ ],
556
+ "border": [
557
+ {
558
+ "show": false
559
+ }
560
+ ],
561
+ "dropShadow": [
562
+ {
563
+ "show": false,
564
+ "preset": "Custom",
565
+ "shadowDistance": 1,
566
+ "shadowBlur": 3,
567
+ "shadowSpread": 0,
568
+ "transparency": 94,
569
+ "color": {
570
+ "solid": {
571
+ "color": "#252423"
572
+ }
573
+ }
574
+ }
575
+ ],
576
+ "padding": [
577
+ {
578
+ "left": 0,
579
+ "top": 0,
580
+ "right": 0,
581
+ "bottom": 0
582
+ }
583
+ ],
584
+ "spacing": [
585
+ {
586
+ "verticalSpacing": 0,
587
+ "customizeSpacing": false,
588
+ "spaceBelowTitle": 5,
589
+ "spaceBelowSubTitle": 6
590
+ }
591
+ ],
592
+ "title": [
593
+ {
594
+ "show": true,
595
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
596
+ "fontSize": 9,
597
+ "fontColor": {
598
+ "solid": {
599
+ "color": "#252423"
600
+ }
601
+ },
602
+ "alignment": "left",
603
+ "titleWrap": true
604
+ }
605
+ ],
606
+ "header": [
607
+ {
608
+ "show": false
609
+ }
610
+ ],
611
+ "items": [
612
+ {
613
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
614
+ "textSize": 9,
615
+ "fontColor": {
616
+ "solid": {
617
+ "color": "#252423"
618
+ }
619
+ },
620
+ "background": {
621
+ "solid": {
622
+ "color": "#FFFFFF"
623
+ }
624
+ }
625
+ }
626
+ ],
627
+ "values": [
628
+ {
629
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
630
+ "fontSize": 9,
631
+ "fontColor": {
632
+ "solid": {
633
+ "color": "#252423"
634
+ }
635
+ }
636
+ }
637
+ ],
638
+ "subTitle": [
639
+ {
640
+ "show": true,
641
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
642
+ "fontSize": 9,
643
+ "fontColor": {
644
+ "solid": {
645
+ "color": "#605E5C"
646
+ }
647
+ }
648
+ }
649
+ ]
650
+ }
651
+ },
652
+ "advancedSlicerVisual": {
653
+ "*": {
654
+ "visualHeader": [
655
+ {
656
+ "show": false
657
+ }
658
+ ],
659
+ "background": [
660
+ {
661
+ "show": false,
662
+ "color": {
663
+ "solid": {
664
+ "color": "#FFFFFF"
665
+ }
666
+ },
667
+ "transparency": 100
668
+ }
669
+ ],
670
+ "border": [
671
+ {
672
+ "show": false
673
+ }
674
+ ],
675
+ "dropShadow": [
676
+ {
677
+ "show": false,
678
+ "preset": "Custom",
679
+ "shadowDistance": 1,
680
+ "shadowBlur": 3,
681
+ "shadowSpread": 0,
682
+ "transparency": 94,
683
+ "color": {
684
+ "solid": {
685
+ "color": "#252423"
686
+ }
687
+ }
688
+ }
689
+ ],
690
+ "padding": [
691
+ {
692
+ "left": 0,
693
+ "top": 0,
694
+ "right": 0,
695
+ "bottom": 0
696
+ }
697
+ ],
698
+ "spacing": [
699
+ {
700
+ "verticalSpacing": 0,
701
+ "customizeSpacing": false,
702
+ "spaceBelowTitle": 5,
703
+ "spaceBelowSubTitle": 6
704
+ }
705
+ ],
706
+ "title": [
707
+ {
708
+ "show": true,
709
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
710
+ "fontSize": 9,
711
+ "fontColor": {
712
+ "solid": {
713
+ "color": "#252423"
714
+ }
715
+ },
716
+ "alignment": "left",
717
+ "titleWrap": true
718
+ }
719
+ ],
720
+ "header": [
721
+ {
722
+ "show": false
723
+ }
724
+ ],
725
+ "items": [
726
+ {
727
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
728
+ "textSize": 9,
729
+ "fontColor": {
730
+ "solid": {
731
+ "color": "#252423"
732
+ }
733
+ },
734
+ "background": {
735
+ "solid": {
736
+ "color": "#FFFFFF"
737
+ }
738
+ }
739
+ }
740
+ ],
741
+ "values": [
742
+ {
743
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
744
+ "fontSize": 9,
745
+ "fontColor": {
746
+ "solid": {
747
+ "color": "#252423"
748
+ }
749
+ }
750
+ }
751
+ ],
752
+ "subTitle": [
753
+ {
754
+ "show": true,
755
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
756
+ "fontSize": 9,
757
+ "fontColor": {
758
+ "solid": {
759
+ "color": "#605E5C"
760
+ }
761
+ }
762
+ }
763
+ ]
764
+ }
765
+ },
766
+ "listSlicer": {
767
+ "*": {
768
+ "visualHeader": [
769
+ {
770
+ "show": false
771
+ }
772
+ ],
773
+ "background": [
774
+ {
775
+ "show": false,
776
+ "color": {
777
+ "solid": {
778
+ "color": "#FFFFFF"
779
+ }
780
+ },
781
+ "transparency": 100
782
+ }
783
+ ],
784
+ "border": [
785
+ {
786
+ "show": false
787
+ }
788
+ ],
789
+ "dropShadow": [
790
+ {
791
+ "show": false,
792
+ "preset": "Custom",
793
+ "shadowDistance": 1,
794
+ "shadowBlur": 3,
795
+ "shadowSpread": 0,
796
+ "transparency": 94,
797
+ "color": {
798
+ "solid": {
799
+ "color": "#252423"
800
+ }
801
+ }
802
+ }
803
+ ],
804
+ "padding": [
805
+ {
806
+ "left": 0,
807
+ "top": 0,
808
+ "right": 0,
809
+ "bottom": 0
810
+ }
811
+ ],
812
+ "spacing": [
813
+ {
814
+ "verticalSpacing": 0,
815
+ "customizeSpacing": false,
816
+ "spaceBelowTitle": 5,
817
+ "spaceBelowSubTitle": 6
818
+ }
819
+ ],
820
+ "title": [
821
+ {
822
+ "show": true,
823
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
824
+ "fontSize": 8,
825
+ "fontColor": {
826
+ "solid": {
827
+ "color": "#252423"
828
+ }
829
+ },
830
+ "alignment": "left",
831
+ "titleWrap": true
832
+ }
833
+ ],
834
+ "header": [
835
+ {
836
+ "show": false
837
+ }
838
+ ],
839
+ "items": [
840
+ {
841
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
842
+ "textSize": 8,
843
+ "fontColor": {
844
+ "solid": {
845
+ "color": "#252423"
846
+ }
847
+ },
848
+ "background": {
849
+ "solid": {
850
+ "color": "#FFFFFF"
851
+ }
852
+ }
853
+ }
854
+ ],
855
+ "values": [
856
+ {
857
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
858
+ "fontSize": 8,
859
+ "fontColor": {
860
+ "solid": {
861
+ "color": "#252423"
862
+ }
863
+ }
864
+ }
865
+ ],
866
+ "subTitle": [
867
+ {
868
+ "show": true,
869
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
870
+ "fontSize": 9,
871
+ "fontColor": {
872
+ "solid": {
873
+ "color": "#605E5C"
874
+ }
875
+ }
876
+ }
877
+ ]
878
+ }
879
+ },
880
+ "textSlicer": {
881
+ "*": {
882
+ "visualHeader": [
883
+ {
884
+ "show": false
885
+ }
886
+ ],
887
+ "background": [
888
+ {
889
+ "show": false,
890
+ "color": {
891
+ "solid": {
892
+ "color": "#FFFFFF"
893
+ }
894
+ },
895
+ "transparency": 100
896
+ }
897
+ ],
898
+ "border": [
899
+ {
900
+ "show": false
901
+ }
902
+ ],
903
+ "dropShadow": [
904
+ {
905
+ "show": false,
906
+ "preset": "Custom",
907
+ "shadowDistance": 1,
908
+ "shadowBlur": 3,
909
+ "shadowSpread": 0,
910
+ "transparency": 94,
911
+ "color": {
912
+ "solid": {
913
+ "color": "#252423"
914
+ }
915
+ }
916
+ }
917
+ ],
918
+ "padding": [
919
+ {
920
+ "left": 0,
921
+ "top": 0,
922
+ "right": 0,
923
+ "bottom": 0
924
+ }
925
+ ],
926
+ "spacing": [
927
+ {
928
+ "verticalSpacing": 0,
929
+ "customizeSpacing": false,
930
+ "spaceBelowTitle": 5,
931
+ "spaceBelowSubTitle": 6
932
+ }
933
+ ],
934
+ "title": [
935
+ {
936
+ "show": true,
937
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
938
+ "fontSize": 9,
939
+ "fontColor": {
940
+ "solid": {
941
+ "color": "#252423"
942
+ }
943
+ },
944
+ "alignment": "left",
945
+ "titleWrap": true
946
+ }
947
+ ],
948
+ "header": [
949
+ {
950
+ "show": false
951
+ }
952
+ ],
953
+ "items": [
954
+ {
955
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
956
+ "textSize": 9,
957
+ "fontColor": {
958
+ "solid": {
959
+ "color": "#252423"
960
+ }
961
+ },
962
+ "background": {
963
+ "solid": {
964
+ "color": "#FFFFFF"
965
+ }
966
+ }
967
+ }
968
+ ],
969
+ "values": [
970
+ {
971
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
972
+ "fontSize": 9,
973
+ "fontColor": {
974
+ "solid": {
975
+ "color": "#252423"
976
+ }
977
+ }
978
+ }
979
+ ],
980
+ "subTitle": [
981
+ {
982
+ "show": true,
983
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
984
+ "fontSize": 9,
985
+ "fontColor": {
986
+ "solid": {
987
+ "color": "#605E5C"
988
+ }
989
+ }
990
+ }
991
+ ]
992
+ }
993
+ },
994
+ "barChart": {
995
+ "*": {
996
+ "general": [
997
+ {
998
+ "responsive": true
999
+ }
1000
+ ],
1001
+ "legend": [
1002
+ {
1003
+ "show": false,
1004
+ "position": "Top",
1005
+ "showTitle": false,
1006
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1007
+ "fontSize": 8,
1008
+ "labelColor": {
1009
+ "solid": {
1010
+ "color": "#252423"
1011
+ }
1012
+ }
1013
+ }
1014
+ ],
1015
+ "categoryAxis": [
1016
+ {
1017
+ "show": true,
1018
+ "showAxisTitle": false,
1019
+ "axisStyle": "showLabels",
1020
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1021
+ "fontSize": 8,
1022
+ "labelColor": {
1023
+ "solid": {
1024
+ "color": "#605E5C"
1025
+ }
1026
+ },
1027
+ "gridlineShow": false,
1028
+ "concatenateLabels": false,
1029
+ "maxMarginFactor": 25,
1030
+ "innerPadding": 50
1031
+ }
1032
+ ],
1033
+ "title": [
1034
+ {
1035
+ "show": true,
1036
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
1037
+ "fontSize": 10,
1038
+ "fontColor": {
1039
+ "solid": {
1040
+ "color": "#252423"
1041
+ }
1042
+ },
1043
+ "alignment": "left",
1044
+ "titleWrap": true
1045
+ }
1046
+ ],
1047
+ "subTitle": [
1048
+ {
1049
+ "show": true,
1050
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1051
+ "fontSize": 9,
1052
+ "fontColor": {
1053
+ "solid": {
1054
+ "color": "#605E5C"
1055
+ }
1056
+ }
1057
+ }
1058
+ ],
1059
+ "padding": [
1060
+ {
1061
+ "left": 10,
1062
+ "top": 8,
1063
+ "right": 10,
1064
+ "bottom": 8
1065
+ }
1066
+ ],
1067
+ "border": [
1068
+ {
1069
+ "show": true,
1070
+ "width": 1,
1071
+ "radius": 6,
1072
+ "color": {
1073
+ "solid": {
1074
+ "color": "#E1DFDD"
1075
+ }
1076
+ }
1077
+ }
1078
+ ],
1079
+ "dropShadow": [
1080
+ {
1081
+ "show": false,
1082
+ "preset": "Custom",
1083
+ "shadowDistance": 1,
1084
+ "shadowBlur": 3,
1085
+ "shadowSpread": 0,
1086
+ "transparency": 94,
1087
+ "color": {
1088
+ "solid": {
1089
+ "color": "#252423"
1090
+ }
1091
+ }
1092
+ }
1093
+ ],
1094
+ "spacing": [
1095
+ {
1096
+ "verticalSpacing": 0,
1097
+ "customizeSpacing": false,
1098
+ "spaceBelowTitle": 5,
1099
+ "spaceBelowSubTitle": 6
1100
+ }
1101
+ ],
1102
+ "valueAxis": [
1103
+ {
1104
+ "show": false,
1105
+ "showAxisTitle": false,
1106
+ "axisStyle": "showLabels",
1107
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1108
+ "fontSize": 8,
1109
+ "labelColor": {
1110
+ "solid": {
1111
+ "color": "#605E5C"
1112
+ }
1113
+ },
1114
+ "gridlineShow": false,
1115
+ "gridlineStyle": "dotted",
1116
+ "gridlineColor": {
1117
+ "solid": {
1118
+ "color": "#E1DFDD"
1119
+ }
1120
+ },
1121
+ "gridlineThickness": 1
1122
+ }
1123
+ ],
1124
+ "background": [
1125
+ {
1126
+ "show": false,
1127
+ "color": {
1128
+ "solid": {
1129
+ "color": "#FFFFFF"
1130
+ }
1131
+ },
1132
+ "transparency": 100
1133
+ }
1134
+ ],
1135
+ "lineStyles": [
1136
+ {
1137
+ "strokeWidth": 3,
1138
+ "lineStyle": "solid"
1139
+ }
1140
+ ],
1141
+ "labels": [
1142
+ {
1143
+ "show": true,
1144
+ "labelPosition": "OutsideEnd",
1145
+ "optimizeLabelDisplay": false,
1146
+ "fontSize": 9,
1147
+ "color": {
1148
+ "solid": {
1149
+ "color": "#374151"
1150
+ }
1151
+ },
1152
+ "enableDetailDataLabel": true,
1153
+ "labelOverflow": false,
1154
+ "showBlankAs": "--",
1155
+ "labelContentLayout": "SingleLine",
1156
+ "detailLabelDisplayUnits": -1,
1157
+ "labelDisplayUnits": 1000,
1158
+ "detailBold": true
1159
+ }
1160
+ ]
1161
+ }
1162
+ },
1163
+ "clusteredBarChart": {
1164
+ "*": {
1165
+ "general": [
1166
+ {
1167
+ "responsive": true
1168
+ }
1169
+ ],
1170
+ "legend": [
1171
+ {
1172
+ "show": false,
1173
+ "position": "Top",
1174
+ "showTitle": false,
1175
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1176
+ "fontSize": 8,
1177
+ "labelColor": {
1178
+ "solid": {
1179
+ "color": "#252423"
1180
+ }
1181
+ }
1182
+ }
1183
+ ],
1184
+ "categoryAxis": [
1185
+ {
1186
+ "show": true,
1187
+ "showAxisTitle": false,
1188
+ "axisStyle": "showLabels",
1189
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1190
+ "fontSize": 8,
1191
+ "labelColor": {
1192
+ "solid": {
1193
+ "color": "#605E5C"
1194
+ }
1195
+ },
1196
+ "gridlineShow": false,
1197
+ "concatenateLabels": false,
1198
+ "maxMarginFactor": 25,
1199
+ "innerPadding": 50
1200
+ }
1201
+ ],
1202
+ "title": [
1203
+ {
1204
+ "show": true,
1205
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
1206
+ "fontSize": 10,
1207
+ "fontColor": {
1208
+ "solid": {
1209
+ "color": "#252423"
1210
+ }
1211
+ },
1212
+ "alignment": "left",
1213
+ "titleWrap": true
1214
+ }
1215
+ ],
1216
+ "subTitle": [
1217
+ {
1218
+ "show": true,
1219
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1220
+ "fontSize": 9,
1221
+ "fontColor": {
1222
+ "solid": {
1223
+ "color": "#605E5C"
1224
+ }
1225
+ }
1226
+ }
1227
+ ],
1228
+ "padding": [
1229
+ {
1230
+ "left": 10,
1231
+ "top": 8,
1232
+ "right": 10,
1233
+ "bottom": 8
1234
+ }
1235
+ ],
1236
+ "border": [
1237
+ {
1238
+ "show": true,
1239
+ "width": 1,
1240
+ "radius": 6,
1241
+ "color": {
1242
+ "solid": {
1243
+ "color": "#E1DFDD"
1244
+ }
1245
+ }
1246
+ }
1247
+ ],
1248
+ "dropShadow": [
1249
+ {
1250
+ "show": false,
1251
+ "preset": "Custom",
1252
+ "shadowDistance": 1,
1253
+ "shadowBlur": 3,
1254
+ "shadowSpread": 0,
1255
+ "transparency": 94,
1256
+ "color": {
1257
+ "solid": {
1258
+ "color": "#252423"
1259
+ }
1260
+ }
1261
+ }
1262
+ ],
1263
+ "spacing": [
1264
+ {
1265
+ "verticalSpacing": 0,
1266
+ "customizeSpacing": false,
1267
+ "spaceBelowTitle": 5,
1268
+ "spaceBelowSubTitle": 6
1269
+ }
1270
+ ],
1271
+ "valueAxis": [
1272
+ {
1273
+ "show": false,
1274
+ "showAxisTitle": false,
1275
+ "axisStyle": "showLabels",
1276
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1277
+ "fontSize": 8,
1278
+ "labelColor": {
1279
+ "solid": {
1280
+ "color": "#605E5C"
1281
+ }
1282
+ },
1283
+ "gridlineShow": false,
1284
+ "gridlineStyle": "dotted",
1285
+ "gridlineColor": {
1286
+ "solid": {
1287
+ "color": "#E1DFDD"
1288
+ }
1289
+ },
1290
+ "gridlineThickness": 1
1291
+ }
1292
+ ],
1293
+ "background": [
1294
+ {
1295
+ "show": false,
1296
+ "color": {
1297
+ "solid": {
1298
+ "color": "#FFFFFF"
1299
+ }
1300
+ },
1301
+ "transparency": 100
1302
+ }
1303
+ ],
1304
+ "lineStyles": [
1305
+ {
1306
+ "strokeWidth": 3,
1307
+ "lineStyle": "solid"
1308
+ }
1309
+ ],
1310
+ "labels": [
1311
+ {
1312
+ "show": true,
1313
+ "labelPosition": "OutsideEnd",
1314
+ "optimizeLabelDisplay": false,
1315
+ "fontSize": 9,
1316
+ "color": {
1317
+ "solid": {
1318
+ "color": "#374151"
1319
+ }
1320
+ },
1321
+ "enableDetailDataLabel": true,
1322
+ "labelOverflow": false,
1323
+ "showBlankAs": "--",
1324
+ "labelContentLayout": "SingleLine",
1325
+ "detailLabelDisplayUnits": -1,
1326
+ "labelDisplayUnits": 1000,
1327
+ "detailBold": true
1328
+ }
1329
+ ]
1330
+ }
1331
+ },
1332
+ "stackedBarChart": {
1333
+ "*": {
1334
+ "general": [
1335
+ {
1336
+ "responsive": true
1337
+ }
1338
+ ],
1339
+ "legend": [
1340
+ {
1341
+ "show": true,
1342
+ "position": "Top",
1343
+ "showTitle": false,
1344
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1345
+ "fontSize": 9,
1346
+ "labelColor": {
1347
+ "solid": {
1348
+ "color": "#252423"
1349
+ }
1350
+ }
1351
+ }
1352
+ ],
1353
+ "categoryAxis": [
1354
+ {
1355
+ "gridlineShow": false,
1356
+ "showAxisTitle": false,
1357
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1358
+ "fontSize": 9,
1359
+ "labelColor": {
1360
+ "solid": {
1361
+ "color": "#605E5C"
1362
+ }
1363
+ },
1364
+ "innerPadding": 30,
1365
+ "show": true,
1366
+ "axisStyle": "showLabels",
1367
+ "concatenateLabels": false
1368
+ }
1369
+ ],
1370
+ "title": [
1371
+ {
1372
+ "show": true,
1373
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
1374
+ "fontSize": 10,
1375
+ "fontColor": {
1376
+ "solid": {
1377
+ "color": "#252423"
1378
+ }
1379
+ },
1380
+ "alignment": "left",
1381
+ "titleWrap": true
1382
+ }
1383
+ ],
1384
+ "subTitle": [
1385
+ {
1386
+ "show": true,
1387
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1388
+ "fontSize": 9,
1389
+ "fontColor": {
1390
+ "solid": {
1391
+ "color": "#605E5C"
1392
+ }
1393
+ }
1394
+ }
1395
+ ],
1396
+ "padding": [
1397
+ {
1398
+ "left": 10,
1399
+ "top": 8,
1400
+ "right": 10,
1401
+ "bottom": 8
1402
+ }
1403
+ ],
1404
+ "border": [
1405
+ {
1406
+ "show": true,
1407
+ "width": 1,
1408
+ "radius": 6,
1409
+ "color": {
1410
+ "solid": {
1411
+ "color": "#E1DFDD"
1412
+ }
1413
+ }
1414
+ }
1415
+ ],
1416
+ "dropShadow": [
1417
+ {
1418
+ "show": false,
1419
+ "preset": "Custom",
1420
+ "shadowDistance": 1,
1421
+ "shadowBlur": 3,
1422
+ "shadowSpread": 0,
1423
+ "transparency": 94,
1424
+ "color": {
1425
+ "solid": {
1426
+ "color": "#252423"
1427
+ }
1428
+ }
1429
+ }
1430
+ ],
1431
+ "spacing": [
1432
+ {
1433
+ "verticalSpacing": 0,
1434
+ "customizeSpacing": false,
1435
+ "spaceBelowTitle": 5,
1436
+ "spaceBelowSubTitle": 6
1437
+ }
1438
+ ],
1439
+ "valueAxis": [
1440
+ {
1441
+ "gridlineShow": true,
1442
+ "showAxisTitle": false,
1443
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1444
+ "fontSize": 9,
1445
+ "labelColor": {
1446
+ "solid": {
1447
+ "color": "#605E5C"
1448
+ }
1449
+ },
1450
+ "show": true,
1451
+ "axisStyle": "showLabels",
1452
+ "gridlineStyle": "dotted",
1453
+ "gridlineColor": {
1454
+ "solid": {
1455
+ "color": "#E1DFDD"
1456
+ }
1457
+ },
1458
+ "gridlineThickness": 1
1459
+ }
1460
+ ],
1461
+ "background": [
1462
+ {
1463
+ "show": false,
1464
+ "color": {
1465
+ "solid": {
1466
+ "color": "#FFFFFF"
1467
+ }
1468
+ },
1469
+ "transparency": 100
1470
+ }
1471
+ ],
1472
+ "lineStyles": [
1473
+ {
1474
+ "strokeWidth": 3,
1475
+ "lineStyle": "solid"
1476
+ }
1477
+ ]
1478
+ }
1479
+ },
1480
+ "columnChart": {
1481
+ "*": {
1482
+ "general": [
1483
+ {
1484
+ "responsive": true
1485
+ }
1486
+ ],
1487
+ "legend": [
1488
+ {
1489
+ "show": false,
1490
+ "position": "Top",
1491
+ "showTitle": false,
1492
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1493
+ "fontSize": 8,
1494
+ "labelColor": {
1495
+ "solid": {
1496
+ "color": "#252423"
1497
+ }
1498
+ }
1499
+ }
1500
+ ],
1501
+ "categoryAxis": [
1502
+ {
1503
+ "show": true,
1504
+ "showAxisTitle": false,
1505
+ "axisStyle": "showLabels",
1506
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1507
+ "fontSize": 8,
1508
+ "labelColor": {
1509
+ "solid": {
1510
+ "color": "#605E5C"
1511
+ }
1512
+ },
1513
+ "gridlineShow": false,
1514
+ "concatenateLabels": false,
1515
+ "maxMarginFactor": 25,
1516
+ "innerPadding": 50
1517
+ }
1518
+ ],
1519
+ "title": [
1520
+ {
1521
+ "show": true,
1522
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
1523
+ "fontSize": 10,
1524
+ "fontColor": {
1525
+ "solid": {
1526
+ "color": "#252423"
1527
+ }
1528
+ },
1529
+ "alignment": "left",
1530
+ "titleWrap": true
1531
+ }
1532
+ ],
1533
+ "subTitle": [
1534
+ {
1535
+ "show": true,
1536
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1537
+ "fontSize": 9,
1538
+ "fontColor": {
1539
+ "solid": {
1540
+ "color": "#605E5C"
1541
+ }
1542
+ }
1543
+ }
1544
+ ],
1545
+ "padding": [
1546
+ {
1547
+ "left": 10,
1548
+ "top": 8,
1549
+ "right": 10,
1550
+ "bottom": 8
1551
+ }
1552
+ ],
1553
+ "border": [
1554
+ {
1555
+ "show": true,
1556
+ "width": 1,
1557
+ "radius": 6,
1558
+ "color": {
1559
+ "solid": {
1560
+ "color": "#E1DFDD"
1561
+ }
1562
+ }
1563
+ }
1564
+ ],
1565
+ "dropShadow": [
1566
+ {
1567
+ "show": false,
1568
+ "preset": "Custom",
1569
+ "shadowDistance": 1,
1570
+ "shadowBlur": 3,
1571
+ "shadowSpread": 0,
1572
+ "transparency": 94,
1573
+ "color": {
1574
+ "solid": {
1575
+ "color": "#252423"
1576
+ }
1577
+ }
1578
+ }
1579
+ ],
1580
+ "spacing": [
1581
+ {
1582
+ "verticalSpacing": 0,
1583
+ "customizeSpacing": false,
1584
+ "spaceBelowTitle": 5,
1585
+ "spaceBelowSubTitle": 6
1586
+ }
1587
+ ],
1588
+ "valueAxis": [
1589
+ {
1590
+ "show": false,
1591
+ "showAxisTitle": false,
1592
+ "axisStyle": "showLabels",
1593
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1594
+ "fontSize": 8,
1595
+ "labelColor": {
1596
+ "solid": {
1597
+ "color": "#605E5C"
1598
+ }
1599
+ },
1600
+ "gridlineShow": false,
1601
+ "gridlineStyle": "dotted",
1602
+ "gridlineColor": {
1603
+ "solid": {
1604
+ "color": "#E1DFDD"
1605
+ }
1606
+ },
1607
+ "gridlineThickness": 1
1608
+ }
1609
+ ],
1610
+ "background": [
1611
+ {
1612
+ "show": false,
1613
+ "color": {
1614
+ "solid": {
1615
+ "color": "#FFFFFF"
1616
+ }
1617
+ },
1618
+ "transparency": 100
1619
+ }
1620
+ ],
1621
+ "lineStyles": [
1622
+ {
1623
+ "strokeWidth": 3,
1624
+ "lineStyle": "solid"
1625
+ }
1626
+ ],
1627
+ "labels": [
1628
+ {
1629
+ "show": true,
1630
+ "labelPosition": "OutsideEnd",
1631
+ "optimizeLabelDisplay": false,
1632
+ "fontSize": 9,
1633
+ "color": {
1634
+ "solid": {
1635
+ "color": "#374151"
1636
+ }
1637
+ },
1638
+ "enableDetailDataLabel": true,
1639
+ "labelOverflow": false,
1640
+ "showBlankAs": "--",
1641
+ "labelContentLayout": "SingleLine",
1642
+ "detailLabelDisplayUnits": -1,
1643
+ "labelDisplayUnits": 1000,
1644
+ "detailBold": true
1645
+ }
1646
+ ]
1647
+ }
1648
+ },
1649
+ "clusteredColumnChart": {
1650
+ "*": {
1651
+ "general": [
1652
+ {
1653
+ "responsive": true
1654
+ }
1655
+ ],
1656
+ "legend": [
1657
+ {
1658
+ "show": false,
1659
+ "position": "Top",
1660
+ "showTitle": false,
1661
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1662
+ "fontSize": 8,
1663
+ "labelColor": {
1664
+ "solid": {
1665
+ "color": "#252423"
1666
+ }
1667
+ }
1668
+ }
1669
+ ],
1670
+ "categoryAxis": [
1671
+ {
1672
+ "show": true,
1673
+ "showAxisTitle": false,
1674
+ "axisStyle": "showLabels",
1675
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1676
+ "fontSize": 8,
1677
+ "labelColor": {
1678
+ "solid": {
1679
+ "color": "#605E5C"
1680
+ }
1681
+ },
1682
+ "gridlineShow": false,
1683
+ "concatenateLabels": false,
1684
+ "maxMarginFactor": 25,
1685
+ "innerPadding": 50
1686
+ }
1687
+ ],
1688
+ "title": [
1689
+ {
1690
+ "show": true,
1691
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
1692
+ "fontSize": 10,
1693
+ "fontColor": {
1694
+ "solid": {
1695
+ "color": "#252423"
1696
+ }
1697
+ },
1698
+ "alignment": "left",
1699
+ "titleWrap": true
1700
+ }
1701
+ ],
1702
+ "subTitle": [
1703
+ {
1704
+ "show": true,
1705
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1706
+ "fontSize": 9,
1707
+ "fontColor": {
1708
+ "solid": {
1709
+ "color": "#605E5C"
1710
+ }
1711
+ }
1712
+ }
1713
+ ],
1714
+ "padding": [
1715
+ {
1716
+ "left": 10,
1717
+ "top": 8,
1718
+ "right": 10,
1719
+ "bottom": 8
1720
+ }
1721
+ ],
1722
+ "border": [
1723
+ {
1724
+ "show": true,
1725
+ "width": 1,
1726
+ "radius": 6,
1727
+ "color": {
1728
+ "solid": {
1729
+ "color": "#E1DFDD"
1730
+ }
1731
+ }
1732
+ }
1733
+ ],
1734
+ "dropShadow": [
1735
+ {
1736
+ "show": false,
1737
+ "preset": "Custom",
1738
+ "shadowDistance": 1,
1739
+ "shadowBlur": 3,
1740
+ "shadowSpread": 0,
1741
+ "transparency": 94,
1742
+ "color": {
1743
+ "solid": {
1744
+ "color": "#252423"
1745
+ }
1746
+ }
1747
+ }
1748
+ ],
1749
+ "spacing": [
1750
+ {
1751
+ "verticalSpacing": 0,
1752
+ "customizeSpacing": false,
1753
+ "spaceBelowTitle": 5,
1754
+ "spaceBelowSubTitle": 6
1755
+ }
1756
+ ],
1757
+ "valueAxis": [
1758
+ {
1759
+ "show": false,
1760
+ "showAxisTitle": false,
1761
+ "axisStyle": "showLabels",
1762
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1763
+ "fontSize": 8,
1764
+ "labelColor": {
1765
+ "solid": {
1766
+ "color": "#605E5C"
1767
+ }
1768
+ },
1769
+ "gridlineShow": false,
1770
+ "gridlineStyle": "dotted",
1771
+ "gridlineColor": {
1772
+ "solid": {
1773
+ "color": "#E1DFDD"
1774
+ }
1775
+ },
1776
+ "gridlineThickness": 1
1777
+ }
1778
+ ],
1779
+ "background": [
1780
+ {
1781
+ "show": false,
1782
+ "color": {
1783
+ "solid": {
1784
+ "color": "#FFFFFF"
1785
+ }
1786
+ },
1787
+ "transparency": 100
1788
+ }
1789
+ ],
1790
+ "lineStyles": [
1791
+ {
1792
+ "strokeWidth": 3,
1793
+ "lineStyle": "solid"
1794
+ }
1795
+ ],
1796
+ "labels": [
1797
+ {
1798
+ "show": true,
1799
+ "labelPosition": "OutsideEnd",
1800
+ "optimizeLabelDisplay": false,
1801
+ "fontSize": 9,
1802
+ "color": {
1803
+ "solid": {
1804
+ "color": "#374151"
1805
+ }
1806
+ },
1807
+ "enableDetailDataLabel": true,
1808
+ "labelOverflow": false,
1809
+ "showBlankAs": "--",
1810
+ "labelContentLayout": "SingleLine",
1811
+ "detailLabelDisplayUnits": -1,
1812
+ "labelDisplayUnits": 1000,
1813
+ "detailBold": true
1814
+ }
1815
+ ]
1816
+ }
1817
+ },
1818
+ "stackedColumnChart": {
1819
+ "*": {
1820
+ "general": [
1821
+ {
1822
+ "responsive": true
1823
+ }
1824
+ ],
1825
+ "legend": [
1826
+ {
1827
+ "show": true,
1828
+ "position": "Top",
1829
+ "showTitle": false,
1830
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1831
+ "fontSize": 9,
1832
+ "labelColor": {
1833
+ "solid": {
1834
+ "color": "#252423"
1835
+ }
1836
+ }
1837
+ }
1838
+ ],
1839
+ "categoryAxis": [
1840
+ {
1841
+ "gridlineShow": false,
1842
+ "showAxisTitle": false,
1843
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1844
+ "fontSize": 9,
1845
+ "labelColor": {
1846
+ "solid": {
1847
+ "color": "#605E5C"
1848
+ }
1849
+ },
1850
+ "innerPadding": 30,
1851
+ "show": true,
1852
+ "axisStyle": "showLabels",
1853
+ "concatenateLabels": false
1854
+ }
1855
+ ],
1856
+ "title": [
1857
+ {
1858
+ "show": true,
1859
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
1860
+ "fontSize": 10,
1861
+ "fontColor": {
1862
+ "solid": {
1863
+ "color": "#252423"
1864
+ }
1865
+ },
1866
+ "alignment": "left",
1867
+ "titleWrap": true
1868
+ }
1869
+ ],
1870
+ "subTitle": [
1871
+ {
1872
+ "show": true,
1873
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1874
+ "fontSize": 9,
1875
+ "fontColor": {
1876
+ "solid": {
1877
+ "color": "#605E5C"
1878
+ }
1879
+ }
1880
+ }
1881
+ ],
1882
+ "padding": [
1883
+ {
1884
+ "left": 10,
1885
+ "top": 8,
1886
+ "right": 10,
1887
+ "bottom": 8
1888
+ }
1889
+ ],
1890
+ "border": [
1891
+ {
1892
+ "show": true,
1893
+ "width": 1,
1894
+ "radius": 6,
1895
+ "color": {
1896
+ "solid": {
1897
+ "color": "#E1DFDD"
1898
+ }
1899
+ }
1900
+ }
1901
+ ],
1902
+ "dropShadow": [
1903
+ {
1904
+ "show": false,
1905
+ "preset": "Custom",
1906
+ "shadowDistance": 1,
1907
+ "shadowBlur": 3,
1908
+ "shadowSpread": 0,
1909
+ "transparency": 94,
1910
+ "color": {
1911
+ "solid": {
1912
+ "color": "#252423"
1913
+ }
1914
+ }
1915
+ }
1916
+ ],
1917
+ "spacing": [
1918
+ {
1919
+ "verticalSpacing": 0,
1920
+ "customizeSpacing": false,
1921
+ "spaceBelowTitle": 5,
1922
+ "spaceBelowSubTitle": 6
1923
+ }
1924
+ ],
1925
+ "valueAxis": [
1926
+ {
1927
+ "gridlineShow": true,
1928
+ "showAxisTitle": false,
1929
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1930
+ "fontSize": 9,
1931
+ "labelColor": {
1932
+ "solid": {
1933
+ "color": "#605E5C"
1934
+ }
1935
+ },
1936
+ "show": true,
1937
+ "axisStyle": "showLabels",
1938
+ "gridlineStyle": "dotted",
1939
+ "gridlineColor": {
1940
+ "solid": {
1941
+ "color": "#E1DFDD"
1942
+ }
1943
+ },
1944
+ "gridlineThickness": 1
1945
+ }
1946
+ ],
1947
+ "background": [
1948
+ {
1949
+ "show": false,
1950
+ "color": {
1951
+ "solid": {
1952
+ "color": "#FFFFFF"
1953
+ }
1954
+ },
1955
+ "transparency": 100
1956
+ }
1957
+ ],
1958
+ "lineStyles": [
1959
+ {
1960
+ "strokeWidth": 3,
1961
+ "lineStyle": "solid"
1962
+ }
1963
+ ]
1964
+ }
1965
+ },
1966
+ "hundredPercentStackedBarChart": {
1967
+ "*": {
1968
+ "general": [
1969
+ {
1970
+ "responsive": true
1971
+ }
1972
+ ],
1973
+ "legend": [
1974
+ {
1975
+ "show": true,
1976
+ "position": "Top",
1977
+ "showTitle": false,
1978
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1979
+ "fontSize": 9,
1980
+ "labelColor": {
1981
+ "solid": {
1982
+ "color": "#252423"
1983
+ }
1984
+ }
1985
+ }
1986
+ ],
1987
+ "categoryAxis": [
1988
+ {
1989
+ "gridlineShow": false,
1990
+ "showAxisTitle": false,
1991
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
1992
+ "fontSize": 9,
1993
+ "labelColor": {
1994
+ "solid": {
1995
+ "color": "#605E5C"
1996
+ }
1997
+ },
1998
+ "innerPadding": 30,
1999
+ "show": true,
2000
+ "axisStyle": "showLabels",
2001
+ "concatenateLabels": false
2002
+ }
2003
+ ],
2004
+ "title": [
2005
+ {
2006
+ "show": true,
2007
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
2008
+ "fontSize": 10,
2009
+ "fontColor": {
2010
+ "solid": {
2011
+ "color": "#252423"
2012
+ }
2013
+ },
2014
+ "alignment": "left",
2015
+ "titleWrap": true
2016
+ }
2017
+ ],
2018
+ "subTitle": [
2019
+ {
2020
+ "show": true,
2021
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2022
+ "fontSize": 9,
2023
+ "fontColor": {
2024
+ "solid": {
2025
+ "color": "#605E5C"
2026
+ }
2027
+ }
2028
+ }
2029
+ ],
2030
+ "padding": [
2031
+ {
2032
+ "left": 10,
2033
+ "top": 8,
2034
+ "right": 10,
2035
+ "bottom": 8
2036
+ }
2037
+ ],
2038
+ "border": [
2039
+ {
2040
+ "show": true,
2041
+ "width": 1,
2042
+ "radius": 6,
2043
+ "color": {
2044
+ "solid": {
2045
+ "color": "#E1DFDD"
2046
+ }
2047
+ }
2048
+ }
2049
+ ],
2050
+ "dropShadow": [
2051
+ {
2052
+ "show": false,
2053
+ "preset": "Custom",
2054
+ "shadowDistance": 1,
2055
+ "shadowBlur": 3,
2056
+ "shadowSpread": 0,
2057
+ "transparency": 94,
2058
+ "color": {
2059
+ "solid": {
2060
+ "color": "#252423"
2061
+ }
2062
+ }
2063
+ }
2064
+ ],
2065
+ "spacing": [
2066
+ {
2067
+ "verticalSpacing": 0,
2068
+ "customizeSpacing": false,
2069
+ "spaceBelowTitle": 5,
2070
+ "spaceBelowSubTitle": 6
2071
+ }
2072
+ ],
2073
+ "valueAxis": [
2074
+ {
2075
+ "gridlineShow": true,
2076
+ "showAxisTitle": false,
2077
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2078
+ "fontSize": 9,
2079
+ "labelColor": {
2080
+ "solid": {
2081
+ "color": "#605E5C"
2082
+ }
2083
+ },
2084
+ "show": true,
2085
+ "axisStyle": "showLabels",
2086
+ "gridlineStyle": "dotted",
2087
+ "gridlineColor": {
2088
+ "solid": {
2089
+ "color": "#E1DFDD"
2090
+ }
2091
+ },
2092
+ "gridlineThickness": 1
2093
+ }
2094
+ ]
2095
+ }
2096
+ },
2097
+ "hundredPercentStackedColumnChart": {
2098
+ "*": {
2099
+ "general": [
2100
+ {
2101
+ "responsive": true
2102
+ }
2103
+ ],
2104
+ "legend": [
2105
+ {
2106
+ "show": true,
2107
+ "position": "Top",
2108
+ "showTitle": false,
2109
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2110
+ "fontSize": 9,
2111
+ "labelColor": {
2112
+ "solid": {
2113
+ "color": "#252423"
2114
+ }
2115
+ }
2116
+ }
2117
+ ],
2118
+ "categoryAxis": [
2119
+ {
2120
+ "gridlineShow": false,
2121
+ "showAxisTitle": false,
2122
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2123
+ "fontSize": 9,
2124
+ "labelColor": {
2125
+ "solid": {
2126
+ "color": "#605E5C"
2127
+ }
2128
+ },
2129
+ "innerPadding": 30,
2130
+ "show": true,
2131
+ "axisStyle": "showLabels",
2132
+ "concatenateLabels": false
2133
+ }
2134
+ ],
2135
+ "title": [
2136
+ {
2137
+ "show": true,
2138
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
2139
+ "fontSize": 10,
2140
+ "fontColor": {
2141
+ "solid": {
2142
+ "color": "#252423"
2143
+ }
2144
+ },
2145
+ "alignment": "left",
2146
+ "titleWrap": true
2147
+ }
2148
+ ],
2149
+ "subTitle": [
2150
+ {
2151
+ "show": true,
2152
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2153
+ "fontSize": 9,
2154
+ "fontColor": {
2155
+ "solid": {
2156
+ "color": "#605E5C"
2157
+ }
2158
+ }
2159
+ }
2160
+ ],
2161
+ "padding": [
2162
+ {
2163
+ "left": 10,
2164
+ "top": 8,
2165
+ "right": 10,
2166
+ "bottom": 8
2167
+ }
2168
+ ],
2169
+ "border": [
2170
+ {
2171
+ "show": true,
2172
+ "width": 1,
2173
+ "radius": 6,
2174
+ "color": {
2175
+ "solid": {
2176
+ "color": "#E1DFDD"
2177
+ }
2178
+ }
2179
+ }
2180
+ ],
2181
+ "dropShadow": [
2182
+ {
2183
+ "show": false,
2184
+ "preset": "Custom",
2185
+ "shadowDistance": 1,
2186
+ "shadowBlur": 3,
2187
+ "shadowSpread": 0,
2188
+ "transparency": 94,
2189
+ "color": {
2190
+ "solid": {
2191
+ "color": "#252423"
2192
+ }
2193
+ }
2194
+ }
2195
+ ],
2196
+ "spacing": [
2197
+ {
2198
+ "verticalSpacing": 0,
2199
+ "customizeSpacing": false,
2200
+ "spaceBelowTitle": 5,
2201
+ "spaceBelowSubTitle": 6
2202
+ }
2203
+ ],
2204
+ "valueAxis": [
2205
+ {
2206
+ "gridlineShow": true,
2207
+ "showAxisTitle": false,
2208
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2209
+ "fontSize": 9,
2210
+ "labelColor": {
2211
+ "solid": {
2212
+ "color": "#605E5C"
2213
+ }
2214
+ },
2215
+ "show": true,
2216
+ "axisStyle": "showLabels",
2217
+ "gridlineStyle": "dotted",
2218
+ "gridlineColor": {
2219
+ "solid": {
2220
+ "color": "#E1DFDD"
2221
+ }
2222
+ },
2223
+ "gridlineThickness": 1
2224
+ }
2225
+ ]
2226
+ }
2227
+ },
2228
+ "lineChart": {
2229
+ "*": {
2230
+ "general": [
2231
+ {
2232
+ "responsive": true
2233
+ }
2234
+ ],
2235
+ "legend": [
2236
+ {
2237
+ "show": true,
2238
+ "position": "Top",
2239
+ "showTitle": false,
2240
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2241
+ "fontSize": 8,
2242
+ "labelColor": {
2243
+ "solid": {
2244
+ "color": "#252423"
2245
+ }
2246
+ }
2247
+ }
2248
+ ],
2249
+ "title": [
2250
+ {
2251
+ "show": true,
2252
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
2253
+ "fontSize": 10,
2254
+ "fontColor": {
2255
+ "solid": {
2256
+ "color": "#252423"
2257
+ }
2258
+ },
2259
+ "alignment": "left",
2260
+ "titleWrap": true
2261
+ }
2262
+ ],
2263
+ "subTitle": [
2264
+ {
2265
+ "show": true,
2266
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2267
+ "fontSize": 9,
2268
+ "fontColor": {
2269
+ "solid": {
2270
+ "color": "#605E5C"
2271
+ }
2272
+ }
2273
+ }
2274
+ ],
2275
+ "padding": [
2276
+ {
2277
+ "left": 10,
2278
+ "top": 8,
2279
+ "right": 10,
2280
+ "bottom": 8
2281
+ }
2282
+ ],
2283
+ "border": [
2284
+ {
2285
+ "show": true,
2286
+ "width": 1,
2287
+ "radius": 6,
2288
+ "color": {
2289
+ "solid": {
2290
+ "color": "#E1DFDD"
2291
+ }
2292
+ }
2293
+ }
2294
+ ],
2295
+ "dropShadow": [
2296
+ {
2297
+ "show": false,
2298
+ "preset": "Custom",
2299
+ "shadowDistance": 1,
2300
+ "shadowBlur": 3,
2301
+ "shadowSpread": 0,
2302
+ "transparency": 94,
2303
+ "color": {
2304
+ "solid": {
2305
+ "color": "#252423"
2306
+ }
2307
+ }
2308
+ }
2309
+ ],
2310
+ "spacing": [
2311
+ {
2312
+ "verticalSpacing": 0,
2313
+ "customizeSpacing": false,
2314
+ "spaceBelowTitle": 5,
2315
+ "spaceBelowSubTitle": 6
2316
+ }
2317
+ ],
2318
+ "categoryAxis": [
2319
+ {
2320
+ "show": true,
2321
+ "showAxisTitle": false,
2322
+ "axisStyle": "showLabels",
2323
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2324
+ "fontSize": 8,
2325
+ "labelColor": {
2326
+ "solid": {
2327
+ "color": "#605E5C"
2328
+ }
2329
+ },
2330
+ "gridlineShow": false,
2331
+ "concatenateLabels": false,
2332
+ "maxMarginFactor": 15
2333
+ }
2334
+ ],
2335
+ "valueAxis": [
2336
+ {
2337
+ "show": true,
2338
+ "showAxisTitle": false,
2339
+ "axisStyle": "showLabels",
2340
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2341
+ "fontSize": 8,
2342
+ "labelColor": {
2343
+ "solid": {
2344
+ "color": "#605E5C"
2345
+ }
2346
+ },
2347
+ "gridlineShow": false,
2348
+ "gridlineStyle": "dotted",
2349
+ "gridlineColor": {
2350
+ "solid": {
2351
+ "color": "#E1DFDD"
2352
+ }
2353
+ },
2354
+ "gridlineThickness": 1,
2355
+ "labelDisplayUnits": 0
2356
+ }
2357
+ ],
2358
+ "background": [
2359
+ {
2360
+ "show": false,
2361
+ "color": {
2362
+ "solid": {
2363
+ "color": "#FFFFFF"
2364
+ }
2365
+ },
2366
+ "transparency": 100
2367
+ }
2368
+ ],
2369
+ "lineStyles": [
2370
+ {
2371
+ "strokeWidth": 2,
2372
+ "lineStyle": "solid"
2373
+ }
2374
+ ],
2375
+ "seriesLabels": [
2376
+ {
2377
+ "show": false
2378
+ }
2379
+ ]
2380
+ }
2381
+ },
2382
+ "areaChart": {
2383
+ "*": {
2384
+ "general": [
2385
+ {
2386
+ "responsive": true
2387
+ }
2388
+ ],
2389
+ "legend": [
2390
+ {
2391
+ "show": true,
2392
+ "position": "Top",
2393
+ "showTitle": false,
2394
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2395
+ "fontSize": 8,
2396
+ "labelColor": {
2397
+ "solid": {
2398
+ "color": "#252423"
2399
+ }
2400
+ }
2401
+ }
2402
+ ],
2403
+ "title": [
2404
+ {
2405
+ "show": true,
2406
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
2407
+ "fontSize": 10,
2408
+ "fontColor": {
2409
+ "solid": {
2410
+ "color": "#252423"
2411
+ }
2412
+ },
2413
+ "alignment": "left",
2414
+ "titleWrap": true
2415
+ }
2416
+ ],
2417
+ "subTitle": [
2418
+ {
2419
+ "show": true,
2420
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2421
+ "fontSize": 9,
2422
+ "fontColor": {
2423
+ "solid": {
2424
+ "color": "#605E5C"
2425
+ }
2426
+ }
2427
+ }
2428
+ ],
2429
+ "padding": [
2430
+ {
2431
+ "left": 10,
2432
+ "top": 8,
2433
+ "right": 10,
2434
+ "bottom": 8
2435
+ }
2436
+ ],
2437
+ "border": [
2438
+ {
2439
+ "show": true,
2440
+ "width": 1,
2441
+ "radius": 6,
2442
+ "color": {
2443
+ "solid": {
2444
+ "color": "#E1DFDD"
2445
+ }
2446
+ }
2447
+ }
2448
+ ],
2449
+ "dropShadow": [
2450
+ {
2451
+ "show": false,
2452
+ "preset": "Custom",
2453
+ "shadowDistance": 1,
2454
+ "shadowBlur": 3,
2455
+ "shadowSpread": 0,
2456
+ "transparency": 94,
2457
+ "color": {
2458
+ "solid": {
2459
+ "color": "#252423"
2460
+ }
2461
+ }
2462
+ }
2463
+ ],
2464
+ "spacing": [
2465
+ {
2466
+ "verticalSpacing": 0,
2467
+ "customizeSpacing": false,
2468
+ "spaceBelowTitle": 5,
2469
+ "spaceBelowSubTitle": 6
2470
+ }
2471
+ ],
2472
+ "categoryAxis": [
2473
+ {
2474
+ "show": true,
2475
+ "showAxisTitle": false,
2476
+ "axisStyle": "showLabels",
2477
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2478
+ "fontSize": 8,
2479
+ "labelColor": {
2480
+ "solid": {
2481
+ "color": "#605E5C"
2482
+ }
2483
+ },
2484
+ "gridlineShow": false,
2485
+ "concatenateLabels": false,
2486
+ "maxMarginFactor": 15
2487
+ }
2488
+ ],
2489
+ "valueAxis": [
2490
+ {
2491
+ "show": true,
2492
+ "showAxisTitle": false,
2493
+ "axisStyle": "showLabels",
2494
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2495
+ "fontSize": 8,
2496
+ "labelColor": {
2497
+ "solid": {
2498
+ "color": "#605E5C"
2499
+ }
2500
+ },
2501
+ "gridlineShow": false,
2502
+ "gridlineStyle": "dotted",
2503
+ "gridlineColor": {
2504
+ "solid": {
2505
+ "color": "#E1DFDD"
2506
+ }
2507
+ },
2508
+ "gridlineThickness": 1,
2509
+ "labelDisplayUnits": 0
2510
+ }
2511
+ ],
2512
+ "background": [
2513
+ {
2514
+ "show": false,
2515
+ "color": {
2516
+ "solid": {
2517
+ "color": "#FFFFFF"
2518
+ }
2519
+ },
2520
+ "transparency": 100
2521
+ }
2522
+ ],
2523
+ "lineStyles": [
2524
+ {
2525
+ "strokeWidth": 2,
2526
+ "lineStyle": "solid"
2527
+ }
2528
+ ],
2529
+ "seriesLabels": [
2530
+ {
2531
+ "show": false
2532
+ }
2533
+ ]
2534
+ }
2535
+ },
2536
+ "stackedAreaChart": {
2537
+ "*": {
2538
+ "general": [
2539
+ {
2540
+ "responsive": true
2541
+ }
2542
+ ],
2543
+ "legend": [
2544
+ {
2545
+ "show": true,
2546
+ "position": "Top",
2547
+ "showTitle": false,
2548
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2549
+ "fontSize": 9,
2550
+ "labelColor": {
2551
+ "solid": {
2552
+ "color": "#252423"
2553
+ }
2554
+ }
2555
+ }
2556
+ ],
2557
+ "title": [
2558
+ {
2559
+ "show": true,
2560
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
2561
+ "fontSize": 10,
2562
+ "fontColor": {
2563
+ "solid": {
2564
+ "color": "#252423"
2565
+ }
2566
+ },
2567
+ "alignment": "left",
2568
+ "titleWrap": true
2569
+ }
2570
+ ],
2571
+ "subTitle": [
2572
+ {
2573
+ "show": true,
2574
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2575
+ "fontSize": 9,
2576
+ "fontColor": {
2577
+ "solid": {
2578
+ "color": "#605E5C"
2579
+ }
2580
+ }
2581
+ }
2582
+ ],
2583
+ "padding": [
2584
+ {
2585
+ "left": 10,
2586
+ "top": 8,
2587
+ "right": 10,
2588
+ "bottom": 8
2589
+ }
2590
+ ],
2591
+ "border": [
2592
+ {
2593
+ "show": true,
2594
+ "width": 1,
2595
+ "radius": 6,
2596
+ "color": {
2597
+ "solid": {
2598
+ "color": "#E1DFDD"
2599
+ }
2600
+ }
2601
+ }
2602
+ ],
2603
+ "dropShadow": [
2604
+ {
2605
+ "show": false,
2606
+ "preset": "Custom",
2607
+ "shadowDistance": 1,
2608
+ "shadowBlur": 3,
2609
+ "shadowSpread": 0,
2610
+ "transparency": 94,
2611
+ "color": {
2612
+ "solid": {
2613
+ "color": "#252423"
2614
+ }
2615
+ }
2616
+ }
2617
+ ],
2618
+ "spacing": [
2619
+ {
2620
+ "verticalSpacing": 0,
2621
+ "customizeSpacing": false,
2622
+ "spaceBelowTitle": 5,
2623
+ "spaceBelowSubTitle": 6
2624
+ }
2625
+ ],
2626
+ "categoryAxis": [
2627
+ {
2628
+ "gridlineShow": false,
2629
+ "showAxisTitle": false,
2630
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2631
+ "fontSize": 9,
2632
+ "labelColor": {
2633
+ "solid": {
2634
+ "color": "#605E5C"
2635
+ }
2636
+ },
2637
+ "innerPadding": 30,
2638
+ "show": true,
2639
+ "axisStyle": "showLabels",
2640
+ "concatenateLabels": false
2641
+ }
2642
+ ],
2643
+ "valueAxis": [
2644
+ {
2645
+ "gridlineShow": true,
2646
+ "showAxisTitle": false,
2647
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2648
+ "fontSize": 9,
2649
+ "labelColor": {
2650
+ "solid": {
2651
+ "color": "#605E5C"
2652
+ }
2653
+ },
2654
+ "show": true,
2655
+ "axisStyle": "showLabels",
2656
+ "gridlineStyle": "dotted",
2657
+ "gridlineColor": {
2658
+ "solid": {
2659
+ "color": "#E1DFDD"
2660
+ }
2661
+ },
2662
+ "gridlineThickness": 1
2663
+ }
2664
+ ],
2665
+ "background": [
2666
+ {
2667
+ "show": false,
2668
+ "color": {
2669
+ "solid": {
2670
+ "color": "#FFFFFF"
2671
+ }
2672
+ },
2673
+ "transparency": 100
2674
+ }
2675
+ ],
2676
+ "lineStyles": [
2677
+ {
2678
+ "strokeWidth": 3,
2679
+ "lineStyle": "solid"
2680
+ }
2681
+ ]
2682
+ }
2683
+ },
2684
+ "ribbonChart": {
2685
+ "*": {
2686
+ "general": [
2687
+ {
2688
+ "responsive": true
2689
+ }
2690
+ ],
2691
+ "legend": [
2692
+ {
2693
+ "show": true,
2694
+ "position": "Top",
2695
+ "showTitle": false,
2696
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2697
+ "fontSize": 9,
2698
+ "labelColor": {
2699
+ "solid": {
2700
+ "color": "#252423"
2701
+ }
2702
+ }
2703
+ }
2704
+ ],
2705
+ "title": [
2706
+ {
2707
+ "show": true,
2708
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
2709
+ "fontSize": 10,
2710
+ "fontColor": {
2711
+ "solid": {
2712
+ "color": "#252423"
2713
+ }
2714
+ },
2715
+ "alignment": "left",
2716
+ "titleWrap": true
2717
+ }
2718
+ ],
2719
+ "subTitle": [
2720
+ {
2721
+ "show": true,
2722
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2723
+ "fontSize": 9,
2724
+ "fontColor": {
2725
+ "solid": {
2726
+ "color": "#605E5C"
2727
+ }
2728
+ }
2729
+ }
2730
+ ],
2731
+ "padding": [
2732
+ {
2733
+ "left": 10,
2734
+ "top": 8,
2735
+ "right": 10,
2736
+ "bottom": 8
2737
+ }
2738
+ ],
2739
+ "border": [
2740
+ {
2741
+ "show": true,
2742
+ "width": 1,
2743
+ "radius": 6,
2744
+ "color": {
2745
+ "solid": {
2746
+ "color": "#E1DFDD"
2747
+ }
2748
+ }
2749
+ }
2750
+ ],
2751
+ "dropShadow": [
2752
+ {
2753
+ "show": false,
2754
+ "preset": "Custom",
2755
+ "shadowDistance": 1,
2756
+ "shadowBlur": 3,
2757
+ "shadowSpread": 0,
2758
+ "transparency": 94,
2759
+ "color": {
2760
+ "solid": {
2761
+ "color": "#252423"
2762
+ }
2763
+ }
2764
+ }
2765
+ ],
2766
+ "spacing": [
2767
+ {
2768
+ "verticalSpacing": 0,
2769
+ "customizeSpacing": false,
2770
+ "spaceBelowTitle": 5,
2771
+ "spaceBelowSubTitle": 6
2772
+ }
2773
+ ],
2774
+ "categoryAxis": [
2775
+ {
2776
+ "gridlineShow": false,
2777
+ "showAxisTitle": false,
2778
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2779
+ "fontSize": 9,
2780
+ "labelColor": {
2781
+ "solid": {
2782
+ "color": "#605E5C"
2783
+ }
2784
+ },
2785
+ "innerPadding": 30,
2786
+ "show": true,
2787
+ "axisStyle": "showLabels",
2788
+ "concatenateLabels": false
2789
+ }
2790
+ ],
2791
+ "valueAxis": [
2792
+ {
2793
+ "gridlineShow": true,
2794
+ "showAxisTitle": false,
2795
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2796
+ "fontSize": 9,
2797
+ "labelColor": {
2798
+ "solid": {
2799
+ "color": "#605E5C"
2800
+ }
2801
+ },
2802
+ "show": true,
2803
+ "axisStyle": "showLabels",
2804
+ "gridlineStyle": "dotted",
2805
+ "gridlineColor": {
2806
+ "solid": {
2807
+ "color": "#E1DFDD"
2808
+ }
2809
+ },
2810
+ "gridlineThickness": 1
2811
+ }
2812
+ ]
2813
+ }
2814
+ },
2815
+ "lineClusteredColumnComboChart": {
2816
+ "*": {
2817
+ "general": [
2818
+ {
2819
+ "responsive": true
2820
+ }
2821
+ ],
2822
+ "legend": [
2823
+ {
2824
+ "show": true,
2825
+ "position": "Top",
2826
+ "showTitle": false,
2827
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2828
+ "fontSize": 9,
2829
+ "labelColor": {
2830
+ "solid": {
2831
+ "color": "#252423"
2832
+ }
2833
+ }
2834
+ }
2835
+ ],
2836
+ "categoryAxis": [
2837
+ {
2838
+ "gridlineShow": false,
2839
+ "showAxisTitle": false,
2840
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2841
+ "fontSize": 9,
2842
+ "labelColor": {
2843
+ "solid": {
2844
+ "color": "#605E5C"
2845
+ }
2846
+ },
2847
+ "innerPadding": 30,
2848
+ "show": true,
2849
+ "axisStyle": "showLabels",
2850
+ "concatenateLabels": false
2851
+ }
2852
+ ],
2853
+ "title": [
2854
+ {
2855
+ "show": true,
2856
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
2857
+ "fontSize": 10,
2858
+ "fontColor": {
2859
+ "solid": {
2860
+ "color": "#252423"
2861
+ }
2862
+ },
2863
+ "alignment": "left",
2864
+ "titleWrap": true
2865
+ }
2866
+ ],
2867
+ "subTitle": [
2868
+ {
2869
+ "show": true,
2870
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2871
+ "fontSize": 9,
2872
+ "fontColor": {
2873
+ "solid": {
2874
+ "color": "#605E5C"
2875
+ }
2876
+ }
2877
+ }
2878
+ ],
2879
+ "padding": [
2880
+ {
2881
+ "left": 10,
2882
+ "top": 8,
2883
+ "right": 10,
2884
+ "bottom": 8
2885
+ }
2886
+ ],
2887
+ "border": [
2888
+ {
2889
+ "show": true,
2890
+ "width": 1,
2891
+ "radius": 6,
2892
+ "color": {
2893
+ "solid": {
2894
+ "color": "#E1DFDD"
2895
+ }
2896
+ }
2897
+ }
2898
+ ],
2899
+ "dropShadow": [
2900
+ {
2901
+ "show": false,
2902
+ "preset": "Custom",
2903
+ "shadowDistance": 1,
2904
+ "shadowBlur": 3,
2905
+ "shadowSpread": 0,
2906
+ "transparency": 94,
2907
+ "color": {
2908
+ "solid": {
2909
+ "color": "#252423"
2910
+ }
2911
+ }
2912
+ }
2913
+ ],
2914
+ "spacing": [
2915
+ {
2916
+ "verticalSpacing": 0,
2917
+ "customizeSpacing": false,
2918
+ "spaceBelowTitle": 5,
2919
+ "spaceBelowSubTitle": 6
2920
+ }
2921
+ ],
2922
+ "valueAxis": [
2923
+ {
2924
+ "gridlineShow": true,
2925
+ "showAxisTitle": false,
2926
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2927
+ "fontSize": 9,
2928
+ "labelColor": {
2929
+ "solid": {
2930
+ "color": "#605E5C"
2931
+ }
2932
+ },
2933
+ "show": true,
2934
+ "axisStyle": "showLabels",
2935
+ "gridlineStyle": "dotted",
2936
+ "gridlineColor": {
2937
+ "solid": {
2938
+ "color": "#E1DFDD"
2939
+ }
2940
+ },
2941
+ "gridlineThickness": 1
2942
+ }
2943
+ ],
2944
+ "background": [
2945
+ {
2946
+ "show": false,
2947
+ "color": {
2948
+ "solid": {
2949
+ "color": "#FFFFFF"
2950
+ }
2951
+ },
2952
+ "transparency": 100
2953
+ }
2954
+ ],
2955
+ "lineStyles": [
2956
+ {
2957
+ "strokeWidth": 3,
2958
+ "lineStyle": "solid"
2959
+ }
2960
+ ]
2961
+ }
2962
+ },
2963
+ "lineStackedColumnComboChart": {
2964
+ "*": {
2965
+ "general": [
2966
+ {
2967
+ "responsive": true
2968
+ }
2969
+ ],
2970
+ "legend": [
2971
+ {
2972
+ "show": true,
2973
+ "position": "Top",
2974
+ "showTitle": false,
2975
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2976
+ "fontSize": 9,
2977
+ "labelColor": {
2978
+ "solid": {
2979
+ "color": "#252423"
2980
+ }
2981
+ }
2982
+ }
2983
+ ],
2984
+ "categoryAxis": [
2985
+ {
2986
+ "gridlineShow": false,
2987
+ "showAxisTitle": false,
2988
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
2989
+ "fontSize": 9,
2990
+ "labelColor": {
2991
+ "solid": {
2992
+ "color": "#605E5C"
2993
+ }
2994
+ },
2995
+ "innerPadding": 30,
2996
+ "show": true,
2997
+ "axisStyle": "showLabels",
2998
+ "concatenateLabels": false
2999
+ }
3000
+ ],
3001
+ "title": [
3002
+ {
3003
+ "show": true,
3004
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
3005
+ "fontSize": 10,
3006
+ "fontColor": {
3007
+ "solid": {
3008
+ "color": "#252423"
3009
+ }
3010
+ },
3011
+ "alignment": "left",
3012
+ "titleWrap": true
3013
+ }
3014
+ ],
3015
+ "subTitle": [
3016
+ {
3017
+ "show": true,
3018
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3019
+ "fontSize": 9,
3020
+ "fontColor": {
3021
+ "solid": {
3022
+ "color": "#605E5C"
3023
+ }
3024
+ }
3025
+ }
3026
+ ],
3027
+ "padding": [
3028
+ {
3029
+ "left": 10,
3030
+ "top": 8,
3031
+ "right": 10,
3032
+ "bottom": 8
3033
+ }
3034
+ ],
3035
+ "border": [
3036
+ {
3037
+ "show": true,
3038
+ "width": 1,
3039
+ "radius": 6,
3040
+ "color": {
3041
+ "solid": {
3042
+ "color": "#E1DFDD"
3043
+ }
3044
+ }
3045
+ }
3046
+ ],
3047
+ "dropShadow": [
3048
+ {
3049
+ "show": false,
3050
+ "preset": "Custom",
3051
+ "shadowDistance": 1,
3052
+ "shadowBlur": 3,
3053
+ "shadowSpread": 0,
3054
+ "transparency": 94,
3055
+ "color": {
3056
+ "solid": {
3057
+ "color": "#252423"
3058
+ }
3059
+ }
3060
+ }
3061
+ ],
3062
+ "spacing": [
3063
+ {
3064
+ "verticalSpacing": 0,
3065
+ "customizeSpacing": false,
3066
+ "spaceBelowTitle": 5,
3067
+ "spaceBelowSubTitle": 6
3068
+ }
3069
+ ],
3070
+ "valueAxis": [
3071
+ {
3072
+ "gridlineShow": true,
3073
+ "showAxisTitle": false,
3074
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3075
+ "fontSize": 9,
3076
+ "labelColor": {
3077
+ "solid": {
3078
+ "color": "#605E5C"
3079
+ }
3080
+ },
3081
+ "show": true,
3082
+ "axisStyle": "showLabels",
3083
+ "gridlineStyle": "dotted",
3084
+ "gridlineColor": {
3085
+ "solid": {
3086
+ "color": "#E1DFDD"
3087
+ }
3088
+ },
3089
+ "gridlineThickness": 1
3090
+ }
3091
+ ],
3092
+ "background": [
3093
+ {
3094
+ "show": false,
3095
+ "color": {
3096
+ "solid": {
3097
+ "color": "#FFFFFF"
3098
+ }
3099
+ },
3100
+ "transparency": 100
3101
+ }
3102
+ ],
3103
+ "lineStyles": [
3104
+ {
3105
+ "strokeWidth": 3,
3106
+ "lineStyle": "solid"
3107
+ }
3108
+ ]
3109
+ }
3110
+ },
3111
+ "pieChart": {
3112
+ "*": {
3113
+ "legend": [
3114
+ {
3115
+ "show": true,
3116
+ "position": "Top",
3117
+ "showTitle": false,
3118
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3119
+ "fontSize": 9,
3120
+ "labelColor": {
3121
+ "solid": {
3122
+ "color": "#252423"
3123
+ }
3124
+ }
3125
+ }
3126
+ ],
3127
+ "labels": [
3128
+ {
3129
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3130
+ "fontSize": 8,
3131
+ "color": {
3132
+ "solid": {
3133
+ "color": "#374151"
3134
+ }
3135
+ }
3136
+ }
3137
+ ],
3138
+ "border": [
3139
+ {
3140
+ "show": true,
3141
+ "width": 1,
3142
+ "radius": 6,
3143
+ "color": {
3144
+ "solid": {
3145
+ "color": "#E1DFDD"
3146
+ }
3147
+ }
3148
+ }
3149
+ ],
3150
+ "dropShadow": [
3151
+ {
3152
+ "show": false,
3153
+ "preset": "Custom",
3154
+ "shadowDistance": 1,
3155
+ "shadowBlur": 3,
3156
+ "shadowSpread": 0,
3157
+ "transparency": 94,
3158
+ "color": {
3159
+ "solid": {
3160
+ "color": "#252423"
3161
+ }
3162
+ }
3163
+ }
3164
+ ],
3165
+ "padding": [
3166
+ {
3167
+ "left": 10,
3168
+ "top": 8,
3169
+ "right": 10,
3170
+ "bottom": 8
3171
+ }
3172
+ ],
3173
+ "background": [
3174
+ {
3175
+ "show": false,
3176
+ "color": {
3177
+ "solid": {
3178
+ "color": "#FFFFFF"
3179
+ }
3180
+ },
3181
+ "transparency": 100
3182
+ }
3183
+ ],
3184
+ "lineStyles": [
3185
+ {
3186
+ "strokeWidth": 3,
3187
+ "lineStyle": "solid"
3188
+ }
3189
+ ]
3190
+ }
3191
+ },
3192
+ "donutChart": {
3193
+ "*": {
3194
+ "legend": [
3195
+ {
3196
+ "show": true,
3197
+ "position": "Top",
3198
+ "showTitle": false,
3199
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3200
+ "fontSize": 9,
3201
+ "labelColor": {
3202
+ "solid": {
3203
+ "color": "#252423"
3204
+ }
3205
+ }
3206
+ }
3207
+ ],
3208
+ "labels": [
3209
+ {
3210
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3211
+ "fontSize": 8,
3212
+ "color": {
3213
+ "solid": {
3214
+ "color": "#374151"
3215
+ }
3216
+ }
3217
+ }
3218
+ ],
3219
+ "border": [
3220
+ {
3221
+ "show": true,
3222
+ "width": 1,
3223
+ "radius": 6,
3224
+ "color": {
3225
+ "solid": {
3226
+ "color": "#E1DFDD"
3227
+ }
3228
+ }
3229
+ }
3230
+ ],
3231
+ "dropShadow": [
3232
+ {
3233
+ "show": false,
3234
+ "preset": "Custom",
3235
+ "shadowDistance": 1,
3236
+ "shadowBlur": 3,
3237
+ "shadowSpread": 0,
3238
+ "transparency": 94,
3239
+ "color": {
3240
+ "solid": {
3241
+ "color": "#252423"
3242
+ }
3243
+ }
3244
+ }
3245
+ ],
3246
+ "padding": [
3247
+ {
3248
+ "left": 10,
3249
+ "top": 8,
3250
+ "right": 10,
3251
+ "bottom": 8
3252
+ }
3253
+ ],
3254
+ "background": [
3255
+ {
3256
+ "show": false,
3257
+ "color": {
3258
+ "solid": {
3259
+ "color": "#FFFFFF"
3260
+ }
3261
+ },
3262
+ "transparency": 100
3263
+ }
3264
+ ],
3265
+ "lineStyles": [
3266
+ {
3267
+ "strokeWidth": 3,
3268
+ "lineStyle": "solid"
3269
+ }
3270
+ ]
3271
+ }
3272
+ },
3273
+ "treemap": {
3274
+ "*": {
3275
+ "legend": [
3276
+ {
3277
+ "show": true,
3278
+ "position": "Top",
3279
+ "showTitle": false,
3280
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3281
+ "fontSize": 9,
3282
+ "labelColor": {
3283
+ "solid": {
3284
+ "color": "#252423"
3285
+ }
3286
+ }
3287
+ }
3288
+ ],
3289
+ "labels": [
3290
+ {
3291
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3292
+ "fontSize": 8,
3293
+ "color": {
3294
+ "solid": {
3295
+ "color": "#374151"
3296
+ }
3297
+ }
3298
+ }
3299
+ ],
3300
+ "background": [
3301
+ {
3302
+ "show": false,
3303
+ "color": {
3304
+ "solid": {
3305
+ "color": "#FFFFFF"
3306
+ }
3307
+ },
3308
+ "transparency": 100
3309
+ }
3310
+ ],
3311
+ "border": [
3312
+ {
3313
+ "show": true,
3314
+ "width": 1,
3315
+ "radius": 6,
3316
+ "color": {
3317
+ "solid": {
3318
+ "color": "#E1DFDD"
3319
+ }
3320
+ }
3321
+ }
3322
+ ],
3323
+ "dropShadow": [
3324
+ {
3325
+ "show": false,
3326
+ "preset": "Custom",
3327
+ "shadowDistance": 1,
3328
+ "shadowBlur": 3,
3329
+ "shadowSpread": 0,
3330
+ "transparency": 94,
3331
+ "color": {
3332
+ "solid": {
3333
+ "color": "#252423"
3334
+ }
3335
+ }
3336
+ }
3337
+ ],
3338
+ "lineStyles": [
3339
+ {
3340
+ "strokeWidth": 3,
3341
+ "lineStyle": "solid"
3342
+ }
3343
+ ]
3344
+ }
3345
+ },
3346
+ "funnel": {
3347
+ "*": {
3348
+ "general": [
3349
+ {
3350
+ "responsive": true
3351
+ }
3352
+ ],
3353
+ "legend": [
3354
+ {
3355
+ "show": true,
3356
+ "position": "Top",
3357
+ "showTitle": false,
3358
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3359
+ "fontSize": 9,
3360
+ "labelColor": {
3361
+ "solid": {
3362
+ "color": "#252423"
3363
+ }
3364
+ }
3365
+ }
3366
+ ],
3367
+ "labels": [
3368
+ {
3369
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3370
+ "fontSize": 8,
3371
+ "color": {
3372
+ "solid": {
3373
+ "color": "#374151"
3374
+ }
3375
+ }
3376
+ }
3377
+ ],
3378
+ "background": [
3379
+ {
3380
+ "show": false,
3381
+ "color": {
3382
+ "solid": {
3383
+ "color": "#FFFFFF"
3384
+ }
3385
+ },
3386
+ "transparency": 100
3387
+ }
3388
+ ],
3389
+ "border": [
3390
+ {
3391
+ "show": true,
3392
+ "width": 1,
3393
+ "radius": 6,
3394
+ "color": {
3395
+ "solid": {
3396
+ "color": "#E1DFDD"
3397
+ }
3398
+ }
3399
+ }
3400
+ ],
3401
+ "dropShadow": [
3402
+ {
3403
+ "show": false,
3404
+ "preset": "Custom",
3405
+ "shadowDistance": 1,
3406
+ "shadowBlur": 3,
3407
+ "shadowSpread": 0,
3408
+ "transparency": 94,
3409
+ "color": {
3410
+ "solid": {
3411
+ "color": "#252423"
3412
+ }
3413
+ }
3414
+ }
3415
+ ],
3416
+ "lineStyles": [
3417
+ {
3418
+ "strokeWidth": 3,
3419
+ "lineStyle": "solid"
3420
+ }
3421
+ ]
3422
+ }
3423
+ },
3424
+ "scatterChart": {
3425
+ "*": {
3426
+ "general": [
3427
+ {
3428
+ "responsive": true
3429
+ }
3430
+ ],
3431
+ "fillPoint": [
3432
+ {
3433
+ "show": true
3434
+ }
3435
+ ],
3436
+ "legend": [
3437
+ {
3438
+ "show": true,
3439
+ "position": "Top",
3440
+ "showTitle": false,
3441
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3442
+ "fontSize": 9,
3443
+ "labelColor": {
3444
+ "solid": {
3445
+ "color": "#252423"
3446
+ }
3447
+ }
3448
+ }
3449
+ ],
3450
+ "categoryAxis": [
3451
+ {
3452
+ "showAxisTitle": false,
3453
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3454
+ "fontSize": 9,
3455
+ "labelColor": {
3456
+ "solid": {
3457
+ "color": "#605E5C"
3458
+ }
3459
+ },
3460
+ "show": true,
3461
+ "axisStyle": "showLabels",
3462
+ "gridlineShow": false,
3463
+ "concatenateLabels": false
3464
+ }
3465
+ ],
3466
+ "valueAxis": [
3467
+ {
3468
+ "showAxisTitle": false,
3469
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3470
+ "fontSize": 9,
3471
+ "labelColor": {
3472
+ "solid": {
3473
+ "color": "#605E5C"
3474
+ }
3475
+ },
3476
+ "show": true,
3477
+ "axisStyle": "showLabels",
3478
+ "gridlineShow": true,
3479
+ "gridlineStyle": "dotted",
3480
+ "gridlineColor": {
3481
+ "solid": {
3482
+ "color": "#E1DFDD"
3483
+ }
3484
+ },
3485
+ "gridlineThickness": 1
3486
+ }
3487
+ ],
3488
+ "background": [
3489
+ {
3490
+ "show": false,
3491
+ "color": {
3492
+ "solid": {
3493
+ "color": "#FFFFFF"
3494
+ }
3495
+ },
3496
+ "transparency": 100
3497
+ }
3498
+ ],
3499
+ "border": [
3500
+ {
3501
+ "show": true,
3502
+ "width": 1,
3503
+ "radius": 6,
3504
+ "color": {
3505
+ "solid": {
3506
+ "color": "#E1DFDD"
3507
+ }
3508
+ }
3509
+ }
3510
+ ],
3511
+ "dropShadow": [
3512
+ {
3513
+ "show": false,
3514
+ "preset": "Custom",
3515
+ "shadowDistance": 1,
3516
+ "shadowBlur": 3,
3517
+ "shadowSpread": 0,
3518
+ "transparency": 94,
3519
+ "color": {
3520
+ "solid": {
3521
+ "color": "#252423"
3522
+ }
3523
+ }
3524
+ }
3525
+ ],
3526
+ "lineStyles": [
3527
+ {
3528
+ "strokeWidth": 3,
3529
+ "lineStyle": "solid"
3530
+ }
3531
+ ]
3532
+ }
3533
+ },
3534
+ "waterfallChart": {
3535
+ "*": {
3536
+ "general": [
3537
+ {
3538
+ "responsive": true
3539
+ }
3540
+ ],
3541
+ "categoryAxis": [
3542
+ {
3543
+ "innerPadding": 36,
3544
+ "showAxisTitle": false,
3545
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3546
+ "fontSize": 9,
3547
+ "labelColor": {
3548
+ "solid": {
3549
+ "color": "#605E5C"
3550
+ }
3551
+ },
3552
+ "show": true,
3553
+ "axisStyle": "showLabels",
3554
+ "gridlineShow": false,
3555
+ "concatenateLabels": false
3556
+ }
3557
+ ],
3558
+ "legend": [
3559
+ {
3560
+ "show": true,
3561
+ "position": "Top",
3562
+ "showTitle": false,
3563
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3564
+ "fontSize": 9,
3565
+ "labelColor": {
3566
+ "solid": {
3567
+ "color": "#252423"
3568
+ }
3569
+ }
3570
+ }
3571
+ ],
3572
+ "sentimentColors": [
3573
+ {
3574
+ "increaseFill": {
3575
+ "solid": {
3576
+ "color": "#22C55E"
3577
+ }
3578
+ },
3579
+ "decreaseFill": {
3580
+ "solid": {
3581
+ "color": "#EF4444"
3582
+ }
3583
+ },
3584
+ "totalFill": {
3585
+ "solid": {
3586
+ "color": "#6B7280"
3587
+ }
3588
+ }
3589
+ }
3590
+ ],
3591
+ "background": [
3592
+ {
3593
+ "show": false,
3594
+ "color": {
3595
+ "solid": {
3596
+ "color": "#FFFFFF"
3597
+ }
3598
+ },
3599
+ "transparency": 100
3600
+ }
3601
+ ],
3602
+ "border": [
3603
+ {
3604
+ "show": true,
3605
+ "width": 1,
3606
+ "radius": 6,
3607
+ "color": {
3608
+ "solid": {
3609
+ "color": "#E1DFDD"
3610
+ }
3611
+ }
3612
+ }
3613
+ ],
3614
+ "dropShadow": [
3615
+ {
3616
+ "show": false,
3617
+ "preset": "Custom",
3618
+ "shadowDistance": 1,
3619
+ "shadowBlur": 3,
3620
+ "shadowSpread": 0,
3621
+ "transparency": 94,
3622
+ "color": {
3623
+ "solid": {
3624
+ "color": "#252423"
3625
+ }
3626
+ }
3627
+ }
3628
+ ],
3629
+ "lineStyles": [
3630
+ {
3631
+ "strokeWidth": 3,
3632
+ "lineStyle": "solid"
3633
+ }
3634
+ ]
3635
+ }
3636
+ },
3637
+ "tableEx": {
3638
+ "*": {
3639
+ "grid": [
3640
+ {
3641
+ "gridVertical": false,
3642
+ "gridHorizontal": true,
3643
+ "gridHorizontalColor": {
3644
+ "solid": {
3645
+ "color": "#E1DFDD"
3646
+ }
3647
+ },
3648
+ "gridHorizontalWeight": 1,
3649
+ "rowPadding": 6
3650
+ }
3651
+ ],
3652
+ "columnHeaders": [
3653
+ {
3654
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
3655
+ "fontSize": 10,
3656
+ "fontColor": {
3657
+ "solid": {
3658
+ "color": "#252423"
3659
+ }
3660
+ },
3661
+ "backColor": {
3662
+ "solid": {
3663
+ "color": "#F3F2F1"
3664
+ }
3665
+ }
3666
+ }
3667
+ ],
3668
+ "values": [
3669
+ {
3670
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3671
+ "fontSize": 10,
3672
+ "fontColorPrimary": {
3673
+ "solid": {
3674
+ "color": "#252423"
3675
+ }
3676
+ }
3677
+ }
3678
+ ],
3679
+ "border": [
3680
+ {
3681
+ "show": true,
3682
+ "width": 1,
3683
+ "radius": 6,
3684
+ "color": {
3685
+ "solid": {
3686
+ "color": "#E1DFDD"
3687
+ }
3688
+ }
3689
+ }
3690
+ ],
3691
+ "dropShadow": [
3692
+ {
3693
+ "show": false
3694
+ }
3695
+ ],
3696
+ "padding": [
3697
+ {
3698
+ "left": 8,
3699
+ "top": 6,
3700
+ "right": 8,
3701
+ "bottom": 6
3702
+ }
3703
+ ]
3704
+ }
3705
+ },
3706
+ "pivotTable": {
3707
+ "*": {
3708
+ "grid": [
3709
+ {
3710
+ "gridVertical": false,
3711
+ "gridHorizontal": true,
3712
+ "gridHorizontalColor": {
3713
+ "solid": {
3714
+ "color": "#E1DFDD"
3715
+ }
3716
+ },
3717
+ "gridHorizontalWeight": 1,
3718
+ "rowPadding": 6
3719
+ }
3720
+ ],
3721
+ "columnHeaders": [
3722
+ {
3723
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
3724
+ "fontSize": 10,
3725
+ "fontColor": {
3726
+ "solid": {
3727
+ "color": "#252423"
3728
+ }
3729
+ },
3730
+ "backColor": {
3731
+ "solid": {
3732
+ "color": "#F3F2F1"
3733
+ }
3734
+ }
3735
+ }
3736
+ ],
3737
+ "rowHeaders": [
3738
+ {
3739
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3740
+ "fontSize": 10,
3741
+ "fontColor": {
3742
+ "solid": {
3743
+ "color": "#252423"
3744
+ }
3745
+ }
3746
+ }
3747
+ ],
3748
+ "values": [
3749
+ {
3750
+ "fontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3751
+ "fontSize": 10,
3752
+ "fontColorPrimary": {
3753
+ "solid": {
3754
+ "color": "#252423"
3755
+ }
3756
+ }
3757
+ }
3758
+ ],
3759
+ "border": [
3760
+ {
3761
+ "show": true,
3762
+ "width": 1,
3763
+ "radius": 6,
3764
+ "color": {
3765
+ "solid": {
3766
+ "color": "#E1DFDD"
3767
+ }
3768
+ }
3769
+ }
3770
+ ],
3771
+ "dropShadow": [
3772
+ {
3773
+ "show": false
3774
+ }
3775
+ ],
3776
+ "padding": [
3777
+ {
3778
+ "left": 8,
3779
+ "top": 6,
3780
+ "right": 8,
3781
+ "bottom": 6
3782
+ }
3783
+ ]
3784
+ }
3785
+ },
3786
+ "cardVisual": {
3787
+ "*": {
3788
+ "background": [
3789
+ {
3790
+ "show": false,
3791
+ "color": {
3792
+ "solid": {
3793
+ "color": "#FFFFFF"
3794
+ }
3795
+ },
3796
+ "transparency": 100
3797
+ }
3798
+ ],
3799
+ "border": [
3800
+ {
3801
+ "show": false
3802
+ }
3803
+ ],
3804
+ "dropShadow": [
3805
+ {
3806
+ "show": false
3807
+ }
3808
+ ],
3809
+ "padding": [
3810
+ {
3811
+ "left": 6,
3812
+ "top": 3,
3813
+ "right": 6,
3814
+ "bottom": 3
3815
+ }
3816
+ ],
3817
+ "spacing": [
3818
+ {
3819
+ "verticalSpacing": 0,
3820
+ "customizeSpacing": false,
3821
+ "spaceBelowTitle": 5,
3822
+ "spaceBelowSubTitle": 6
3823
+ }
3824
+ ],
3825
+ "value": [
3826
+ {
3827
+ "fontFamily": "DIN, wf_standard-font, helvetica, arial, sans-serif",
3828
+ "fontSize": 20,
3829
+ "fontColor": {
3830
+ "solid": {
3831
+ "color": "#252423"
3832
+ }
3833
+ }
3834
+ }
3835
+ ],
3836
+ "label": [
3837
+ {
3838
+ "fontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
3839
+ "fontSize": 8,
3840
+ "fontColor": {
3841
+ "solid": {
3842
+ "color": "#605E5C"
3843
+ }
3844
+ }
3845
+ }
3846
+ ],
3847
+ "referenceLabelTitle": [
3848
+ {
3849
+ "titleFontSize": 8,
3850
+ "titleFontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3851
+ "titleFontColor": {
3852
+ "solid": {
3853
+ "color": "#605E5C"
3854
+ }
3855
+ }
3856
+ }
3857
+ ],
3858
+ "referenceLabelValue": [
3859
+ {
3860
+ "valueFontSize": 10,
3861
+ "valueFontFamily": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
3862
+ "valueFontColor": {
3863
+ "solid": {
3864
+ "color": "#252423"
3865
+ }
3866
+ }
3867
+ }
3868
+ ],
3869
+ "referenceLabelDetail": [
3870
+ {
3871
+ "detailFontSize": 8,
3872
+ "detailFontFamily": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
3873
+ "detailFontColor": {
3874
+ "solid": {
3875
+ "color": "#605E5C"
3876
+ }
3877
+ }
3878
+ }
3879
+ ],
3880
+ "layout": [
3881
+ {
3882
+ "cellPadding": 0
3883
+ }
3884
+ ]
3885
+ }
3886
+ }
3887
+ }
3888
+ }