@watermarkinsights/ripple 3.3.1 → 3.4.0-0

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 (174) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/{functions-8fb310fe.js → functions-653e695c.js} +442 -442
  3. package/dist/cjs/{global-605fbf89.js → global-71805ec4.js} +65 -65
  4. package/dist/cjs/{http-service-9e8c4dd5.js → http-service-494d81de.js} +49 -49
  5. package/dist/cjs/{interfaces-30a74c1f.js → interfaces-a3338581.js} +29 -29
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/priv-chart-popover.cjs.entry.js +78 -78
  8. package/dist/cjs/priv-datepicker.cjs.entry.js +668 -661
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +18 -18
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +23 -23
  11. package/dist/cjs/ripple.cjs.js +2 -2
  12. package/dist/cjs/wm-action-menu_2.cjs.entry.js +341 -341
  13. package/dist/cjs/wm-button.cjs.entry.js +218 -218
  14. package/dist/cjs/wm-chart-slice.cjs.entry.js +13 -13
  15. package/dist/cjs/wm-chart.cjs.entry.js +513 -513
  16. package/dist/cjs/wm-datepicker.cjs.entry.js +256 -256
  17. package/dist/cjs/wm-input.cjs.entry.js +133 -125
  18. package/dist/cjs/wm-modal-footer.cjs.entry.js +31 -31
  19. package/dist/cjs/wm-modal-header.cjs.entry.js +34 -34
  20. package/dist/cjs/wm-modal.cjs.entry.js +161 -161
  21. package/dist/cjs/wm-navigator.cjs.entry.js +268 -268
  22. package/dist/cjs/wm-network-uploader.cjs.entry.js +420 -420
  23. package/dist/cjs/wm-option_2.cjs.entry.js +492 -492
  24. package/dist/cjs/wm-pagination.cjs.entry.js +167 -167
  25. package/dist/cjs/wm-search.cjs.entry.js +231 -231
  26. package/dist/cjs/wm-snackbar.cjs.entry.js +170 -170
  27. package/dist/cjs/wm-tab-item_3.cjs.entry.js +300 -300
  28. package/dist/cjs/wm-tag-input.cjs.entry.js +556 -556
  29. package/dist/cjs/wm-timepicker.cjs.entry.js +383 -383
  30. package/dist/cjs/wm-toggletip.cjs.entry.js +124 -124
  31. package/dist/cjs/wm-uploader.cjs.entry.js +346 -346
  32. package/dist/cjs/wm-wrapper.cjs.entry.js +12 -12
  33. package/dist/collection/components/wm-action-menu/wm-action-menu.js +460 -460
  34. package/dist/collection/components/wm-button/wm-button.js +485 -485
  35. package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +232 -232
  36. package/dist/collection/components/wm-chart/wm-chart-slice.js +64 -64
  37. package/dist/collection/components/wm-chart/wm-chart.js +761 -761
  38. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1016 -1003
  39. package/dist/collection/components/wm-datepicker/wm-datepicker.js +462 -462
  40. package/dist/collection/components/wm-input/wm-input.js +423 -415
  41. package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -444
  42. package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
  43. package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
  44. package/dist/collection/components/wm-modal/wm-modal.js +459 -459
  45. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +97 -97
  46. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +114 -114
  47. package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
  48. package/dist/collection/components/wm-option/wm-option.js +422 -422
  49. package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
  50. package/dist/collection/components/wm-search/wm-search.js +479 -479
  51. package/dist/collection/components/wm-select/wm-select.css +1 -0
  52. package/dist/collection/components/wm-select/wm-select.js +717 -717
  53. package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
  54. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +219 -219
  55. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +331 -331
  56. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
  57. package/dist/collection/components/wm-tag-input/wm-tag-input.js +787 -787
  58. package/dist/collection/components/wm-timepicker/wm-timepicker.js +589 -589
  59. package/dist/collection/components/wm-toggletip/wm-toggletip.js +241 -241
  60. package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +753 -753
  61. package/dist/collection/components/wm-uploader/wm-uploader.js +748 -748
  62. package/dist/collection/components/wm-wrapper/wm-wrapper.js +27 -27
  63. package/dist/collection/dev/scripts.js +20 -20
  64. package/dist/collection/global/__mocks__/functions.js +6 -6
  65. package/dist/collection/global/functions.js +445 -445
  66. package/dist/collection/global/global.js +72 -72
  67. package/dist/collection/global/interfaces.js +49 -49
  68. package/dist/collection/global/services/__mocks__/http-service.js +130 -130
  69. package/dist/collection/global/services/http-service.js +50 -50
  70. package/dist/collection/lang/lang.js +5 -5
  71. package/dist/collection/lang/piglatin.js +93 -93
  72. package/dist/esm/{functions-c315390d.js → functions-e528c934.js} +442 -442
  73. package/dist/esm/{global-dbc19362.js → global-4697401c.js} +65 -65
  74. package/dist/esm/{http-service-5d037e16.js → http-service-3dc3b3e7.js} +49 -49
  75. package/dist/esm/{interfaces-61c6305b.js → interfaces-2b97fab2.js} +29 -29
  76. package/dist/esm/loader.js +2 -2
  77. package/dist/esm/polyfills/core-js.js +0 -0
  78. package/dist/esm/polyfills/dom.js +0 -0
  79. package/dist/esm/polyfills/es5-html-element.js +0 -0
  80. package/dist/esm/polyfills/index.js +0 -0
  81. package/dist/esm/polyfills/system.js +0 -0
  82. package/dist/esm/priv-chart-popover.entry.js +78 -78
  83. package/dist/esm/priv-datepicker.entry.js +668 -661
  84. package/dist/esm/priv-navigator-button.entry.js +18 -18
  85. package/dist/esm/priv-navigator-item.entry.js +23 -23
  86. package/dist/esm/ripple.js +2 -2
  87. package/dist/esm/wm-action-menu_2.entry.js +341 -341
  88. package/dist/esm/wm-button.entry.js +218 -218
  89. package/dist/esm/wm-chart-slice.entry.js +13 -13
  90. package/dist/esm/wm-chart.entry.js +513 -513
  91. package/dist/esm/wm-datepicker.entry.js +256 -256
  92. package/dist/esm/wm-input.entry.js +133 -125
  93. package/dist/esm/wm-modal-footer.entry.js +31 -31
  94. package/dist/esm/wm-modal-header.entry.js +34 -34
  95. package/dist/esm/wm-modal.entry.js +161 -161
  96. package/dist/esm/wm-navigator.entry.js +268 -268
  97. package/dist/esm/wm-network-uploader.entry.js +420 -420
  98. package/dist/esm/wm-option_2.entry.js +492 -492
  99. package/dist/esm/wm-pagination.entry.js +167 -167
  100. package/dist/esm/wm-search.entry.js +231 -231
  101. package/dist/esm/wm-snackbar.entry.js +170 -170
  102. package/dist/esm/wm-tab-item_3.entry.js +300 -300
  103. package/dist/esm/wm-tag-input.entry.js +556 -556
  104. package/dist/esm/wm-timepicker.entry.js +383 -383
  105. package/dist/esm/wm-toggletip.entry.js +124 -124
  106. package/dist/esm/wm-uploader.entry.js +346 -346
  107. package/dist/esm/wm-wrapper.entry.js +12 -12
  108. package/dist/ripple/{p-c5e44367.entry.js → p-092b01f3.entry.js} +1 -1
  109. package/dist/ripple/{p-5ffa983b.entry.js → p-1e0c41a9.entry.js} +1 -1
  110. package/dist/ripple/{p-d5fafa9c.entry.js → p-3003d26d.entry.js} +1 -1
  111. package/dist/ripple/{p-374b4fa6.entry.js → p-33524565.entry.js} +1 -1
  112. package/dist/ripple/{p-888bec42.js → p-43f1298b.js} +0 -0
  113. package/dist/ripple/p-4c7b151e.js +1 -0
  114. package/dist/ripple/{p-dea72d46.entry.js → p-4cc71463.entry.js} +1 -1
  115. package/dist/ripple/{p-e60fe2f5.js → p-588b4475.js} +0 -0
  116. package/dist/ripple/p-6177d1c0.entry.js +1 -0
  117. package/dist/ripple/{p-b03382ea.entry.js → p-65e3a656.entry.js} +1 -1
  118. package/dist/ripple/{p-7bbd123c.entry.js → p-8923b7d0.entry.js} +1 -1
  119. package/dist/ripple/{p-ba9d3069.entry.js → p-8cd1396e.entry.js} +1 -1
  120. package/dist/ripple/{p-e574fb73.entry.js → p-aa973691.entry.js} +1 -1
  121. package/dist/ripple/{p-b4a8c8d3.entry.js → p-b3d5ea85.entry.js} +1 -1
  122. package/dist/ripple/{p-1a934627.entry.js → p-b5189f72.entry.js} +1 -1
  123. package/dist/ripple/p-bc27b604.entry.js +1 -0
  124. package/dist/ripple/{p-27d5255f.entry.js → p-cd58a15c.entry.js} +1 -1
  125. package/dist/ripple/{p-af4b2ea9.entry.js → p-d44681e3.entry.js} +1 -1
  126. package/dist/ripple/{p-41f39509.entry.js → p-dc9c9fda.entry.js} +1 -1
  127. package/dist/ripple/p-e7616311.entry.js +1 -0
  128. package/dist/ripple/{p-36da5d4a.entry.js → p-e9e8334e.entry.js} +1 -1
  129. package/dist/ripple/{p-ec5db255.entry.js → p-ec9697db.entry.js} +1 -1
  130. package/dist/ripple/{p-042d6449.entry.js → p-fcdc6395.entry.js} +1 -1
  131. package/dist/ripple/{p-a6d6eae7.js → p-fd8070fb.js} +0 -0
  132. package/dist/ripple/ripple.esm.js +1 -1
  133. package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +48 -48
  134. package/dist/types/components/wm-button/wm-button.d.ts +44 -44
  135. package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +23 -23
  136. package/dist/types/components/wm-chart/wm-chart-slice.d.ts +8 -8
  137. package/dist/types/components/wm-chart/wm-chart.d.ts +80 -80
  138. package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +76 -75
  139. package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +41 -41
  140. package/dist/types/components/wm-input/wm-input.d.ts +46 -45
  141. package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +34 -34
  142. package/dist/types/components/wm-modal/wm-modal-footer.d.ts +15 -15
  143. package/dist/types/components/wm-modal/wm-modal-header.d.ts +12 -12
  144. package/dist/types/components/wm-modal/wm-modal.d.ts +41 -41
  145. package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +10 -10
  146. package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +13 -13
  147. package/dist/types/components/wm-navigator/wm-navigator.d.ts +61 -61
  148. package/dist/types/components/wm-option/wm-option.d.ts +32 -32
  149. package/dist/types/components/wm-pagination/wm-pagination.d.ts +32 -32
  150. package/dist/types/components/wm-search/wm-search.d.ts +86 -86
  151. package/dist/types/components/wm-select/wm-select.d.ts +66 -66
  152. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +35 -35
  153. package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +38 -38
  154. package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +53 -53
  155. package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +20 -20
  156. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +91 -91
  157. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +62 -62
  158. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +27 -27
  159. package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +85 -85
  160. package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -80
  161. package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
  162. package/dist/types/components.d.ts +24 -24
  163. package/dist/types/global/__mocks__/functions.d.ts +6 -6
  164. package/dist/types/global/functions.d.ts +40 -40
  165. package/dist/types/global/global.d.ts +1 -1
  166. package/dist/types/global/interfaces.d.ts +34 -34
  167. package/dist/types/global/services/__mocks__/http-service.d.ts +6 -6
  168. package/dist/types/global/services/http-service.d.ts +4 -4
  169. package/dist/types/lang/lang.d.ts +5 -5
  170. package/package.json +46 -46
  171. package/dist/ripple/p-053e8324.entry.js +0 -1
  172. package/dist/ripple/p-2689c3ff.entry.js +0 -1
  173. package/dist/ripple/p-589f8195.entry.js +0 -1
  174. package/dist/ripple/p-80c1162f.js +0 -1
@@ -1,761 +1,761 @@
1
- import { Component, Element, h, Host, Prop, State, Listen } from "@stencil/core";
2
- import { forceUpdate } from "@stencil/core";
3
- import { debounce, generateId, checkForActiveElInShadow, getPosition, intl, findParentWithScrollbar, } from "../../global/functions";
4
- export class Chart {
5
- constructor() {
6
- this.chartType = "doughnut1";
7
- this.showLegend = true;
8
- this.notStartedColor = false;
9
- // left labels are a temporary solution for the lack of a stacked bar chart and is undocumented
10
- // it only works with bar4 and should be used without a legend
11
- this.labelPosition = "top";
12
- this.isTabbing = false;
13
- this.uid = generateId();
14
- this.slicesData = [];
15
- this.colors = {
16
- salmon: "#ff5f4e",
17
- cyan: "#19a1a9",
18
- sleet: "#7f97ad",
19
- midnight: "#2e1b46",
20
- lavender: "#8b86ca",
21
- };
22
- this.types = {
23
- doughnut0: {
24
- size: 155,
25
- colors: [this.colors.cyan, "#bfbfbf"],
26
- thickness: 0.73,
27
- padding: 25,
28
- isBar: false,
29
- },
30
- doughnut1: {
31
- size: 130,
32
- colors: [this.colors.lavender, this.colors.midnight, "#d4d4d4"],
33
- thickness: 0.5,
34
- padding: 90,
35
- isBar: false,
36
- },
37
- doughnut2: {
38
- size: 130,
39
- colors: [this.colors.cyan, this.colors.salmon, "#d4d4d4"],
40
- thickness: 0.5,
41
- padding: 90,
42
- isBar: false,
43
- },
44
- doughnut3: {
45
- size: 130,
46
- colors: [this.colors.lavender, this.colors.midnight, "#919834", "#c177cf", "#c16e00", "#029af2", "#2a6993"],
47
- thickness: 0.5,
48
- padding: 90,
49
- isBar: false,
50
- },
51
- bar1: {
52
- size: 350,
53
- colors: [this.colors.cyan, "#bfbfbf"],
54
- padding: 0,
55
- isBar: true,
56
- },
57
- bar2: {
58
- size: 400,
59
- colors: ["#d4d4d4", this.colors.sleet, this.colors.cyan, this.colors.salmon],
60
- padding: 0,
61
- isBar: true,
62
- },
63
- bar3: {
64
- size: 300,
65
- colors: ["#0d696e", this.colors.cyan, "#8e4129", this.colors.salmon],
66
- padding: 0,
67
- isBar: true,
68
- },
69
- bar4: {
70
- size: 400,
71
- colors: ["#d4d4d4", this.colors.sleet, "#33a919"],
72
- padding: 0,
73
- isBar: true,
74
- },
75
- bar5: {
76
- size: 400,
77
- colors: [
78
- "#d4d4d4",
79
- this.colors.lavender,
80
- this.colors.midnight,
81
- "#919834",
82
- "#c177cf",
83
- "#c16e00",
84
- "#029af2",
85
- "#2a6993",
86
- ],
87
- padding: 0,
88
- isBar: true,
89
- },
90
- };
91
- /* LIFECYCLE METHODS + EVENTS FROM THE CHILDREN */
92
- this.debouncedResize = debounce(async () => {
93
- if (this.chartType === "hybrid") {
94
- this.setHybridType();
95
- await this.getData();
96
- }
97
- forceUpdate(this.el);
98
- }, 10);
99
- this.debouncedSliceUpdate = debounce(async () => {
100
- await this.getData();
101
- forceUpdate(this.el);
102
- }, 100);
103
- }
104
- get tempValueFormat() {
105
- // use of this getter should be replaced with dateFormat when showValues is fully phased out
106
- return this.valueFormat || this.showValues || "none";
107
- }
108
- toggleTabbingOn() {
109
- this.isTabbing = true;
110
- }
111
- toggleTabbingOff() {
112
- this.isTabbing = false;
113
- }
114
- handleKeydown(ev) {
115
- switch (ev.keyCode) {
116
- // arrow up / left
117
- case 37:
118
- case 38:
119
- ev.preventDefault();
120
- this.isTabbing = true; // shd already be true. just in case user clicked on chart then pressed an arrow key
121
- this.focusPrevious();
122
- break;
123
- // arrow right / down
124
- case 39:
125
- case 40:
126
- ev.preventDefault();
127
- this.isTabbing = true; // shd already be true. just in case user clicked on chart then pressed an arrow key
128
- this.focusNext();
129
- break;
130
- // tab
131
- case 9:
132
- this.exitChart();
133
- break;
134
- case 27:
135
- this.popoverEl.open = false;
136
- break;
137
- }
138
- }
139
- focusNext() {
140
- const activeEl = checkForActiveElInShadow(document.activeElement);
141
- const index =
142
- // if the active el is not in the array the first element gets focused
143
- (this.sliceEls.indexOf(activeEl) + 1) % this.sliceEls.length;
144
- this.focusSlice(index);
145
- }
146
- focusPrevious() {
147
- if (this.sliceEls) {
148
- const activeEl = checkForActiveElInShadow(document.activeElement);
149
- let index = this.sliceEls.indexOf(activeEl);
150
- if (index === -1) {
151
- // not in the array : focus the first slice
152
- index = 0;
153
- }
154
- else if (index === 0) {
155
- // first slice : focus the last slice
156
- index = this.sliceEls.length - 1;
157
- }
158
- else {
159
- // anything else: focus previous
160
- index -= 1;
161
- }
162
- this.focusSlice(index);
163
- }
164
- }
165
- focusSlice(index) {
166
- if (this.sliceEls && this.el) {
167
- if (this.popoverEl) {
168
- this.popoverEl.open = false;
169
- }
170
- this.el.tabIndex = -1;
171
- // @ts-ignore
172
- this.el.focusable = false; // for Edge
173
- this.sliceEls.map((p) => {
174
- p.tabIndex = -1;
175
- // @ts-ignore
176
- p.focusable = false; // for Edge
177
- });
178
- this.sliceEls[index].tabIndex = 0;
179
- // @ts-ignore
180
- this.sliceEls[index].focusable = true; // for Edge
181
- this.sliceEls[index].focus();
182
- window.setTimeout(() => {
183
- if (this.popoverEl) {
184
- this.popoverEl.open = true;
185
- }
186
- }, 10);
187
- }
188
- }
189
- exitChart() {
190
- this.sliceEls &&
191
- this.sliceEls.map((p) => {
192
- p.tabIndex = -1;
193
- // @ts-ignore
194
- p.focusable = false; // for Edge
195
- });
196
- // delay so that we can tab out of component before chart becomes focusable again
197
- // and in case user was still pressing an arrow key when they pressed tab
198
- window.setTimeout(() => {
199
- if (this.el) {
200
- this.el.tabIndex = 0;
201
- // @ts-ignore
202
- this.el.focusable = true; // for Edge
203
- if (this.popoverEl) {
204
- this.popoverEl.open = false;
205
- }
206
- }
207
- }, 100);
208
- }
209
- openPopover(s) {
210
- if (!!this.popoverEl && !!s.title && !!s.text) {
211
- this.popoverEl.popoverTitle = s.title;
212
- this.popoverEl.popoverText = s.text;
213
- this.popoverEl.buttonText = s.buttonText;
214
- this.popoverEl.coords = s.coords;
215
- this.popoverEl.sliceRef = s.sliceRef;
216
- window.setTimeout(() => {
217
- if (this.popoverEl) {
218
- this.popoverEl.open = true;
219
- }
220
- }, 30);
221
- const debouncedClosePopover = debounce(async () => {
222
- this.popoverEl.open = false;
223
- }, 10);
224
- // set up event listeners for scrolling
225
- // to close popover on page scroll
226
- document.addEventListener("scroll", () => {
227
- debouncedClosePopover();
228
- });
229
- // ... and on parent scroll
230
- const scrollableParent = findParentWithScrollbar(this.el);
231
- if (!!scrollableParent) {
232
- scrollableParent.addEventListener("scroll", () => {
233
- debouncedClosePopover();
234
- });
235
- }
236
- }
237
- }
238
- /* UTILS */
239
- amountToPercent(val, asInt) {
240
- return asInt ? Math.round((val * 100) / this.total) : Math.round((val * 10000) / this.total) / 100; // with 2 decimals
241
- }
242
- amountToDegree(val) {
243
- return (val * 360) / this.total;
244
- }
245
- toFixed(number) {
246
- var val = parseFloat((Math.floor(number * 100) / 100).toFixed(2));
247
- return val;
248
- }
249
- polarToCartesian(half, radius, startAngle, endAngle) {
250
- var x = this.toFixed(half + half * radius * Math.cos((Math.PI * startAngle) / 180));
251
- var y = this.toFixed(half + half * radius * Math.sin((Math.PI * startAngle) / 180));
252
- if (endAngle !== undefined) {
253
- // if a 2nd angle value was passed, return 2 pairs of coords
254
- var x2 = this.toFixed(half + half * radius * Math.cos((Math.PI * endAngle) / 180));
255
- var y2 = this.toFixed(half + half * radius * Math.sin((Math.PI * endAngle) / 180));
256
- return { x1: x, y1: y, x2, y2 };
257
- }
258
- return { x, y };
259
- }
260
- /* CRUNCH THE NUMBERS */
261
- getPathData(amount, offset) {
262
- var startAngle = this.amountToDegree(offset) - 90; // start at noon, not at 3 o'clock
263
- var activeAngle = (amount / this.total) * 360;
264
- var endAngle = startAngle + activeAngle;
265
- var largeArcFlagOuter = activeAngle > 180 ? "1 1" : "0 1";
266
- var largeArcFlagInner = activeAngle > 180 ? "1 0" : "0 0";
267
- var half = this.chartData.size / 2;
268
- var innerRadius = this.chartData.thickness;
269
- var outerRadius = 1;
270
- if (activeAngle === 360) {
271
- // fix to avoid bad svg shape when the path goes all around (100%)
272
- endAngle -= 0.01;
273
- }
274
- var outerCoords = this.polarToCartesian(half, outerRadius, startAngle + 1.5, // 1.5 for slice separator
275
- endAngle);
276
- var innerCoords = this.polarToCartesian(half, innerRadius, startAngle + 3, // 3 for slice separator
277
- endAngle);
278
- const moveTo = `M ${outerCoords.x1}, ${outerCoords.y1} `;
279
- const arc1 = this.getArc(outerRadius, largeArcFlagOuter, outerCoords.x2, outerCoords.y2);
280
- const line = ` L ${innerCoords.x2}, ${innerCoords.y2} `;
281
- const arc2 = this.getArc(innerRadius, largeArcFlagInner, innerCoords.x1, innerCoords.y1);
282
- return moveTo + arc1 + line + arc2 + " z";
283
- }
284
- getArc(radius, largeArcFlag, x, y) {
285
- var z = this.toFixed((this.chartData.size / 2) * radius);
286
- return `A ${z}, ${z} 0 ${largeArcFlag} ${this.toFixed(x)}, ${this.toFixed(y)}`;
287
- }
288
- setHybridType() {
289
- this.hybridType = window.innerWidth > 1340 ? "doughnut0" : "bar1";
290
- }
291
- getType() {
292
- return this.chartType === "hybrid" ? this.hybridType : this.chartType;
293
- }
294
- /* GET THE DATA */
295
- async getData() {
296
- this.slicesData = [];
297
- let acc = 0;
298
- const children = this.el.querySelectorAll("wm-chart-slice");
299
- this.total = Array.from(children).reduce((total, slice) => (total += parseInt(slice.getAttribute("amount") || "0")), 0);
300
- children.forEach((c, i) => {
301
- const amount = parseInt(c.getAttribute("amount") || "0");
302
- const perc = this.amountToPercent(amount, true);
303
- // determine whether the slice is in a cluster of small values
304
- // to avoid percentage text overlap for small values
305
- const prev = children[i === 0 ? children.length - 1 : i - 1];
306
- const prevPerc = this.amountToPercent(parseInt(prev.getAttribute("amount") || "0"), true);
307
- const next = children[i === children.length - 1 ? 0 : i + 1];
308
- const nextPerc = this.amountToPercent(parseInt(next.getAttribute("amount") || "0"), true);
309
- const isSmall = perc < 4;
310
- const prevIsSmall = prevPerc < 5;
311
- const nextIsSmall = nextPerc < 5;
312
- let inSmallCluster = isSmall && (prevIsSmall || nextIsSmall);
313
- // because <1% slice percentage text has an additional character
314
- // the inSmallCluster threshold needs to be widened for that slice only
315
- const lessThanOnePerc = perc === 0 && amount > 0;
316
- if (lessThanOnePerc && (nextPerc < 8 || prevPerc < 8)) {
317
- inSmallCluster = true;
318
- }
319
- // for bar5, first color should be skipped unless notStartedColor is set to true
320
- const ind = this.getType() === "bar5" ? (this.notStartedColor ? i : i + 1) : i;
321
- const color = this.types[this.getType()].colors[ind];
322
- const sliceData = {
323
- amount: amount,
324
- perc: perc,
325
- legend: c.getAttribute("legend"),
326
- color: color || "#d4d4d4",
327
- offset: acc,
328
- id: `${this.uid}-${i + 1}`,
329
- title: c.getAttribute("popover-title"),
330
- text: c.getAttribute("popover-text"),
331
- buttonText: c.getAttribute("popover-button-text"),
332
- sliceRef: c,
333
- inSmallCluster: inSmallCluster,
334
- };
335
- acc += amount;
336
- this.slicesData.push(sliceData);
337
- });
338
- this.chartData = this.types[this.getType()];
339
- }
340
- getSliceEls() {
341
- if (this.svgEl) {
342
- this.sliceEls = Array.from(this.svgEl.querySelectorAll(this.chartData.isBar ? "rect" : "path"));
343
- }
344
- }
345
- handleResize() {
346
- // handling resizing only needs to occur for bar charts (hybrid included)
347
- if (this.chartType.includes("bar") || this.chartType === "hybrid") {
348
- this.debouncedResize();
349
- }
350
- }
351
- async componentWillLoad() {
352
- if (!this.label) {
353
- throw new Error("For accessibility purposes, you must provide a label for the chart. See https://components.watermarkinsights.com/chart for more information.");
354
- }
355
- if (this.showValues) {
356
- console.warn("wm-chart: show-values has been deprecated as of v3.1.0. Please use value-format instead.");
357
- }
358
- if (this.chartType === "hybrid") {
359
- this.setHybridType();
360
- }
361
- await this.getData();
362
- }
363
- componentDidLoad() {
364
- this.getSliceEls();
365
- }
366
- componentDidUpdate() {
367
- this.getSliceEls();
368
- }
369
- handleSliceUpdate() {
370
- this.debouncedSliceUpdate();
371
- }
372
- /* RENDERING */
373
- renderFilter() {
374
- return (h("defs", null,
375
- h("filter", { id: "wmHoverDropShadow" },
376
- h("feGaussianBlur", { stdDeviation: "3" }),
377
- h("feOffset", { result: "offsetblur" }),
378
- h("feFlood", { "flood-color": "#333" }),
379
- h("feComposite", { operator: "in", in2: "offsetblur" }),
380
- h("feMerge", null,
381
- h("feMergeNode", null),
382
- h("feMergeNode", { in: "SourceGraphic" })))));
383
- }
384
- // DOUGHNUT
385
- renderDoughnut() {
386
- const outerSize = this.chartData.size + this.chartData.padding;
387
- return (h("div", { class: "svg-wrapper doughnut-wrapper" },
388
- h("svg", { width: outerSize + "px", height: outerSize + "px", ref: (el) => (this.svgEl = el), id: `graphic-${this.uid}`, class: `chart-svg doughnut-svg ${this.isTabbing ? "user-is-tabbing" : ""}` },
389
- this.renderFilter(),
390
- this.slicesData.map((s) => this.renderPath(s)),
391
- this.getType() === "doughnut0" ? (h("text", { class: "value", x: "50%", y: "50%", "font-size": "1.5rem", "font-weight": "500", "text-anchor": "middle", "dominant-baseline": "middle" }, this.amountToPercent(this.slicesData[0].amount, true) + "%")) : (h("g", { transform: `translate(${this.chartData.padding / 2}, ${this.chartData.padding / 2})`, "text-anchor": "middle", "dominant-baseline": "middle" }, this.slicesData.map((s) => (s.amount > 0 ? this.renderDoughnutText(s) : "")))))));
392
- }
393
- renderPath(s) {
394
- return (h("g", { transform: `translate(${this.chartData.padding / 2}, ${this.chartData.padding / 2})` },
395
- h("path", { id: s.id, fill: s.amount ? s.color : "transparent", d: this.getPathData(s.amount, s.offset), onClick: (ev) => {
396
- if (this.popoverEl) {
397
- if (!this.isTabbing) {
398
- s.coords = { x: ev.clientX, y: ev.clientY };
399
- this.openPopover(s);
400
- }
401
- }
402
- }, onFocus: (ev) => {
403
- if (this.popoverEl) {
404
- if (this.isTabbing) {
405
- s.coords = getPosition(ev.target);
406
- this.openPopover(s);
407
- }
408
- }
409
- }, onKeyDown: (ev) => {
410
- if (this.popoverEl && this.popoverEl.open && ev.keyCode === 13) {
411
- const popoverBtn = this.popoverEl.querySelector("button");
412
- popoverBtn && popoverBtn.click();
413
- }
414
- } }),
415
- h("text", { class: "sr-only" }, s.legend)));
416
- }
417
- renderDoughnutText(s) {
418
- if (!s.inSmallCluster) {
419
- const arcMiddle = this.amountToDegree(s.offset + s.amount / 2);
420
- let { x, y } = this.polarToCartesian(this.chartData.size / 2, 1.4, arcMiddle - 90);
421
- return (h("text", { class: "value", x: x + "px", y: y + "px" }, `${s.perc > 0 ? s.perc : "<1"}%`));
422
- }
423
- }
424
- // BAR
425
- renderBar() {
426
- return (h("div", { class: "svg-wrapper bar-wrapper" },
427
- this.getType() === "bar1" ? (h("div", { class: "single-perc" }, this.amountToPercent(this.slicesData[0].amount, true) + "%")) : (""),
428
- this.drawAxis(),
429
- h("svg", { ref: (el) => (this.svgEl = el), id: `graphic-${this.uid}`, class: {
430
- "chart-svg bar-svg": true,
431
- "user-is-tabbing": this.isTabbing,
432
- "show-values": this.tempValueFormat === "percentage" || this.tempValueFormat === "amount",
433
- } },
434
- this.renderFilter(),
435
- h("foreignObject", { class: this.getType() === "bar2" || this.getType() === "bar4" || this.getType() === "bar5" ? "focus-offset" : "" },
436
- h("div", {
437
- // @ts-ignore
438
- xmlns: "http://www.w3.org/1999/xhtml", class: "tabbing-focus" })),
439
- this.slicesData.map((s, idx) => this.renderRect(s, idx)),
440
- this.getType() !== "bar1" ? (h("g", { class: "percs" }, this.slicesData.map((s) => (s.perc > 0 ? this.renderBarText(s) : "")))) : (""))));
441
- }
442
- renderRect(s, idx) {
443
- let y;
444
- switch (this.getType()) {
445
- case "bar2":
446
- case "bar4":
447
- case "bar5":
448
- y = this.tempValueFormat === "percentage" || this.tempValueFormat === "amount" ? "30px" : "0";
449
- break;
450
- default:
451
- y = "0";
452
- }
453
- // adjusting the width of the rect slightly ensures repainting on rerenders
454
- // important for updating width accurate when resizing the page
455
- const randomTinyNumber = Math.random() / 1000;
456
- return (h("g", { class: "barcontainer" },
457
- h("style", null, ` #${s.id} {
458
- fill:${s.color};
459
- x: ${`${this.amountToPercent(s.offset, false)}%`};
460
- y: ${y};
461
- height: 30px;
462
- width: calc(${this.amountToPercent(s.amount, false) + randomTinyNumber}%${idx !== this.slicesData.length - 1 ? " - 2px" : ""});
463
- }`),
464
- h("rect", { id: s.id, onClick: (ev) => {
465
- if (this.popoverEl) {
466
- if (!this.isTabbing) {
467
- s.coords = { x: ev.clientX, y: ev.clientY };
468
- this.openPopover(s);
469
- }
470
- }
471
- }, onFocus: (ev) => {
472
- if (this.popoverEl) {
473
- if (this.isTabbing) {
474
- s.coords = getPosition(ev.target);
475
- this.openPopover(s);
476
- }
477
- }
478
- }, onKeyDown: (ev) => {
479
- if (this.popoverEl && this.popoverEl.open && ev.keyCode === 13) {
480
- const popoverBtn = this.popoverEl.querySelector("button");
481
- popoverBtn && popoverBtn.click();
482
- }
483
- } }),
484
- h("text", { class: "sr-only" }, s.legend)));
485
- }
486
- renderBarText(s) {
487
- let val;
488
- if (this.tempValueFormat === "percentage") {
489
- val = s.perc + "%";
490
- }
491
- else if (this.tempValueFormat === "amount") {
492
- val = s.amount;
493
- }
494
- else {
495
- return;
496
- }
497
- return (h("text", { class: "value", x: `${this.amountToPercent(s.offset, false) + this.amountToPercent(s.amount, false) / 2}%` }, val));
498
- }
499
- drawAxis() {
500
- if (this.getType() === "bar3") {
501
- return (h("svg", { class: "axis" },
502
- h("line", { x1: "0", x2: "100%", y1: "0", y2: "0" }),
503
- h("line", { x1: "0", x2: "0", y1: "0", y2: "-85px" }),
504
- h("line", { class: "tick", x1: "0.5", x2: "0.5", y1: "0", y2: "6" }),
505
- h("text", { x: "0.5", y: "-6" }, "0%"),
506
- h("line", { class: "tick", x1: "100%", x2: "100%", y1: "0", y2: "6" }),
507
- h("text", { x: "100%", y: "-6" }, "100%")));
508
- }
509
- }
510
- renderCompletionMessage() {
511
- if (this.chartType === "hybrid" && this.completionMessage) {
512
- return h("span", { class: "completion-message" }, this.completionMessage);
513
- }
514
- }
515
- renderLegend() {
516
- // legend is hidden for bar1 type regardless of showLegend value
517
- if (this.showLegend) {
518
- const hasCluster = this.slicesData.reduce((hasCluster, cur) => (hasCluster = cur.inSmallCluster ? true : hasCluster), false);
519
- return (h("div", { class: "legend-wrapper" },
520
- h("div", { class: `legend ${this.chartData.isBar ? "--top" : "--bottom"}`, "aria-hidden": "true" }, this.total > 0
521
- ? this.slicesData.map((s) => {
522
- // when both legend and amount are omitted, the legend is not shown for that particular option (it's been deactivated by the user)
523
- if (!!s.amount || !!s.legend) {
524
- return (h("div", { class: "legend-item" },
525
- h("div", { class: "legend-color", style: { "background-color": s.color } }),
526
- h("div", { class: "legend-text" }, s.legend)));
527
- }
528
- })
529
- : ""),
530
- !this.chartData.isBar && hasCluster ? (h("div", { class: "cluster-warning" },
531
- intl.formatMessage({
532
- id: "chart.hiddenPercentages",
533
- defaultMessage: "Percentages smaller than 5% are not shown when too close to each other.",
534
- }),
535
- h("br", null),
536
- intl.formatMessage({
537
- id: "chart.clickToSeeDetails",
538
- defaultMessage: "Click or use arrow keys to see details.",
539
- }))) : ("")));
540
- }
541
- }
542
- render() {
543
- return (h(Host, { role: "application", "aria-label": this.label +
544
- ", " +
545
- intl.formatMessage({
546
- id: "chart.interactiveChart",
547
- defaultMessage: "Interactive chart. Use arrow keys to browse elements, press Tab to exit.",
548
- }), tabindex: "0" },
549
- h("div", { class: `component-wrapper ${this.getType()} ${this.labelPosition === "left" && this.chartType === "bar4" ? "left-label" : ""}` },
550
- h("label", { class: "label", id: `label-${this.uid}`, htmlFor: `graphic-${this.uid}` },
551
- h("span", { class: "label-text" }, this.label),
552
- this.subinfo ? h("span", { class: "subinfo" }, this.subinfo) : ""),
553
- this.chartData.isBar ? this.renderLegend() : "",
554
- this.total > 0 && this.chartData.isBar ? this.renderBar() : this.renderDoughnut(),
555
- !this.chartData.isBar ? this.renderLegend() : "",
556
- h("priv-chart-popover", { class: this.isTabbing ? "user-is-tabbing" : "", ref: (el) => (this.popoverEl = el) }),
557
- this.renderCompletionMessage())));
558
- }
559
- static get is() { return "wm-chart"; }
560
- static get encapsulation() { return "shadow"; }
561
- static get originalStyleUrls() { return {
562
- "$": ["wm-chart.scss"]
563
- }; }
564
- static get styleUrls() { return {
565
- "$": ["wm-chart.css"]
566
- }; }
567
- static get properties() { return {
568
- "chartType": {
569
- "type": "string",
570
- "mutable": false,
571
- "complexType": {
572
- "original": "\"doughnut1\" | \"doughnut2\" | \"doughnut3\" | \"hybrid\" | \"bar1\" | \"bar2\" | \"bar3\" | \"bar4\" | \"bar5\"",
573
- "resolved": "\"bar1\" | \"bar2\" | \"bar3\" | \"bar4\" | \"bar5\" | \"doughnut1\" | \"doughnut2\" | \"doughnut3\" | \"hybrid\"",
574
- "references": {}
575
- },
576
- "required": false,
577
- "optional": false,
578
- "docs": {
579
- "tags": [],
580
- "text": ""
581
- },
582
- "attribute": "chart-type",
583
- "reflect": false,
584
- "defaultValue": "\"doughnut1\""
585
- },
586
- "label": {
587
- "type": "string",
588
- "mutable": false,
589
- "complexType": {
590
- "original": "string",
591
- "resolved": "string | undefined",
592
- "references": {}
593
- },
594
- "required": false,
595
- "optional": true,
596
- "docs": {
597
- "tags": [],
598
- "text": ""
599
- },
600
- "attribute": "label",
601
- "reflect": false
602
- },
603
- "subinfo": {
604
- "type": "string",
605
- "mutable": false,
606
- "complexType": {
607
- "original": "string",
608
- "resolved": "string | undefined",
609
- "references": {}
610
- },
611
- "required": false,
612
- "optional": true,
613
- "docs": {
614
- "tags": [],
615
- "text": ""
616
- },
617
- "attribute": "subinfo",
618
- "reflect": false
619
- },
620
- "completionMessage": {
621
- "type": "string",
622
- "mutable": false,
623
- "complexType": {
624
- "original": "string",
625
- "resolved": "string | undefined",
626
- "references": {}
627
- },
628
- "required": false,
629
- "optional": true,
630
- "docs": {
631
- "tags": [],
632
- "text": ""
633
- },
634
- "attribute": "completion-message",
635
- "reflect": false
636
- },
637
- "valueFormat": {
638
- "type": "string",
639
- "mutable": false,
640
- "complexType": {
641
- "original": "\"percentage\" | \"amount\"",
642
- "resolved": "\"amount\" | \"percentage\" | undefined",
643
- "references": {}
644
- },
645
- "required": false,
646
- "optional": true,
647
- "docs": {
648
- "tags": [],
649
- "text": ""
650
- },
651
- "attribute": "value-format",
652
- "reflect": false
653
- },
654
- "showValues": {
655
- "type": "string",
656
- "mutable": false,
657
- "complexType": {
658
- "original": "\"percentage\" | \"amount\"",
659
- "resolved": "\"amount\" | \"percentage\" | undefined",
660
- "references": {}
661
- },
662
- "required": false,
663
- "optional": true,
664
- "docs": {
665
- "tags": [],
666
- "text": ""
667
- },
668
- "attribute": "show-values",
669
- "reflect": false
670
- },
671
- "showLegend": {
672
- "type": "boolean",
673
- "mutable": false,
674
- "complexType": {
675
- "original": "boolean",
676
- "resolved": "boolean",
677
- "references": {}
678
- },
679
- "required": false,
680
- "optional": false,
681
- "docs": {
682
- "tags": [],
683
- "text": ""
684
- },
685
- "attribute": "show-legend",
686
- "reflect": false,
687
- "defaultValue": "true"
688
- },
689
- "notStartedColor": {
690
- "type": "boolean",
691
- "mutable": false,
692
- "complexType": {
693
- "original": "boolean",
694
- "resolved": "boolean",
695
- "references": {}
696
- },
697
- "required": false,
698
- "optional": false,
699
- "docs": {
700
- "tags": [],
701
- "text": ""
702
- },
703
- "attribute": "not-started-color",
704
- "reflect": false,
705
- "defaultValue": "false"
706
- },
707
- "labelPosition": {
708
- "type": "string",
709
- "mutable": false,
710
- "complexType": {
711
- "original": "\"left\" | \"top\"",
712
- "resolved": "\"left\" | \"top\"",
713
- "references": {}
714
- },
715
- "required": false,
716
- "optional": false,
717
- "docs": {
718
- "tags": [],
719
- "text": ""
720
- },
721
- "attribute": "label-position",
722
- "reflect": false,
723
- "defaultValue": "\"top\""
724
- }
725
- }; }
726
- static get states() { return {
727
- "isTabbing": {}
728
- }; }
729
- static get elementRef() { return "el"; }
730
- static get listeners() { return [{
731
- "name": "wmUserIsTabbing",
732
- "method": "toggleTabbingOn",
733
- "target": "window",
734
- "capture": false,
735
- "passive": false
736
- }, {
737
- "name": "wmUserIsNotTabbing",
738
- "method": "toggleTabbingOff",
739
- "target": "window",
740
- "capture": false,
741
- "passive": false
742
- }, {
743
- "name": "keydown",
744
- "method": "handleKeydown",
745
- "target": undefined,
746
- "capture": false,
747
- "passive": false
748
- }, {
749
- "name": "resize",
750
- "method": "handleResize",
751
- "target": "window",
752
- "capture": false,
753
- "passive": true
754
- }, {
755
- "name": "wmChartSliceUpdated",
756
- "method": "handleSliceUpdate",
757
- "target": undefined,
758
- "capture": false,
759
- "passive": false
760
- }]; }
761
- }
1
+ import { Component, Element, h, Host, Prop, State, Listen } from "@stencil/core";
2
+ import { forceUpdate } from "@stencil/core";
3
+ import { debounce, generateId, checkForActiveElInShadow, getPosition, intl, findParentWithScrollbar, } from "../../global/functions";
4
+ export class Chart {
5
+ constructor() {
6
+ this.chartType = "doughnut1";
7
+ this.showLegend = true;
8
+ this.notStartedColor = false;
9
+ // left labels are a temporary solution for the lack of a stacked bar chart and is undocumented
10
+ // it only works with bar4 and should be used without a legend
11
+ this.labelPosition = "top";
12
+ this.isTabbing = false;
13
+ this.uid = generateId();
14
+ this.slicesData = [];
15
+ this.colors = {
16
+ salmon: "#ff5f4e",
17
+ cyan: "#19a1a9",
18
+ sleet: "#7f97ad",
19
+ midnight: "#2e1b46",
20
+ lavender: "#8b86ca",
21
+ };
22
+ this.types = {
23
+ doughnut0: {
24
+ size: 155,
25
+ colors: [this.colors.cyan, "#bfbfbf"],
26
+ thickness: 0.73,
27
+ padding: 25,
28
+ isBar: false,
29
+ },
30
+ doughnut1: {
31
+ size: 130,
32
+ colors: [this.colors.lavender, this.colors.midnight, "#d4d4d4"],
33
+ thickness: 0.5,
34
+ padding: 90,
35
+ isBar: false,
36
+ },
37
+ doughnut2: {
38
+ size: 130,
39
+ colors: [this.colors.cyan, this.colors.salmon, "#d4d4d4"],
40
+ thickness: 0.5,
41
+ padding: 90,
42
+ isBar: false,
43
+ },
44
+ doughnut3: {
45
+ size: 130,
46
+ colors: [this.colors.lavender, this.colors.midnight, "#919834", "#c177cf", "#c16e00", "#029af2", "#2a6993"],
47
+ thickness: 0.5,
48
+ padding: 90,
49
+ isBar: false,
50
+ },
51
+ bar1: {
52
+ size: 350,
53
+ colors: [this.colors.cyan, "#bfbfbf"],
54
+ padding: 0,
55
+ isBar: true,
56
+ },
57
+ bar2: {
58
+ size: 400,
59
+ colors: ["#d4d4d4", this.colors.sleet, this.colors.cyan, this.colors.salmon],
60
+ padding: 0,
61
+ isBar: true,
62
+ },
63
+ bar3: {
64
+ size: 300,
65
+ colors: ["#0d696e", this.colors.cyan, "#8e4129", this.colors.salmon],
66
+ padding: 0,
67
+ isBar: true,
68
+ },
69
+ bar4: {
70
+ size: 400,
71
+ colors: ["#d4d4d4", this.colors.sleet, "#33a919"],
72
+ padding: 0,
73
+ isBar: true,
74
+ },
75
+ bar5: {
76
+ size: 400,
77
+ colors: [
78
+ "#d4d4d4",
79
+ this.colors.lavender,
80
+ this.colors.midnight,
81
+ "#919834",
82
+ "#c177cf",
83
+ "#c16e00",
84
+ "#029af2",
85
+ "#2a6993",
86
+ ],
87
+ padding: 0,
88
+ isBar: true,
89
+ },
90
+ };
91
+ /* LIFECYCLE METHODS + EVENTS FROM THE CHILDREN */
92
+ this.debouncedResize = debounce(async () => {
93
+ if (this.chartType === "hybrid") {
94
+ this.setHybridType();
95
+ await this.getData();
96
+ }
97
+ forceUpdate(this.el);
98
+ }, 10);
99
+ this.debouncedSliceUpdate = debounce(async () => {
100
+ await this.getData();
101
+ forceUpdate(this.el);
102
+ }, 100);
103
+ }
104
+ get tempValueFormat() {
105
+ // use of this getter should be replaced with dateFormat when showValues is fully phased out
106
+ return this.valueFormat || this.showValues || "none";
107
+ }
108
+ toggleTabbingOn() {
109
+ this.isTabbing = true;
110
+ }
111
+ toggleTabbingOff() {
112
+ this.isTabbing = false;
113
+ }
114
+ handleKeydown(ev) {
115
+ switch (ev.keyCode) {
116
+ // arrow up / left
117
+ case 37:
118
+ case 38:
119
+ ev.preventDefault();
120
+ this.isTabbing = true; // shd already be true. just in case user clicked on chart then pressed an arrow key
121
+ this.focusPrevious();
122
+ break;
123
+ // arrow right / down
124
+ case 39:
125
+ case 40:
126
+ ev.preventDefault();
127
+ this.isTabbing = true; // shd already be true. just in case user clicked on chart then pressed an arrow key
128
+ this.focusNext();
129
+ break;
130
+ // tab
131
+ case 9:
132
+ this.exitChart();
133
+ break;
134
+ case 27:
135
+ this.popoverEl.open = false;
136
+ break;
137
+ }
138
+ }
139
+ focusNext() {
140
+ const activeEl = checkForActiveElInShadow(document.activeElement);
141
+ const index =
142
+ // if the active el is not in the array the first element gets focused
143
+ (this.sliceEls.indexOf(activeEl) + 1) % this.sliceEls.length;
144
+ this.focusSlice(index);
145
+ }
146
+ focusPrevious() {
147
+ if (this.sliceEls) {
148
+ const activeEl = checkForActiveElInShadow(document.activeElement);
149
+ let index = this.sliceEls.indexOf(activeEl);
150
+ if (index === -1) {
151
+ // not in the array : focus the first slice
152
+ index = 0;
153
+ }
154
+ else if (index === 0) {
155
+ // first slice : focus the last slice
156
+ index = this.sliceEls.length - 1;
157
+ }
158
+ else {
159
+ // anything else: focus previous
160
+ index -= 1;
161
+ }
162
+ this.focusSlice(index);
163
+ }
164
+ }
165
+ focusSlice(index) {
166
+ if (this.sliceEls && this.el) {
167
+ if (this.popoverEl) {
168
+ this.popoverEl.open = false;
169
+ }
170
+ this.el.tabIndex = -1;
171
+ // @ts-ignore
172
+ this.el.focusable = false; // for Edge
173
+ this.sliceEls.map((p) => {
174
+ p.tabIndex = -1;
175
+ // @ts-ignore
176
+ p.focusable = false; // for Edge
177
+ });
178
+ this.sliceEls[index].tabIndex = 0;
179
+ // @ts-ignore
180
+ this.sliceEls[index].focusable = true; // for Edge
181
+ this.sliceEls[index].focus();
182
+ window.setTimeout(() => {
183
+ if (this.popoverEl) {
184
+ this.popoverEl.open = true;
185
+ }
186
+ }, 10);
187
+ }
188
+ }
189
+ exitChart() {
190
+ this.sliceEls &&
191
+ this.sliceEls.map((p) => {
192
+ p.tabIndex = -1;
193
+ // @ts-ignore
194
+ p.focusable = false; // for Edge
195
+ });
196
+ // delay so that we can tab out of component before chart becomes focusable again
197
+ // and in case user was still pressing an arrow key when they pressed tab
198
+ window.setTimeout(() => {
199
+ if (this.el) {
200
+ this.el.tabIndex = 0;
201
+ // @ts-ignore
202
+ this.el.focusable = true; // for Edge
203
+ if (this.popoverEl) {
204
+ this.popoverEl.open = false;
205
+ }
206
+ }
207
+ }, 100);
208
+ }
209
+ openPopover(s) {
210
+ if (!!this.popoverEl && !!s.title && !!s.text) {
211
+ this.popoverEl.popoverTitle = s.title;
212
+ this.popoverEl.popoverText = s.text;
213
+ this.popoverEl.buttonText = s.buttonText;
214
+ this.popoverEl.coords = s.coords;
215
+ this.popoverEl.sliceRef = s.sliceRef;
216
+ window.setTimeout(() => {
217
+ if (this.popoverEl) {
218
+ this.popoverEl.open = true;
219
+ }
220
+ }, 30);
221
+ const debouncedClosePopover = debounce(async () => {
222
+ this.popoverEl.open = false;
223
+ }, 10);
224
+ // set up event listeners for scrolling
225
+ // to close popover on page scroll
226
+ document.addEventListener("scroll", () => {
227
+ debouncedClosePopover();
228
+ });
229
+ // ... and on parent scroll
230
+ const scrollableParent = findParentWithScrollbar(this.el);
231
+ if (!!scrollableParent) {
232
+ scrollableParent.addEventListener("scroll", () => {
233
+ debouncedClosePopover();
234
+ });
235
+ }
236
+ }
237
+ }
238
+ /* UTILS */
239
+ amountToPercent(val, asInt) {
240
+ return asInt ? Math.round((val * 100) / this.total) : Math.round((val * 10000) / this.total) / 100; // with 2 decimals
241
+ }
242
+ amountToDegree(val) {
243
+ return (val * 360) / this.total;
244
+ }
245
+ toFixed(number) {
246
+ var val = parseFloat((Math.floor(number * 100) / 100).toFixed(2));
247
+ return val;
248
+ }
249
+ polarToCartesian(half, radius, startAngle, endAngle) {
250
+ var x = this.toFixed(half + half * radius * Math.cos((Math.PI * startAngle) / 180));
251
+ var y = this.toFixed(half + half * radius * Math.sin((Math.PI * startAngle) / 180));
252
+ if (endAngle !== undefined) {
253
+ // if a 2nd angle value was passed, return 2 pairs of coords
254
+ var x2 = this.toFixed(half + half * radius * Math.cos((Math.PI * endAngle) / 180));
255
+ var y2 = this.toFixed(half + half * radius * Math.sin((Math.PI * endAngle) / 180));
256
+ return { x1: x, y1: y, x2, y2 };
257
+ }
258
+ return { x, y };
259
+ }
260
+ /* CRUNCH THE NUMBERS */
261
+ getPathData(amount, offset) {
262
+ var startAngle = this.amountToDegree(offset) - 90; // start at noon, not at 3 o'clock
263
+ var activeAngle = (amount / this.total) * 360;
264
+ var endAngle = startAngle + activeAngle;
265
+ var largeArcFlagOuter = activeAngle > 180 ? "1 1" : "0 1";
266
+ var largeArcFlagInner = activeAngle > 180 ? "1 0" : "0 0";
267
+ var half = this.chartData.size / 2;
268
+ var innerRadius = this.chartData.thickness;
269
+ var outerRadius = 1;
270
+ if (activeAngle === 360) {
271
+ // fix to avoid bad svg shape when the path goes all around (100%)
272
+ endAngle -= 0.01;
273
+ }
274
+ var outerCoords = this.polarToCartesian(half, outerRadius, startAngle + 1.5, // 1.5 for slice separator
275
+ endAngle);
276
+ var innerCoords = this.polarToCartesian(half, innerRadius, startAngle + 3, // 3 for slice separator
277
+ endAngle);
278
+ const moveTo = `M ${outerCoords.x1}, ${outerCoords.y1} `;
279
+ const arc1 = this.getArc(outerRadius, largeArcFlagOuter, outerCoords.x2, outerCoords.y2);
280
+ const line = ` L ${innerCoords.x2}, ${innerCoords.y2} `;
281
+ const arc2 = this.getArc(innerRadius, largeArcFlagInner, innerCoords.x1, innerCoords.y1);
282
+ return moveTo + arc1 + line + arc2 + " z";
283
+ }
284
+ getArc(radius, largeArcFlag, x, y) {
285
+ var z = this.toFixed((this.chartData.size / 2) * radius);
286
+ return `A ${z}, ${z} 0 ${largeArcFlag} ${this.toFixed(x)}, ${this.toFixed(y)}`;
287
+ }
288
+ setHybridType() {
289
+ this.hybridType = window.innerWidth > 1340 ? "doughnut0" : "bar1";
290
+ }
291
+ getType() {
292
+ return this.chartType === "hybrid" ? this.hybridType : this.chartType;
293
+ }
294
+ /* GET THE DATA */
295
+ async getData() {
296
+ this.slicesData = [];
297
+ let acc = 0;
298
+ const children = this.el.querySelectorAll("wm-chart-slice");
299
+ this.total = Array.from(children).reduce((total, slice) => (total += parseInt(slice.getAttribute("amount") || "0")), 0);
300
+ children.forEach((c, i) => {
301
+ const amount = parseInt(c.getAttribute("amount") || "0");
302
+ const perc = this.amountToPercent(amount, true);
303
+ // determine whether the slice is in a cluster of small values
304
+ // to avoid percentage text overlap for small values
305
+ const prev = children[i === 0 ? children.length - 1 : i - 1];
306
+ const prevPerc = this.amountToPercent(parseInt(prev.getAttribute("amount") || "0"), true);
307
+ const next = children[i === children.length - 1 ? 0 : i + 1];
308
+ const nextPerc = this.amountToPercent(parseInt(next.getAttribute("amount") || "0"), true);
309
+ const isSmall = perc < 4;
310
+ const prevIsSmall = prevPerc < 5;
311
+ const nextIsSmall = nextPerc < 5;
312
+ let inSmallCluster = isSmall && (prevIsSmall || nextIsSmall);
313
+ // because <1% slice percentage text has an additional character
314
+ // the inSmallCluster threshold needs to be widened for that slice only
315
+ const lessThanOnePerc = perc === 0 && amount > 0;
316
+ if (lessThanOnePerc && (nextPerc < 8 || prevPerc < 8)) {
317
+ inSmallCluster = true;
318
+ }
319
+ // for bar5, first color should be skipped unless notStartedColor is set to true
320
+ const ind = this.getType() === "bar5" ? (this.notStartedColor ? i : i + 1) : i;
321
+ const color = this.types[this.getType()].colors[ind];
322
+ const sliceData = {
323
+ amount: amount,
324
+ perc: perc,
325
+ legend: c.getAttribute("legend"),
326
+ color: color || "#d4d4d4",
327
+ offset: acc,
328
+ id: `${this.uid}-${i + 1}`,
329
+ title: c.getAttribute("popover-title"),
330
+ text: c.getAttribute("popover-text"),
331
+ buttonText: c.getAttribute("popover-button-text"),
332
+ sliceRef: c,
333
+ inSmallCluster: inSmallCluster,
334
+ };
335
+ acc += amount;
336
+ this.slicesData.push(sliceData);
337
+ });
338
+ this.chartData = this.types[this.getType()];
339
+ }
340
+ getSliceEls() {
341
+ if (this.svgEl) {
342
+ this.sliceEls = Array.from(this.svgEl.querySelectorAll(this.chartData.isBar ? "rect" : "path"));
343
+ }
344
+ }
345
+ handleResize() {
346
+ // handling resizing only needs to occur for bar charts (hybrid included)
347
+ if (this.chartType.includes("bar") || this.chartType === "hybrid") {
348
+ this.debouncedResize();
349
+ }
350
+ }
351
+ async componentWillLoad() {
352
+ if (!this.label) {
353
+ throw new Error("For accessibility purposes, you must provide a label for the chart. See https://components.watermarkinsights.com/chart for more information.");
354
+ }
355
+ if (this.showValues) {
356
+ console.warn("wm-chart: show-values has been deprecated as of v3.1.0. Please use value-format instead.");
357
+ }
358
+ if (this.chartType === "hybrid") {
359
+ this.setHybridType();
360
+ }
361
+ await this.getData();
362
+ }
363
+ componentDidLoad() {
364
+ this.getSliceEls();
365
+ }
366
+ componentDidUpdate() {
367
+ this.getSliceEls();
368
+ }
369
+ handleSliceUpdate() {
370
+ this.debouncedSliceUpdate();
371
+ }
372
+ /* RENDERING */
373
+ renderFilter() {
374
+ return (h("defs", null,
375
+ h("filter", { id: "wmHoverDropShadow" },
376
+ h("feGaussianBlur", { stdDeviation: "3" }),
377
+ h("feOffset", { result: "offsetblur" }),
378
+ h("feFlood", { "flood-color": "#333" }),
379
+ h("feComposite", { operator: "in", in2: "offsetblur" }),
380
+ h("feMerge", null,
381
+ h("feMergeNode", null),
382
+ h("feMergeNode", { in: "SourceGraphic" })))));
383
+ }
384
+ // DOUGHNUT
385
+ renderDoughnut() {
386
+ const outerSize = this.chartData.size + this.chartData.padding;
387
+ return (h("div", { class: "svg-wrapper doughnut-wrapper" },
388
+ h("svg", { width: outerSize + "px", height: outerSize + "px", ref: (el) => (this.svgEl = el), id: `graphic-${this.uid}`, class: `chart-svg doughnut-svg ${this.isTabbing ? "user-is-tabbing" : ""}` },
389
+ this.renderFilter(),
390
+ this.slicesData.map((s) => this.renderPath(s)),
391
+ this.getType() === "doughnut0" ? (h("text", { class: "value", x: "50%", y: "50%", "font-size": "1.5rem", "font-weight": "500", "text-anchor": "middle", "dominant-baseline": "middle" }, this.amountToPercent(this.slicesData[0].amount, true) + "%")) : (h("g", { transform: `translate(${this.chartData.padding / 2}, ${this.chartData.padding / 2})`, "text-anchor": "middle", "dominant-baseline": "middle" }, this.slicesData.map((s) => (s.amount > 0 ? this.renderDoughnutText(s) : "")))))));
392
+ }
393
+ renderPath(s) {
394
+ return (h("g", { transform: `translate(${this.chartData.padding / 2}, ${this.chartData.padding / 2})` },
395
+ h("path", { id: s.id, fill: s.amount ? s.color : "transparent", d: this.getPathData(s.amount, s.offset), onClick: (ev) => {
396
+ if (this.popoverEl) {
397
+ if (!this.isTabbing) {
398
+ s.coords = { x: ev.clientX, y: ev.clientY };
399
+ this.openPopover(s);
400
+ }
401
+ }
402
+ }, onFocus: (ev) => {
403
+ if (this.popoverEl) {
404
+ if (this.isTabbing) {
405
+ s.coords = getPosition(ev.target);
406
+ this.openPopover(s);
407
+ }
408
+ }
409
+ }, onKeyDown: (ev) => {
410
+ if (this.popoverEl && this.popoverEl.open && ev.keyCode === 13) {
411
+ const popoverBtn = this.popoverEl.querySelector("button");
412
+ popoverBtn && popoverBtn.click();
413
+ }
414
+ } }),
415
+ h("text", { class: "sr-only" }, s.legend)));
416
+ }
417
+ renderDoughnutText(s) {
418
+ if (!s.inSmallCluster) {
419
+ const arcMiddle = this.amountToDegree(s.offset + s.amount / 2);
420
+ let { x, y } = this.polarToCartesian(this.chartData.size / 2, 1.4, arcMiddle - 90);
421
+ return (h("text", { class: "value", x: x + "px", y: y + "px" }, `${s.perc > 0 ? s.perc : "<1"}%`));
422
+ }
423
+ }
424
+ // BAR
425
+ renderBar() {
426
+ return (h("div", { class: "svg-wrapper bar-wrapper" },
427
+ this.getType() === "bar1" ? (h("div", { class: "single-perc" }, this.amountToPercent(this.slicesData[0].amount, true) + "%")) : (""),
428
+ this.drawAxis(),
429
+ h("svg", { ref: (el) => (this.svgEl = el), id: `graphic-${this.uid}`, class: {
430
+ "chart-svg bar-svg": true,
431
+ "user-is-tabbing": this.isTabbing,
432
+ "show-values": this.tempValueFormat === "percentage" || this.tempValueFormat === "amount",
433
+ } },
434
+ this.renderFilter(),
435
+ h("foreignObject", { class: this.getType() === "bar2" || this.getType() === "bar4" || this.getType() === "bar5" ? "focus-offset" : "" },
436
+ h("div", {
437
+ // @ts-ignore
438
+ xmlns: "http://www.w3.org/1999/xhtml", class: "tabbing-focus" })),
439
+ this.slicesData.map((s, idx) => this.renderRect(s, idx)),
440
+ this.getType() !== "bar1" ? (h("g", { class: "percs" }, this.slicesData.map((s) => (s.perc > 0 ? this.renderBarText(s) : "")))) : (""))));
441
+ }
442
+ renderRect(s, idx) {
443
+ let y;
444
+ switch (this.getType()) {
445
+ case "bar2":
446
+ case "bar4":
447
+ case "bar5":
448
+ y = this.tempValueFormat === "percentage" || this.tempValueFormat === "amount" ? "30px" : "0";
449
+ break;
450
+ default:
451
+ y = "0";
452
+ }
453
+ // adjusting the width of the rect slightly ensures repainting on rerenders
454
+ // important for updating width accurate when resizing the page
455
+ const randomTinyNumber = Math.random() / 1000;
456
+ return (h("g", { class: "barcontainer" },
457
+ h("style", null, ` #${s.id} {
458
+ fill:${s.color};
459
+ x: ${`${this.amountToPercent(s.offset, false)}%`};
460
+ y: ${y};
461
+ height: 30px;
462
+ width: calc(${this.amountToPercent(s.amount, false) + randomTinyNumber}%${idx !== this.slicesData.length - 1 ? " - 2px" : ""});
463
+ }`),
464
+ h("rect", { id: s.id, onClick: (ev) => {
465
+ if (this.popoverEl) {
466
+ if (!this.isTabbing) {
467
+ s.coords = { x: ev.clientX, y: ev.clientY };
468
+ this.openPopover(s);
469
+ }
470
+ }
471
+ }, onFocus: (ev) => {
472
+ if (this.popoverEl) {
473
+ if (this.isTabbing) {
474
+ s.coords = getPosition(ev.target);
475
+ this.openPopover(s);
476
+ }
477
+ }
478
+ }, onKeyDown: (ev) => {
479
+ if (this.popoverEl && this.popoverEl.open && ev.keyCode === 13) {
480
+ const popoverBtn = this.popoverEl.querySelector("button");
481
+ popoverBtn && popoverBtn.click();
482
+ }
483
+ } }),
484
+ h("text", { class: "sr-only" }, s.legend)));
485
+ }
486
+ renderBarText(s) {
487
+ let val;
488
+ if (this.tempValueFormat === "percentage") {
489
+ val = s.perc + "%";
490
+ }
491
+ else if (this.tempValueFormat === "amount") {
492
+ val = s.amount;
493
+ }
494
+ else {
495
+ return;
496
+ }
497
+ return (h("text", { class: "value", x: `${this.amountToPercent(s.offset, false) + this.amountToPercent(s.amount, false) / 2}%` }, val));
498
+ }
499
+ drawAxis() {
500
+ if (this.getType() === "bar3") {
501
+ return (h("svg", { class: "axis" },
502
+ h("line", { x1: "0", x2: "100%", y1: "0", y2: "0" }),
503
+ h("line", { x1: "0", x2: "0", y1: "0", y2: "-85px" }),
504
+ h("line", { class: "tick", x1: "0.5", x2: "0.5", y1: "0", y2: "6" }),
505
+ h("text", { x: "0.5", y: "-6" }, "0%"),
506
+ h("line", { class: "tick", x1: "100%", x2: "100%", y1: "0", y2: "6" }),
507
+ h("text", { x: "100%", y: "-6" }, "100%")));
508
+ }
509
+ }
510
+ renderCompletionMessage() {
511
+ if (this.chartType === "hybrid" && this.completionMessage) {
512
+ return h("span", { class: "completion-message" }, this.completionMessage);
513
+ }
514
+ }
515
+ renderLegend() {
516
+ // legend is hidden for bar1 type regardless of showLegend value
517
+ if (this.showLegend) {
518
+ const hasCluster = this.slicesData.reduce((hasCluster, cur) => (hasCluster = cur.inSmallCluster ? true : hasCluster), false);
519
+ return (h("div", { class: "legend-wrapper" },
520
+ h("div", { class: `legend ${this.chartData.isBar ? "--top" : "--bottom"}`, "aria-hidden": "true" }, this.total > 0
521
+ ? this.slicesData.map((s) => {
522
+ // when both legend and amount are omitted, the legend is not shown for that particular option (it's been deactivated by the user)
523
+ if (!!s.amount || !!s.legend) {
524
+ return (h("div", { class: "legend-item" },
525
+ h("div", { class: "legend-color", style: { "background-color": s.color } }),
526
+ h("div", { class: "legend-text" }, s.legend)));
527
+ }
528
+ })
529
+ : ""),
530
+ !this.chartData.isBar && hasCluster ? (h("div", { class: "cluster-warning" },
531
+ intl.formatMessage({
532
+ id: "chart.hiddenPercentages",
533
+ defaultMessage: "Percentages smaller than 5% are not shown when too close to each other.",
534
+ }),
535
+ h("br", null),
536
+ intl.formatMessage({
537
+ id: "chart.clickToSeeDetails",
538
+ defaultMessage: "Click or use arrow keys to see details.",
539
+ }))) : ("")));
540
+ }
541
+ }
542
+ render() {
543
+ return (h(Host, { role: "application", "aria-label": this.label +
544
+ ", " +
545
+ intl.formatMessage({
546
+ id: "chart.interactiveChart",
547
+ defaultMessage: "Interactive chart. Use arrow keys to browse elements, press Tab to exit.",
548
+ }), tabindex: "0" },
549
+ h("div", { class: `component-wrapper ${this.getType()} ${this.labelPosition === "left" && this.chartType === "bar4" ? "left-label" : ""}` },
550
+ h("label", { class: "label", id: `label-${this.uid}`, htmlFor: `graphic-${this.uid}` },
551
+ h("span", { class: "label-text" }, this.label),
552
+ this.subinfo ? h("span", { class: "subinfo" }, this.subinfo) : ""),
553
+ this.chartData.isBar ? this.renderLegend() : "",
554
+ this.total > 0 && this.chartData.isBar ? this.renderBar() : this.renderDoughnut(),
555
+ !this.chartData.isBar ? this.renderLegend() : "",
556
+ h("priv-chart-popover", { class: this.isTabbing ? "user-is-tabbing" : "", ref: (el) => (this.popoverEl = el) }),
557
+ this.renderCompletionMessage())));
558
+ }
559
+ static get is() { return "wm-chart"; }
560
+ static get encapsulation() { return "shadow"; }
561
+ static get originalStyleUrls() { return {
562
+ "$": ["wm-chart.scss"]
563
+ }; }
564
+ static get styleUrls() { return {
565
+ "$": ["wm-chart.css"]
566
+ }; }
567
+ static get properties() { return {
568
+ "chartType": {
569
+ "type": "string",
570
+ "mutable": false,
571
+ "complexType": {
572
+ "original": "\"doughnut1\" | \"doughnut2\" | \"doughnut3\" | \"hybrid\" | \"bar1\" | \"bar2\" | \"bar3\" | \"bar4\" | \"bar5\"",
573
+ "resolved": "\"bar1\" | \"bar2\" | \"bar3\" | \"bar4\" | \"bar5\" | \"doughnut1\" | \"doughnut2\" | \"doughnut3\" | \"hybrid\"",
574
+ "references": {}
575
+ },
576
+ "required": false,
577
+ "optional": false,
578
+ "docs": {
579
+ "tags": [],
580
+ "text": ""
581
+ },
582
+ "attribute": "chart-type",
583
+ "reflect": false,
584
+ "defaultValue": "\"doughnut1\""
585
+ },
586
+ "label": {
587
+ "type": "string",
588
+ "mutable": false,
589
+ "complexType": {
590
+ "original": "string",
591
+ "resolved": "string | undefined",
592
+ "references": {}
593
+ },
594
+ "required": false,
595
+ "optional": true,
596
+ "docs": {
597
+ "tags": [],
598
+ "text": ""
599
+ },
600
+ "attribute": "label",
601
+ "reflect": false
602
+ },
603
+ "subinfo": {
604
+ "type": "string",
605
+ "mutable": false,
606
+ "complexType": {
607
+ "original": "string",
608
+ "resolved": "string | undefined",
609
+ "references": {}
610
+ },
611
+ "required": false,
612
+ "optional": true,
613
+ "docs": {
614
+ "tags": [],
615
+ "text": ""
616
+ },
617
+ "attribute": "subinfo",
618
+ "reflect": false
619
+ },
620
+ "completionMessage": {
621
+ "type": "string",
622
+ "mutable": false,
623
+ "complexType": {
624
+ "original": "string",
625
+ "resolved": "string | undefined",
626
+ "references": {}
627
+ },
628
+ "required": false,
629
+ "optional": true,
630
+ "docs": {
631
+ "tags": [],
632
+ "text": ""
633
+ },
634
+ "attribute": "completion-message",
635
+ "reflect": false
636
+ },
637
+ "valueFormat": {
638
+ "type": "string",
639
+ "mutable": false,
640
+ "complexType": {
641
+ "original": "\"percentage\" | \"amount\"",
642
+ "resolved": "\"amount\" | \"percentage\" | undefined",
643
+ "references": {}
644
+ },
645
+ "required": false,
646
+ "optional": true,
647
+ "docs": {
648
+ "tags": [],
649
+ "text": ""
650
+ },
651
+ "attribute": "value-format",
652
+ "reflect": false
653
+ },
654
+ "showValues": {
655
+ "type": "string",
656
+ "mutable": false,
657
+ "complexType": {
658
+ "original": "\"percentage\" | \"amount\"",
659
+ "resolved": "\"amount\" | \"percentage\" | undefined",
660
+ "references": {}
661
+ },
662
+ "required": false,
663
+ "optional": true,
664
+ "docs": {
665
+ "tags": [],
666
+ "text": ""
667
+ },
668
+ "attribute": "show-values",
669
+ "reflect": false
670
+ },
671
+ "showLegend": {
672
+ "type": "boolean",
673
+ "mutable": false,
674
+ "complexType": {
675
+ "original": "boolean",
676
+ "resolved": "boolean",
677
+ "references": {}
678
+ },
679
+ "required": false,
680
+ "optional": false,
681
+ "docs": {
682
+ "tags": [],
683
+ "text": ""
684
+ },
685
+ "attribute": "show-legend",
686
+ "reflect": false,
687
+ "defaultValue": "true"
688
+ },
689
+ "notStartedColor": {
690
+ "type": "boolean",
691
+ "mutable": false,
692
+ "complexType": {
693
+ "original": "boolean",
694
+ "resolved": "boolean",
695
+ "references": {}
696
+ },
697
+ "required": false,
698
+ "optional": false,
699
+ "docs": {
700
+ "tags": [],
701
+ "text": ""
702
+ },
703
+ "attribute": "not-started-color",
704
+ "reflect": false,
705
+ "defaultValue": "false"
706
+ },
707
+ "labelPosition": {
708
+ "type": "string",
709
+ "mutable": false,
710
+ "complexType": {
711
+ "original": "\"left\" | \"top\"",
712
+ "resolved": "\"left\" | \"top\"",
713
+ "references": {}
714
+ },
715
+ "required": false,
716
+ "optional": false,
717
+ "docs": {
718
+ "tags": [],
719
+ "text": ""
720
+ },
721
+ "attribute": "label-position",
722
+ "reflect": false,
723
+ "defaultValue": "\"top\""
724
+ }
725
+ }; }
726
+ static get states() { return {
727
+ "isTabbing": {}
728
+ }; }
729
+ static get elementRef() { return "el"; }
730
+ static get listeners() { return [{
731
+ "name": "wmUserIsTabbing",
732
+ "method": "toggleTabbingOn",
733
+ "target": "window",
734
+ "capture": false,
735
+ "passive": false
736
+ }, {
737
+ "name": "wmUserIsNotTabbing",
738
+ "method": "toggleTabbingOff",
739
+ "target": "window",
740
+ "capture": false,
741
+ "passive": false
742
+ }, {
743
+ "name": "keydown",
744
+ "method": "handleKeydown",
745
+ "target": undefined,
746
+ "capture": false,
747
+ "passive": false
748
+ }, {
749
+ "name": "resize",
750
+ "method": "handleResize",
751
+ "target": "window",
752
+ "capture": false,
753
+ "passive": true
754
+ }, {
755
+ "name": "wmChartSliceUpdated",
756
+ "method": "handleSliceUpdate",
757
+ "target": undefined,
758
+ "capture": false,
759
+ "passive": false
760
+ }]; }
761
+ }