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