@mozaic-ds/web-components 0.4.1-beta.0 → 0.5.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.
- package/package.json +1 -1
- package/public/ClickOutside-63071e7a.js +15 -1
- package/public/ClickOutside-63071e7a.js.map +1 -1
- package/public/DataTableDefaultAction.nested-4da4dc44.js +759 -1
- package/public/DataTableDefaultAction.nested-4da4dc44.js.map +1 -1
- package/public/DataTableUtilities-60220c78.js +370 -1
- package/public/DataTableUtilities-60220c78.js.map +1 -1
- package/public/EventForward-8492ff62.js +109 -1
- package/public/EventForward-8492ff62.js.map +1 -1
- package/public/EventHandler-02058705.js +15 -1
- package/public/EventHandler-02058705.js.map +1 -1
- package/public/array-5b770a93.js +13 -1
- package/public/array-5b770a93.js.map +1 -1
- package/public/axis-fbc0f7b5.js +174 -1
- package/public/axis-fbc0f7b5.js.map +1 -1
- package/public/band-d7a07d2c.js +186 -1
- package/public/band-d7a07d2c.js.map +1 -1
- package/public/components/accordion/Accordion.js +365 -1
- package/public/components/accordion/Accordion.js.map +1 -1
- package/public/components/autocomplete/Autocomplete.js +1515 -1
- package/public/components/autocomplete/Autocomplete.js.map +1 -1
- package/public/components/badge/Badge.js +155 -1
- package/public/components/badge/Badge.js.map +1 -1
- package/public/components/badge/Badge.nested.js +101 -1
- package/public/components/badge/Badge.nested.js.map +1 -1
- package/public/components/breadcrumb/Breadcrumb.js +372 -1
- package/public/components/breadcrumb/Breadcrumb.js.map +1 -1
- package/public/components/breadcrumb/Breadcrumb.nested.js +319 -1
- package/public/components/breadcrumb/Breadcrumb.nested.js.map +1 -1
- package/public/components/button/Button.js +1138 -1
- package/public/components/button/Button.js.map +1 -1
- package/public/components/card/Card.js +369 -1
- package/public/components/card/Card.js.map +1 -1
- package/public/components/chart/BarChart.js +582 -1
- package/public/components/chart/BarChart.js.map +1 -1
- package/public/components/chart/Donut.js +1189 -1
- package/public/components/chart/Donut.js.map +1 -1
- package/public/components/chart/GroupedBarChart.js +750 -1
- package/public/components/chart/GroupedBarChart.js.map +1 -1
- package/public/components/chart/LineChart.js +1731 -1
- package/public/components/chart/LineChart.js.map +1 -1
- package/public/components/chart/Radar.js +729 -1
- package/public/components/chart/Radar.js.map +1 -1
- package/public/components/chart/StackedBarChart.js +745 -1
- package/public/components/chart/StackedBarChart.js.map +1 -1
- package/public/components/checkbox/Checkbox.js +307 -1
- package/public/components/checkbox/Checkbox.js.map +1 -1
- package/public/components/checkboxgroup/checkboxGroup.js +404 -1
- package/public/components/checkboxgroup/checkboxGroup.js.map +1 -1
- package/public/components/datatable/DataTable.js +3064 -1
- package/public/components/datatable/DataTable.js.map +1 -1
- package/public/components/datatable/DataTableDefaultAction.nested.js +4 -1
- package/public/components/datatable/DataTableDefaultAction.nested.js.map +1 -1
- package/public/components/datatable/DataTableDefaultEdtion.nested.js +164 -1
- package/public/components/datatable/DataTableDefaultEdtion.nested.js.map +1 -1
- package/public/components/datatable/DataTableDefaultFilterTags.nested.js +380 -1
- package/public/components/datatable/DataTableDefaultFilterTags.nested.js.map +1 -1
- package/public/components/datatable/DataTableDefaultSelection.nested.js +424 -1
- package/public/components/datatable/DataTableDefaultSelection.nested.js.map +1 -1
- package/public/components/datatable/DataTableDefaultSelectionLabel.nested.js +263 -1
- package/public/components/datatable/DataTableDefaultSelectionLabel.nested.js.map +1 -1
- package/public/components/datatable/DataTableFooter.nested.js +637 -1
- package/public/components/datatable/DataTableFooter.nested.js.map +1 -1
- package/public/components/dropdown/Dropdown.js +1426 -1
- package/public/components/dropdown/Dropdown.js.map +1 -1
- package/public/components/field/Field.js +375 -1
- package/public/components/field/Field.js.map +1 -1
- package/public/components/fileuploader/FileUploader.js +555 -1
- package/public/components/fileuploader/FileUploader.js.map +1 -1
- package/public/components/fileuploader/ResultFile.nested.js +265 -1
- package/public/components/fileuploader/ResultFile.nested.js.map +1 -1
- package/public/components/flag/Flag.js +174 -1
- package/public/components/flag/Flag.js.map +1 -1
- package/public/components/header/Header.js +903 -1
- package/public/components/header/Header.js.map +1 -1
- package/public/components/hero/Hero.js +271 -1
- package/public/components/hero/Hero.js.map +1 -1
- package/public/components/layer/Layer.js +453 -1
- package/public/components/layer/Layer.js.map +1 -1
- package/public/components/link/Link.js +380 -1
- package/public/components/link/Link.js.map +1 -1
- package/public/components/listbox/Listbox.js +595 -1
- package/public/components/listbox/Listbox.js.map +1 -1
- package/public/components/listbox/Listbox.nested.js +629 -1
- package/public/components/listbox/Listbox.nested.js.map +1 -1
- package/public/components/loader/Loader.js +246 -1
- package/public/components/loader/Loader.js.map +1 -1
- package/public/components/loader/Loader.nested.js +176 -1
- package/public/components/loader/Loader.nested.js.map +1 -1
- package/public/components/modal/Modal.js +395 -1
- package/public/components/modal/Modal.js.map +1 -1
- package/public/components/notification/Notification.js +458 -1
- package/public/components/notification/Notification.js.map +1 -1
- package/public/components/optionbutton/OptionButton.js +316 -1
- package/public/components/optionbutton/OptionButton.js.map +1 -1
- package/public/components/overlay/Overlay.js +104 -1
- package/public/components/overlay/Overlay.js.map +1 -1
- package/public/components/overlay/OverlayLoader.js +151 -1
- package/public/components/overlay/OverlayLoader.js.map +1 -1
- package/public/components/pagination/Pagination.js +613 -1
- package/public/components/pagination/Pagination.js.map +1 -1
- package/public/components/passwordinput/PasswordInput.js +291 -1
- package/public/components/passwordinput/PasswordInput.js.map +1 -1
- package/public/components/phonenumber/PhoneNumber.js +6894 -1
- package/public/components/phonenumber/PhoneNumber.js.map +1 -1
- package/public/components/phonenumber/PhoneNumber.svelte +72 -9
- package/public/components/price/Price.js +768 -1
- package/public/components/price/Price.js.map +1 -1
- package/public/components/progressbar/ProgressBar.js +278 -1
- package/public/components/progressbar/ProgressBar.js.map +1 -1
- package/public/components/quantityselector/QuantitySelector.js +333 -1
- package/public/components/quantityselector/QuantitySelector.js.map +1 -1
- package/public/components/radio/Radio.js +273 -1
- package/public/components/radio/Radio.js.map +1 -1
- package/public/components/radiogroup/RadioGroup.js +414 -1
- package/public/components/radiogroup/RadioGroup.js.map +1 -1
- package/public/components/ratings/StarsInput.js +292 -1
- package/public/components/ratings/StarsInput.js.map +1 -1
- package/public/components/ratings/StarsResult.js +246 -1
- package/public/components/ratings/StarsResult.js.map +1 -1
- package/public/components/select/Select.js +451 -1
- package/public/components/select/Select.js.map +1 -1
- package/public/components/sidebar/Sidebar.js +784 -1
- package/public/components/sidebar/Sidebar.js.map +1 -1
- package/public/components/sidebar/sidebar-feature-group.nested.js +594 -1
- package/public/components/sidebar/sidebar-feature-group.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-feature.nested.js +402 -1
- package/public/components/sidebar/sidebar-feature.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-section.nested.js +394 -1
- package/public/components/sidebar/sidebar-section.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-segment.nested.js +200 -1
- package/public/components/sidebar/sidebar-segment.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-separator.nested.js +49 -1
- package/public/components/sidebar/sidebar-separator.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-sub-features.nested.js +312 -1
- package/public/components/sidebar/sidebar-sub-features.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-user.nested.js +733 -1
- package/public/components/sidebar/sidebar-user.nested.js.map +1 -1
- package/public/components/stepper/Stepper.js +371 -1
- package/public/components/stepper/Stepper.js.map +1 -1
- package/public/components/tabs/Tabs.js +615 -1
- package/public/components/tabs/Tabs.js.map +1 -1
- package/public/components/tabs/Tabs.nested.js +472 -1
- package/public/components/tabs/Tabs.nested.js.map +1 -1
- package/public/components/tag/Tag.js +665 -1
- package/public/components/tag/Tag.js.map +1 -1
- package/public/components/tag/Tag.nested.js +554 -1
- package/public/components/tag/Tag.nested.js.map +1 -1
- package/public/components/taglist/TagList.js +475 -1
- package/public/components/taglist/TagList.js.map +1 -1
- package/public/components/textarea/Textarea.js +303 -1
- package/public/components/textarea/Textarea.js.map +1 -1
- package/public/components/textinput/Textinput.js +497 -1
- package/public/components/textinput/Textinput.js.map +1 -1
- package/public/components/textinput/Textinput.nested.js +320 -1
- package/public/components/textinput/Textinput.nested.js.map +1 -1
- package/public/components/toggle/Toggle.js +278 -1
- package/public/components/toggle/Toggle.js.map +1 -1
- package/public/components/tooltip/Tooltip.js +173 -1
- package/public/components/tooltip/Tooltip.js.map +1 -1
- package/public/index-c33b3772.js +873 -1
- package/public/index-c33b3772.js.map +1 -1
- package/public/linear-f46d7e9e.js +700 -1
- package/public/linear-f46d7e9e.js.map +1 -1
- package/public/path-1b5da959.js +186 -1
- package/public/path-1b5da959.js.map +1 -1
- package/public/sidebar-service-275bf9ef.js +129 -1
- package/public/sidebar-service-275bf9ef.js.map +1 -1
- package/public/symbol-b05a6e2b.js +169 -1
- package/public/symbol-b05a6e2b.js.map +1 -1
- package/public/transform-15d69d5d.js +2743 -1
- package/public/transform-15d69d5d.js.map +1 -1
- package/public/utilities/stories/phonenumber/PhoneNumber.stories.d.ts.map +1 -1
|
@@ -1,2 +1,583 @@
|
|
|
1
|
-
import{S as
|
|
1
|
+
import { S as SvelteElement, i as init, a as attribute_to_object, b as insert, f as flush, s as safe_not_equal, e as element, d as space, T as svg_element, n as noop, y as set_style, g as attr, o as detach, J as destroy_each, a1 as onMount, t as text, j as append, k as set_data, K as empty, v as binding_callbacks, Z as HtmlTag } from '../../index-c33b3772.js';
|
|
2
|
+
import { s as select } from '../../transform-15d69d5d.js';
|
|
3
|
+
import { E as EventHandler } from '../../EventHandler-02058705.js';
|
|
4
|
+
import { a as axisBottom, b as axisLeft } from '../../axis-fbc0f7b5.js';
|
|
5
|
+
import { b as band } from '../../band-d7a07d2c.js';
|
|
6
|
+
import { l as linear } from '../../linear-f46d7e9e.js';
|
|
7
|
+
|
|
8
|
+
/* src/components/chart/BarChart.svelte generated by Svelte v3.58.0 */
|
|
9
|
+
|
|
10
|
+
function get_each_context(ctx, list, i) {
|
|
11
|
+
const child_ctx = ctx.slice();
|
|
12
|
+
child_ctx[4] = list[i];
|
|
13
|
+
return child_ctx;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// (215:0) {#if tooltipData.show}
|
|
17
|
+
function create_if_block(ctx) {
|
|
18
|
+
let div;
|
|
19
|
+
let t_value = /*tooltipData*/ ctx[2].text + "";
|
|
20
|
+
let t;
|
|
21
|
+
let div_style_value;
|
|
22
|
+
|
|
23
|
+
return {
|
|
24
|
+
c() {
|
|
25
|
+
div = element("div");
|
|
26
|
+
t = text(t_value);
|
|
27
|
+
attr(div, "class", "tooltip");
|
|
28
|
+
attr(div, "style", div_style_value = `top: ${/*tooltipData*/ ctx[2].top}px; left: ${/*tooltipData*/ ctx[2].left}px; width: ${/*tooltipData*/ ctx[2].width}px;`);
|
|
29
|
+
},
|
|
30
|
+
m(target, anchor) {
|
|
31
|
+
insert(target, div, anchor);
|
|
32
|
+
append(div, t);
|
|
33
|
+
},
|
|
34
|
+
p(ctx, dirty) {
|
|
35
|
+
if (dirty[0] & /*tooltipData*/ 4 && t_value !== (t_value = /*tooltipData*/ ctx[2].text + "")) set_data(t, t_value);
|
|
36
|
+
|
|
37
|
+
if (dirty[0] & /*tooltipData*/ 4 && div_style_value !== (div_style_value = `top: ${/*tooltipData*/ ctx[2].top}px; left: ${/*tooltipData*/ ctx[2].left}px; width: ${/*tooltipData*/ ctx[2].width}px;`)) {
|
|
38
|
+
attr(div, "style", div_style_value);
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
d(detaching) {
|
|
42
|
+
if (detaching) detach(div);
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// (225:2) {#each parsedSvgs as svg}
|
|
48
|
+
function create_each_block(ctx) {
|
|
49
|
+
let html_tag;
|
|
50
|
+
let raw_value = /*svg*/ ctx[4] + "";
|
|
51
|
+
let html_anchor;
|
|
52
|
+
|
|
53
|
+
return {
|
|
54
|
+
c() {
|
|
55
|
+
html_tag = new HtmlTag(false);
|
|
56
|
+
html_anchor = empty();
|
|
57
|
+
html_tag.a = html_anchor;
|
|
58
|
+
},
|
|
59
|
+
m(target, anchor) {
|
|
60
|
+
html_tag.m(raw_value, target, anchor);
|
|
61
|
+
insert(target, html_anchor, anchor);
|
|
62
|
+
},
|
|
63
|
+
p(ctx, dirty) {
|
|
64
|
+
if (dirty[0] & /*parsedSvgs*/ 8 && raw_value !== (raw_value = /*svg*/ ctx[4] + "")) html_tag.p(raw_value);
|
|
65
|
+
},
|
|
66
|
+
d(detaching) {
|
|
67
|
+
if (detaching) detach(html_anchor);
|
|
68
|
+
if (detaching) html_tag.d();
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
function create_fragment(ctx) {
|
|
74
|
+
let div0;
|
|
75
|
+
let t0;
|
|
76
|
+
let t1;
|
|
77
|
+
let div1;
|
|
78
|
+
let t2;
|
|
79
|
+
let text_1;
|
|
80
|
+
let if_block = /*tooltipData*/ ctx[2].show && create_if_block(ctx);
|
|
81
|
+
let each_value = /*parsedSvgs*/ ctx[3];
|
|
82
|
+
let each_blocks = [];
|
|
83
|
+
|
|
84
|
+
for (let i = 0; i < each_value.length; i += 1) {
|
|
85
|
+
each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
return {
|
|
89
|
+
c() {
|
|
90
|
+
div0 = element("div");
|
|
91
|
+
t0 = space();
|
|
92
|
+
if (if_block) if_block.c();
|
|
93
|
+
t1 = space();
|
|
94
|
+
div1 = element("div");
|
|
95
|
+
|
|
96
|
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
|
97
|
+
each_blocks[i].c();
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
t2 = space();
|
|
101
|
+
text_1 = svg_element("text");
|
|
102
|
+
this.c = noop;
|
|
103
|
+
set_style(div0, "background-color", /*backgroundcolor*/ ctx[0]);
|
|
104
|
+
set_style(div1, "height", "0");
|
|
105
|
+
set_style(div1, "width", "0");
|
|
106
|
+
attr(div1, "class", "pattern");
|
|
107
|
+
},
|
|
108
|
+
m(target, anchor) {
|
|
109
|
+
insert(target, div0, anchor);
|
|
110
|
+
/*div0_binding*/ ctx[18](div0);
|
|
111
|
+
insert(target, t0, anchor);
|
|
112
|
+
if (if_block) if_block.m(target, anchor);
|
|
113
|
+
insert(target, t1, anchor);
|
|
114
|
+
insert(target, div1, anchor);
|
|
115
|
+
|
|
116
|
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
|
117
|
+
if (each_blocks[i]) {
|
|
118
|
+
each_blocks[i].m(div1, null);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
insert(target, t2, anchor);
|
|
123
|
+
insert(target, text_1, anchor);
|
|
124
|
+
},
|
|
125
|
+
p(ctx, dirty) {
|
|
126
|
+
if (dirty[0] & /*backgroundcolor*/ 1) {
|
|
127
|
+
set_style(div0, "background-color", /*backgroundcolor*/ ctx[0]);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
if (/*tooltipData*/ ctx[2].show) {
|
|
131
|
+
if (if_block) {
|
|
132
|
+
if_block.p(ctx, dirty);
|
|
133
|
+
} else {
|
|
134
|
+
if_block = create_if_block(ctx);
|
|
135
|
+
if_block.c();
|
|
136
|
+
if_block.m(t1.parentNode, t1);
|
|
137
|
+
}
|
|
138
|
+
} else if (if_block) {
|
|
139
|
+
if_block.d(1);
|
|
140
|
+
if_block = null;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
if (dirty[0] & /*parsedSvgs*/ 8) {
|
|
144
|
+
each_value = /*parsedSvgs*/ ctx[3];
|
|
145
|
+
let i;
|
|
146
|
+
|
|
147
|
+
for (i = 0; i < each_value.length; i += 1) {
|
|
148
|
+
const child_ctx = get_each_context(ctx, each_value, i);
|
|
149
|
+
|
|
150
|
+
if (each_blocks[i]) {
|
|
151
|
+
each_blocks[i].p(child_ctx, dirty);
|
|
152
|
+
} else {
|
|
153
|
+
each_blocks[i] = create_each_block(child_ctx);
|
|
154
|
+
each_blocks[i].c();
|
|
155
|
+
each_blocks[i].m(div1, null);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
for (; i < each_blocks.length; i += 1) {
|
|
160
|
+
each_blocks[i].d(1);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
each_blocks.length = each_value.length;
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
i: noop,
|
|
167
|
+
o: noop,
|
|
168
|
+
d(detaching) {
|
|
169
|
+
if (detaching) detach(div0);
|
|
170
|
+
/*div0_binding*/ ctx[18](null);
|
|
171
|
+
if (detaching) detach(t0);
|
|
172
|
+
if (if_block) if_block.d(detaching);
|
|
173
|
+
if (detaching) detach(t1);
|
|
174
|
+
if (detaching) detach(div1);
|
|
175
|
+
destroy_each(each_blocks, detaching);
|
|
176
|
+
if (detaching) detach(t2);
|
|
177
|
+
if (detaching) detach(text_1);
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
function getParsedMargins(margins) {
|
|
183
|
+
if (margins) return JSON.parse(margins); else return {
|
|
184
|
+
top: 10,
|
|
185
|
+
right: 40,
|
|
186
|
+
bottom: 20,
|
|
187
|
+
left: 60,
|
|
188
|
+
xAxis: 20
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
function instance($$self, $$props, $$invalidate) {
|
|
193
|
+
let groups;
|
|
194
|
+
let height;
|
|
195
|
+
let parsedSvgs;
|
|
196
|
+
let { data = '' } = $$props;
|
|
197
|
+
let parsedData;
|
|
198
|
+
let subgroups;
|
|
199
|
+
let { chartheight = '300' } = $$props;
|
|
200
|
+
let { backgroundcolor = '#fff' } = $$props;
|
|
201
|
+
let { scalemax = 50 } = $$props;
|
|
202
|
+
let { scalemin = 0 } = $$props;
|
|
203
|
+
let { color = '#0B96CC' } = $$props;
|
|
204
|
+
let { ticknumbers = 4 } = $$props;
|
|
205
|
+
let { tickleftformat } = $$props;
|
|
206
|
+
tickleftformat = d => `${d}`;
|
|
207
|
+
let { tickbottomformat = d => `${d}` } = $$props;
|
|
208
|
+
let { svgs } = $$props;
|
|
209
|
+
let { margins } = $$props;
|
|
210
|
+
let _data;
|
|
211
|
+
let chart;
|
|
212
|
+
let svg;
|
|
213
|
+
let hasMounted = false;
|
|
214
|
+
|
|
215
|
+
let tooltipData = {
|
|
216
|
+
show: false,
|
|
217
|
+
text: '',
|
|
218
|
+
top: 0,
|
|
219
|
+
left: 0,
|
|
220
|
+
width: 0
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
let eventHandler = new EventHandler();
|
|
224
|
+
|
|
225
|
+
function getChartWidth() {
|
|
226
|
+
let chartWidth = select(chart).style('width');
|
|
227
|
+
|
|
228
|
+
if (chartWidth === '' || !chartWidth) {
|
|
229
|
+
chartWidth = `${window.innerWidth / 2}`;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
return parseInt(chartWidth);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
function getBarKeyValue(d) {
|
|
236
|
+
return subgroups.map(key => ({
|
|
237
|
+
key,
|
|
238
|
+
value: d[key].value,
|
|
239
|
+
customtooltip: d[key].customtooltip
|
|
240
|
+
}));
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
function getAxes(width) {
|
|
244
|
+
const x = band().domain(groups).range([
|
|
245
|
+
0,
|
|
246
|
+
width - (getParsedMargins(margins).left / 2 + getParsedMargins(margins).right / 2)
|
|
247
|
+
]).padding(0.2);
|
|
248
|
+
|
|
249
|
+
const y = linear().domain([scalemin, scalemax]).range([height, 0]);
|
|
250
|
+
const xSubgroup = band().domain(subgroups).range([0, x.bandwidth()]).padding(0.05);
|
|
251
|
+
return { x, y, xSubgroup };
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
function addRectandles(x, xSubgroup, y) {
|
|
255
|
+
svg.append('g').selectAll('g').data(parsedData).join('g').attr('transform', d => `translate(${String(x(d.group))}, 0)`).attr('class', 'bar').selectAll('rect').data(d => getBarKeyValue(d)).join('rect').attr('x', d => xSubgroup(d.key)).attr('y', () => y(0)).attr('width', xSubgroup.bandwidth()).attr('height', () => height - y(0)).style('fill', () => color).style('cursor', 'pointer').on('mouseout', (_e, chartEvent) => {
|
|
256
|
+
const others = svg.selectAll('rect').filter(function (arc) {
|
|
257
|
+
return arc != chartEvent;
|
|
258
|
+
});
|
|
259
|
+
|
|
260
|
+
others.style('opacity', 1);
|
|
261
|
+
$$invalidate(2, tooltipData.show = false, tooltipData);
|
|
262
|
+
}).on('mouseover', (e, chartEvent) => {
|
|
263
|
+
const others = svg.selectAll('rect').filter(function (arc) {
|
|
264
|
+
return arc != chartEvent;
|
|
265
|
+
});
|
|
266
|
+
|
|
267
|
+
others.style('opacity', 0.7);
|
|
268
|
+
const { left, top, width } = e.target.getBoundingClientRect();
|
|
269
|
+
|
|
270
|
+
$$invalidate(2, tooltipData = {
|
|
271
|
+
show: true,
|
|
272
|
+
text: chartEvent.customtooltip
|
|
273
|
+
? `${chartEvent.customtooltip}`
|
|
274
|
+
: `${chartEvent.key} - ${chartEvent.value}`,
|
|
275
|
+
left,
|
|
276
|
+
top: top - 50,
|
|
277
|
+
width
|
|
278
|
+
});
|
|
279
|
+
}).on('click', (_e, chartEvent) => {
|
|
280
|
+
eventHandler.dispatch('bar-clicked', chartEvent);
|
|
281
|
+
});
|
|
282
|
+
|
|
283
|
+
svg.selectAll('rect').transition().duration(800).attr('y', d => +d.value < 0 ? y(0) : y(+d.value)).attr('height', d => +d.value < 0
|
|
284
|
+
? y(+d.value) - y(0)
|
|
285
|
+
: height - y(+d.value + Number(scalemin))).delay((_d, i) => i * 100);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
function updateAxes(x, y) {
|
|
289
|
+
svg.select('.x-axis').call(axisBottom(x).tickFormat(tickbottomformat));
|
|
290
|
+
svg.select('.y-axis').call(axisLeft(y).ticks(ticknumbers).tickFormat(tickleftformat));
|
|
291
|
+
const width = getChartWidth();
|
|
292
|
+
svg.selectAll('.y-axis .tick line').attr('stroke', '#EEEDEA').attr('stroke-width', '1px').attr('x2', width);
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
function render() {
|
|
296
|
+
const width = getChartWidth();
|
|
297
|
+
const { x, y, xSubgroup } = getAxes(width);
|
|
298
|
+
$$invalidate(4, svg = select(chart).append('svg').attr('width', width).attr('height', Number(height) + Number(getParsedMargins(margins).top) + Number(getParsedMargins(margins).bottom) + Number(getParsedMargins(margins).xAxis)).attr('id', 'svg-chart').append('g').attr('transform', `translate(${getParsedMargins(margins).left / 2 + getParsedMargins(margins).right / 2},${getParsedMargins(margins).top})`));
|
|
299
|
+
svg.append('g').attr('transform', `translate(0, ${Number(height) + Number(getParsedMargins(margins).xAxis)})`).call(axisBottom(x)).attr('class', 'x-axis').attr('stroke-width', '0');
|
|
300
|
+
svg.append('g').call(axisLeft(y).ticks(ticknumbers).tickFormat(tickleftformat)).attr('class', 'y-axis').attr('stroke-width', '0');
|
|
301
|
+
addRectandles(x, xSubgroup, y);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
function update() {
|
|
305
|
+
var _a;
|
|
306
|
+
const width = getChartWidth();
|
|
307
|
+
|
|
308
|
+
(_a = chart.querySelector('#svg-chart')) === null || _a === void 0
|
|
309
|
+
? void 0
|
|
310
|
+
: _a.setAttribute('width', `${width}px`);
|
|
311
|
+
|
|
312
|
+
const { x, y, xSubgroup } = getAxes(width);
|
|
313
|
+
updateAxes(x, y);
|
|
314
|
+
svg.selectAll('.bar').remove();
|
|
315
|
+
addRectandles(x, xSubgroup, y);
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
function resize() {
|
|
319
|
+
var _a;
|
|
320
|
+
|
|
321
|
+
if (_data) {
|
|
322
|
+
const width = getChartWidth();
|
|
323
|
+
|
|
324
|
+
(_a = chart.querySelector('#svg-chart')) === null || _a === void 0
|
|
325
|
+
? void 0
|
|
326
|
+
: _a.setAttribute('width', `${width}px`);
|
|
327
|
+
|
|
328
|
+
const { x, y, xSubgroup } = getAxes(width);
|
|
329
|
+
updateAxes(x, y);
|
|
330
|
+
svg.selectAll('.bar').data(parsedData).attr('transform', d => `translate(${Number(x(d.group))}, 0)`).selectAll('rect').data(d => getBarKeyValue(d)).attr('x', d => xSubgroup(d.key)).attr('width', xSubgroup.bandwidth());
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
onMount(() => {
|
|
335
|
+
const resizeObserver = new ResizeObserver(resize);
|
|
336
|
+
resizeObserver.observe(chart);
|
|
337
|
+
$$invalidate(17, hasMounted = true);
|
|
338
|
+
});
|
|
339
|
+
|
|
340
|
+
function div0_binding($$value) {
|
|
341
|
+
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
|
342
|
+
chart = $$value;
|
|
343
|
+
$$invalidate(1, chart);
|
|
344
|
+
});
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
$$self.$$set = $$props => {
|
|
348
|
+
if ('data' in $$props) $$invalidate(6, data = $$props.data);
|
|
349
|
+
if ('chartheight' in $$props) $$invalidate(7, chartheight = $$props.chartheight);
|
|
350
|
+
if ('backgroundcolor' in $$props) $$invalidate(0, backgroundcolor = $$props.backgroundcolor);
|
|
351
|
+
if ('scalemax' in $$props) $$invalidate(8, scalemax = $$props.scalemax);
|
|
352
|
+
if ('scalemin' in $$props) $$invalidate(9, scalemin = $$props.scalemin);
|
|
353
|
+
if ('color' in $$props) $$invalidate(10, color = $$props.color);
|
|
354
|
+
if ('ticknumbers' in $$props) $$invalidate(11, ticknumbers = $$props.ticknumbers);
|
|
355
|
+
if ('tickleftformat' in $$props) $$invalidate(5, tickleftformat = $$props.tickleftformat);
|
|
356
|
+
if ('tickbottomformat' in $$props) $$invalidate(12, tickbottomformat = $$props.tickbottomformat);
|
|
357
|
+
if ('svgs' in $$props) $$invalidate(13, svgs = $$props.svgs);
|
|
358
|
+
if ('margins' in $$props) $$invalidate(14, margins = $$props.margins);
|
|
359
|
+
};
|
|
360
|
+
|
|
361
|
+
$$self.$$.update = () => {
|
|
362
|
+
if ($$self.$$.dirty[0] & /*data*/ 64) {
|
|
363
|
+
$$invalidate(15, parsedData = data ? JSON.parse(data) : []);
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
if ($$self.$$.dirty[0] & /*parsedData*/ 32768) {
|
|
367
|
+
groups = parsedData.map(d => d.group);
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
if ($$self.$$.dirty[0] & /*parsedData*/ 32768) {
|
|
371
|
+
subgroups = parsedData[0]
|
|
372
|
+
? Object.keys(parsedData[0]).filter(d => d !== 'group')
|
|
373
|
+
: [];
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
if ($$self.$$.dirty[0] & /*chartheight*/ 128) {
|
|
377
|
+
height = parseInt(chartheight, 10);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
if ($$self.$$.dirty[0] & /*svgs*/ 8192) {
|
|
381
|
+
$$invalidate(3, parsedSvgs = svgs ? JSON.parse(svgs) : []);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
if ($$self.$$.dirty[0] & /*data, hasMounted, _data*/ 196672) {
|
|
385
|
+
if (data.length > 0 && hasMounted) {
|
|
386
|
+
if (!_data) {
|
|
387
|
+
render();
|
|
388
|
+
$$invalidate(16, _data = data);
|
|
389
|
+
} else if (data !== _data) {
|
|
390
|
+
update();
|
|
391
|
+
$$invalidate(16, _data = data);
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
};
|
|
396
|
+
|
|
397
|
+
return [
|
|
398
|
+
backgroundcolor,
|
|
399
|
+
chart,
|
|
400
|
+
tooltipData,
|
|
401
|
+
parsedSvgs,
|
|
402
|
+
svg,
|
|
403
|
+
tickleftformat,
|
|
404
|
+
data,
|
|
405
|
+
chartheight,
|
|
406
|
+
scalemax,
|
|
407
|
+
scalemin,
|
|
408
|
+
color,
|
|
409
|
+
ticknumbers,
|
|
410
|
+
tickbottomformat,
|
|
411
|
+
svgs,
|
|
412
|
+
margins,
|
|
413
|
+
parsedData,
|
|
414
|
+
_data,
|
|
415
|
+
hasMounted,
|
|
416
|
+
div0_binding
|
|
417
|
+
];
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
class BarChart extends SvelteElement {
|
|
421
|
+
constructor(options) {
|
|
422
|
+
super();
|
|
423
|
+
const style = document.createElement('style');
|
|
424
|
+
style.textContent = `.tooltip{height:auto;background-color:#4d4d4d;border-radius:4px;color:#ffffff;text-align:center;padding:0.5rem 0;position:absolute}.pattern{z-index:-1;position:relative}text{font-family:"LeroyMerlin", sans-serif;font-size:0.875rem;color:#4d4d4d}`;
|
|
425
|
+
this.shadowRoot.appendChild(style);
|
|
426
|
+
|
|
427
|
+
init(
|
|
428
|
+
this,
|
|
429
|
+
{
|
|
430
|
+
target: this.shadowRoot,
|
|
431
|
+
props: attribute_to_object(this.attributes),
|
|
432
|
+
customElement: true
|
|
433
|
+
},
|
|
434
|
+
instance,
|
|
435
|
+
create_fragment,
|
|
436
|
+
safe_not_equal,
|
|
437
|
+
{
|
|
438
|
+
data: 6,
|
|
439
|
+
chartheight: 7,
|
|
440
|
+
backgroundcolor: 0,
|
|
441
|
+
scalemax: 8,
|
|
442
|
+
scalemin: 9,
|
|
443
|
+
color: 10,
|
|
444
|
+
ticknumbers: 11,
|
|
445
|
+
tickleftformat: 5,
|
|
446
|
+
tickbottomformat: 12,
|
|
447
|
+
svgs: 13,
|
|
448
|
+
margins: 14
|
|
449
|
+
},
|
|
450
|
+
null,
|
|
451
|
+
[-1, -1]
|
|
452
|
+
);
|
|
453
|
+
|
|
454
|
+
if (options) {
|
|
455
|
+
if (options.target) {
|
|
456
|
+
insert(options.target, this, options.anchor);
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
if (options.props) {
|
|
460
|
+
this.$set(options.props);
|
|
461
|
+
flush();
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
static get observedAttributes() {
|
|
467
|
+
return [
|
|
468
|
+
"data",
|
|
469
|
+
"chartheight",
|
|
470
|
+
"backgroundcolor",
|
|
471
|
+
"scalemax",
|
|
472
|
+
"scalemin",
|
|
473
|
+
"color",
|
|
474
|
+
"ticknumbers",
|
|
475
|
+
"tickleftformat",
|
|
476
|
+
"tickbottomformat",
|
|
477
|
+
"svgs",
|
|
478
|
+
"margins"
|
|
479
|
+
];
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
get data() {
|
|
483
|
+
return this.$$.ctx[6];
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
set data(data) {
|
|
487
|
+
this.$$set({ data });
|
|
488
|
+
flush();
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
get chartheight() {
|
|
492
|
+
return this.$$.ctx[7];
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
set chartheight(chartheight) {
|
|
496
|
+
this.$$set({ chartheight });
|
|
497
|
+
flush();
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
get backgroundcolor() {
|
|
501
|
+
return this.$$.ctx[0];
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
set backgroundcolor(backgroundcolor) {
|
|
505
|
+
this.$$set({ backgroundcolor });
|
|
506
|
+
flush();
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
get scalemax() {
|
|
510
|
+
return this.$$.ctx[8];
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
set scalemax(scalemax) {
|
|
514
|
+
this.$$set({ scalemax });
|
|
515
|
+
flush();
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
get scalemin() {
|
|
519
|
+
return this.$$.ctx[9];
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
set scalemin(scalemin) {
|
|
523
|
+
this.$$set({ scalemin });
|
|
524
|
+
flush();
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
get color() {
|
|
528
|
+
return this.$$.ctx[10];
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
set color(color) {
|
|
532
|
+
this.$$set({ color });
|
|
533
|
+
flush();
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
get ticknumbers() {
|
|
537
|
+
return this.$$.ctx[11];
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
set ticknumbers(ticknumbers) {
|
|
541
|
+
this.$$set({ ticknumbers });
|
|
542
|
+
flush();
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
get tickleftformat() {
|
|
546
|
+
return this.$$.ctx[5];
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
set tickleftformat(tickleftformat) {
|
|
550
|
+
this.$$set({ tickleftformat });
|
|
551
|
+
flush();
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
get tickbottomformat() {
|
|
555
|
+
return this.$$.ctx[12];
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
set tickbottomformat(tickbottomformat) {
|
|
559
|
+
this.$$set({ tickbottomformat });
|
|
560
|
+
flush();
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
get svgs() {
|
|
564
|
+
return this.$$.ctx[13];
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
set svgs(svgs) {
|
|
568
|
+
this.$$set({ svgs });
|
|
569
|
+
flush();
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
get margins() {
|
|
573
|
+
return this.$$.ctx[14];
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
set margins(margins) {
|
|
577
|
+
this.$$set({ margins });
|
|
578
|
+
flush();
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
export { BarChart as default };
|
|
2
583
|
//# sourceMappingURL=BarChart.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BarChart.js","sources":["../../../src/components/chart/BarChart.svelte"],"sourcesContent":["<svelte:options tag={null} />\n\n<script lang=\"ts\">\n import {\n select,\n scaleBand,\n scaleLinear,\n axisBottom,\n axisLeft,\n Selection,\n ScaleBand,\n ScaleLinear,\n } from 'd3';\n import { onMount } from 'svelte';\n import type { BarData, BarKeyValue, BarMargin } from './bar-chart.types';\n import { EventHandler } from '../../utilities/EventHandler';\n\n export let data = '';\n let parsedData: BarData[];\n let subgroups: string[];\n $: parsedData = data ? (JSON.parse(data) as BarData[]) : [];\n $: groups = parsedData.map((d: BarData) => d.group);\n $: subgroups = parsedData[0]\n ? Object.keys(parsedData[0]).filter((d: string) => d !== 'group')\n : [];\n\n export let chartheight = '300';\n $: height = parseInt(chartheight, 10);\n\n export let backgroundcolor = '#fff';\n export let scalemax = 50;\n export let scalemin = 0;\n export let color = '#0B96CC';\n export let ticknumbers = 4;\n export let tickleftformat: (d: number, i: number) => string;\n tickleftformat = (d) => `${d}`;\n export let tickbottomformat: (d: number, i: number) => string = (d) => `${d}`;\n\n export let svgs: string;\n $: parsedSvgs = svgs ? (JSON.parse(svgs) as SVGElement[]) : [];\n\n export let margins: string;\n\n let _data: string;\n let chart: HTMLDivElement;\n let svg: Selection<SVGGElement, any, any, any>;\n let hasMounted = false;\n let tooltipData = { show: false, text: '', top: 0, left: 0, width: 0 };\n let eventHandler = new EventHandler();\n\n $: if (data.length > 0 && hasMounted) {\n if (!_data) {\n render();\n _data = data;\n } else if (data !== _data) {\n update();\n _data = data;\n }\n }\n\n function getParsedMargins(margins: string): BarMargin {\n if (margins) return JSON.parse(margins) as BarMargin;\n else\n return {\n top: 10,\n right: 40,\n bottom: 20,\n left: 60,\n xAxis: 20,\n } as BarMargin;\n }\n\n function getChartWidth() {\n let chartWidth = select(chart).style('width');\n if (chartWidth === '' || !chartWidth) {\n chartWidth = `${window.innerWidth / 2}`;\n }\n return parseInt(chartWidth);\n }\n\n function getBarKeyValue(d: BarData): BarKeyValue[] {\n return subgroups.map((key) => ({\n key: key,\n value: d[key].value,\n customtooltip: d[key].customtooltip,\n }));\n }\n\n function getAxes(width: number) {\n const x = scaleBand()\n .domain(groups)\n .range([\n 0,\n width -\n (getParsedMargins(margins).left / 2 +\n getParsedMargins(margins).right / 2),\n ])\n .padding(0.2);\n const y = scaleLinear().domain([scalemin, scalemax]).range([height, 0]);\n const xSubgroup = scaleBand()\n .domain(subgroups)\n .range([0, x.bandwidth()])\n .padding(0.05);\n return { x, y, xSubgroup };\n }\n\n function addRectandles(\n x: ScaleBand<string>,\n xSubgroup: ScaleBand<string>,\n y: ScaleLinear<number, number, never>,\n ) {\n svg\n .append('g')\n .selectAll('g')\n .data(parsedData)\n .join('g')\n .attr('transform', (d) => `translate(${String(x(d.group))}, 0)`)\n .attr('class', 'bar')\n .selectAll('rect')\n .data((d) => getBarKeyValue(d))\n .join('rect')\n .attr('x', (d) => xSubgroup(d.key)!)\n .attr('y', () => y(0))\n .attr('width', xSubgroup.bandwidth())\n .attr('height', () => height - y(0))\n .style('fill', () => color)\n .style('cursor', 'pointer')\n .on('mouseout', (_e: MouseEvent, chartEvent: BarKeyValue) => {\n const others = svg.selectAll('rect').filter(function (arc) {\n return arc != chartEvent;\n });\n others.style('opacity', 1);\n tooltipData.show = false;\n })\n .on('mouseover', (e: MouseEvent, chartEvent: BarKeyValue) => {\n const others = svg.selectAll('rect').filter(function (arc) {\n return arc != chartEvent;\n });\n others.style('opacity', 0.7);\n const { left, top, width } = (\n e.target as HTMLElement\n ).getBoundingClientRect();\n tooltipData = {\n show: true,\n text: chartEvent.customtooltip\n ? `${chartEvent.customtooltip}`\n : `${chartEvent.key} - ${chartEvent.value}`,\n left: left,\n top: top - 50,\n width,\n };\n })\n .on('click', (_e: MouseEvent, chartEvent: BarKeyValue) => {\n eventHandler.dispatch('bar-clicked', chartEvent);\n });\n\n svg\n .selectAll<SVGElement, BarKeyValue>('rect')\n .transition()\n .duration(800)\n .attr('y', (d) => (+d.value < 0 ? y(0) : y(+d.value)))\n .attr('height', (d) =>\n +d.value < 0\n ? y(+d.value) - y(0)\n : height - y(+d.value + Number(scalemin)),\n )\n .delay((_d, i) => i * 100);\n }\n\n function updateAxes(\n x: ScaleBand<string>,\n y: ScaleLinear<number, number, never>,\n ) {\n svg\n .select('.x-axis')\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n .call((axisBottom(x) as any).tickFormat(tickbottomformat));\n svg\n .select('.y-axis')\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n .call((axisLeft(y) as any).ticks(ticknumbers).tickFormat(tickleftformat));\n\n const width = getChartWidth();\n svg\n .selectAll('.y-axis .tick line')\n .attr('stroke', '#EEEDEA')\n .attr('stroke-width', '1px')\n .attr('x2', width);\n }\n\n function render() {\n const width = getChartWidth();\n const { x, y, xSubgroup } = getAxes(width);\n\n svg = select<HTMLElement, any>(chart)\n .append('svg')\n .attr('width', width)\n .attr(\n 'height',\n Number(height) +\n Number(getParsedMargins(margins).top) +\n Number(getParsedMargins(margins).bottom) +\n Number(getParsedMargins(margins).xAxis),\n )\n .attr('id', 'svg-chart')\n .append('g')\n .attr(\n 'transform',\n `translate(${\n getParsedMargins(margins).left / 2 +\n getParsedMargins(margins).right / 2\n },${getParsedMargins(margins).top})`,\n );\n\n svg\n .append('g')\n .attr(\n 'transform',\n `translate(0, ${\n Number(height) + Number(getParsedMargins(margins).xAxis)\n })`,\n )\n .call(axisBottom(x))\n .attr('class', 'x-axis')\n .attr('stroke-width', '0');\n\n svg\n .append('g')\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n .call((axisLeft(y) as any).ticks(ticknumbers).tickFormat(tickleftformat))\n .attr('class', 'y-axis')\n .attr('stroke-width', '0');\n\n addRectandles(x, xSubgroup, y);\n }\n\n function update() {\n const width = getChartWidth();\n chart.querySelector('#svg-chart')?.setAttribute('width', `${width}px`);\n\n const { x, y, xSubgroup } = getAxes(width);\n updateAxes(x, y);\n svg.selectAll('.bar').remove();\n addRectandles(x, xSubgroup, y);\n }\n\n function resize() {\n if (_data) {\n const width = getChartWidth();\n chart.querySelector('#svg-chart')?.setAttribute('width', `${width}px`);\n\n const { x, y, xSubgroup } = getAxes(width);\n updateAxes(x, y);\n\n svg\n .selectAll('.bar')\n .data(parsedData)\n .attr('transform', (d) => `translate(${Number(x(d.group))}, 0)`)\n .selectAll<SVGElement, BarKeyValue>('rect')\n .data((d) => getBarKeyValue(d))\n .attr('x', (d) => xSubgroup(d.key)!)\n .attr('width', xSubgroup.bandwidth());\n }\n }\n\n onMount(() => {\n const resizeObserver = new ResizeObserver(resize);\n resizeObserver.observe(chart);\n hasMounted = true;\n });\n</script>\n\n<div bind:this={chart} style=\"background-color: {backgroundcolor};\" />\n\n{#if tooltipData.show}\n <div\n class=\"tooltip\"\n style={`top: ${tooltipData.top}px; left: ${tooltipData.left}px; width: ${tooltipData.width}px;`}\n >\n {tooltipData.text}\n </div>\n{/if}\n\n<div style=\"height: 0; width: 0;\" class=\"pattern\">\n {#each parsedSvgs as svg}\n {@html svg}\n {/each}\n</div>\n<text />\n\n<style lang=\"scss\">\n @import '@mozaic-ds/styles/settings-tools/_all-settings';\n\n .tooltip {\n height: auto;\n background-color: $color-grey-700;\n border-radius: 4px;\n color: $color-grey-000;\n text-align: center;\n padding: magic-unit-rem(0.5) 0;\n position: absolute;\n }\n\n .pattern {\n z-index: -1;\n position: relative;\n }\n\n text {\n font-family: 'LeroyMerlin', sans-serif;\n font-size: $size-font-04;\n color: $color-grey-700;\n }\n</style>\n"],"names":["t_value","ctx","text","top","left","width","insert","target","div","anchor","dirty","set_data","t","html_tag","p","raw_value","if_block","show","create_if_block","length","i","div0","div1","text_1","getParsedMargins","margins","JSON","parse","right","bottom","xAxis","parsedData","subgroups","data","$$props","chartheight","backgroundcolor","scalemax","scalemin","color","ticknumbers","tickleftformat","d","_data","chart","svg","tickbottomformat","svgs","hasMounted","tooltipData","eventHandler","EventHandler","getChartWidth","chartWidth","select","style","window","innerWidth","parseInt","getBarKeyValue","map","key","value","customtooltip","getAxes","x","scaleBand","domain","groups","range","padding","y","scaleLinear","height","xSubgroup","bandwidth","addRectandles","append","selectAll","join","attr","String","group","on","_e","chartEvent","filter","arc","e","getBoundingClientRect","dispatch","transition","duration","Number","delay","_d","updateAxes","call","axisBottom","tickFormat","axisLeft","ticks","resize","_a","querySelector","setAttribute","onMount","ResizeObserver","observe","$$invalidate","Object","keys","parsedSvgs","remove","update","render","$$value"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"BarChart.js","sources":["../../../src/components/chart/BarChart.svelte"],"sourcesContent":["<svelte:options tag={null} />\n\n<script lang=\"ts\">\n import {\n select,\n scaleBand,\n scaleLinear,\n axisBottom,\n axisLeft,\n Selection,\n ScaleBand,\n ScaleLinear,\n } from 'd3';\n import { onMount } from 'svelte';\n import type { BarData, BarKeyValue, BarMargin } from './bar-chart.types';\n import { EventHandler } from '../../utilities/EventHandler';\n\n export let data = '';\n let parsedData: BarData[];\n let subgroups: string[];\n $: parsedData = data ? (JSON.parse(data) as BarData[]) : [];\n $: groups = parsedData.map((d: BarData) => d.group);\n $: subgroups = parsedData[0]\n ? Object.keys(parsedData[0]).filter((d: string) => d !== 'group')\n : [];\n\n export let chartheight = '300';\n $: height = parseInt(chartheight, 10);\n\n export let backgroundcolor = '#fff';\n export let scalemax = 50;\n export let scalemin = 0;\n export let color = '#0B96CC';\n export let ticknumbers = 4;\n export let tickleftformat: (d: number, i: number) => string;\n tickleftformat = (d) => `${d}`;\n export let tickbottomformat: (d: number, i: number) => string = (d) => `${d}`;\n\n export let svgs: string;\n $: parsedSvgs = svgs ? (JSON.parse(svgs) as SVGElement[]) : [];\n\n export let margins: string;\n\n let _data: string;\n let chart: HTMLDivElement;\n let svg: Selection<SVGGElement, any, any, any>;\n let hasMounted = false;\n let tooltipData = { show: false, text: '', top: 0, left: 0, width: 0 };\n let eventHandler = new EventHandler();\n\n $: if (data.length > 0 && hasMounted) {\n if (!_data) {\n render();\n _data = data;\n } else if (data !== _data) {\n update();\n _data = data;\n }\n }\n\n function getParsedMargins(margins: string): BarMargin {\n if (margins) return JSON.parse(margins) as BarMargin;\n else\n return {\n top: 10,\n right: 40,\n bottom: 20,\n left: 60,\n xAxis: 20,\n } as BarMargin;\n }\n\n function getChartWidth() {\n let chartWidth = select(chart).style('width');\n if (chartWidth === '' || !chartWidth) {\n chartWidth = `${window.innerWidth / 2}`;\n }\n return parseInt(chartWidth);\n }\n\n function getBarKeyValue(d: BarData): BarKeyValue[] {\n return subgroups.map((key) => ({\n key: key,\n value: d[key].value,\n customtooltip: d[key].customtooltip,\n }));\n }\n\n function getAxes(width: number) {\n const x = scaleBand()\n .domain(groups)\n .range([\n 0,\n width -\n (getParsedMargins(margins).left / 2 +\n getParsedMargins(margins).right / 2),\n ])\n .padding(0.2);\n const y = scaleLinear().domain([scalemin, scalemax]).range([height, 0]);\n const xSubgroup = scaleBand()\n .domain(subgroups)\n .range([0, x.bandwidth()])\n .padding(0.05);\n return { x, y, xSubgroup };\n }\n\n function addRectandles(\n x: ScaleBand<string>,\n xSubgroup: ScaleBand<string>,\n y: ScaleLinear<number, number, never>,\n ) {\n svg\n .append('g')\n .selectAll('g')\n .data(parsedData)\n .join('g')\n .attr('transform', (d) => `translate(${String(x(d.group))}, 0)`)\n .attr('class', 'bar')\n .selectAll('rect')\n .data((d) => getBarKeyValue(d))\n .join('rect')\n .attr('x', (d) => xSubgroup(d.key)!)\n .attr('y', () => y(0))\n .attr('width', xSubgroup.bandwidth())\n .attr('height', () => height - y(0))\n .style('fill', () => color)\n .style('cursor', 'pointer')\n .on('mouseout', (_e: MouseEvent, chartEvent: BarKeyValue) => {\n const others = svg.selectAll('rect').filter(function (arc) {\n return arc != chartEvent;\n });\n others.style('opacity', 1);\n tooltipData.show = false;\n })\n .on('mouseover', (e: MouseEvent, chartEvent: BarKeyValue) => {\n const others = svg.selectAll('rect').filter(function (arc) {\n return arc != chartEvent;\n });\n others.style('opacity', 0.7);\n const { left, top, width } = (\n e.target as HTMLElement\n ).getBoundingClientRect();\n tooltipData = {\n show: true,\n text: chartEvent.customtooltip\n ? `${chartEvent.customtooltip}`\n : `${chartEvent.key} - ${chartEvent.value}`,\n left: left,\n top: top - 50,\n width,\n };\n })\n .on('click', (_e: MouseEvent, chartEvent: BarKeyValue) => {\n eventHandler.dispatch('bar-clicked', chartEvent);\n });\n\n svg\n .selectAll<SVGElement, BarKeyValue>('rect')\n .transition()\n .duration(800)\n .attr('y', (d) => (+d.value < 0 ? y(0) : y(+d.value)))\n .attr('height', (d) =>\n +d.value < 0\n ? y(+d.value) - y(0)\n : height - y(+d.value + Number(scalemin)),\n )\n .delay((_d, i) => i * 100);\n }\n\n function updateAxes(\n x: ScaleBand<string>,\n y: ScaleLinear<number, number, never>,\n ) {\n svg\n .select('.x-axis')\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n .call((axisBottom(x) as any).tickFormat(tickbottomformat));\n svg\n .select('.y-axis')\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n .call((axisLeft(y) as any).ticks(ticknumbers).tickFormat(tickleftformat));\n\n const width = getChartWidth();\n svg\n .selectAll('.y-axis .tick line')\n .attr('stroke', '#EEEDEA')\n .attr('stroke-width', '1px')\n .attr('x2', width);\n }\n\n function render() {\n const width = getChartWidth();\n const { x, y, xSubgroup } = getAxes(width);\n\n svg = select<HTMLElement, any>(chart)\n .append('svg')\n .attr('width', width)\n .attr(\n 'height',\n Number(height) +\n Number(getParsedMargins(margins).top) +\n Number(getParsedMargins(margins).bottom) +\n Number(getParsedMargins(margins).xAxis),\n )\n .attr('id', 'svg-chart')\n .append('g')\n .attr(\n 'transform',\n `translate(${\n getParsedMargins(margins).left / 2 +\n getParsedMargins(margins).right / 2\n },${getParsedMargins(margins).top})`,\n );\n\n svg\n .append('g')\n .attr(\n 'transform',\n `translate(0, ${\n Number(height) + Number(getParsedMargins(margins).xAxis)\n })`,\n )\n .call(axisBottom(x))\n .attr('class', 'x-axis')\n .attr('stroke-width', '0');\n\n svg\n .append('g')\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n .call((axisLeft(y) as any).ticks(ticknumbers).tickFormat(tickleftformat))\n .attr('class', 'y-axis')\n .attr('stroke-width', '0');\n\n addRectandles(x, xSubgroup, y);\n }\n\n function update() {\n const width = getChartWidth();\n chart.querySelector('#svg-chart')?.setAttribute('width', `${width}px`);\n\n const { x, y, xSubgroup } = getAxes(width);\n updateAxes(x, y);\n svg.selectAll('.bar').remove();\n addRectandles(x, xSubgroup, y);\n }\n\n function resize() {\n if (_data) {\n const width = getChartWidth();\n chart.querySelector('#svg-chart')?.setAttribute('width', `${width}px`);\n\n const { x, y, xSubgroup } = getAxes(width);\n updateAxes(x, y);\n\n svg\n .selectAll('.bar')\n .data(parsedData)\n .attr('transform', (d) => `translate(${Number(x(d.group))}, 0)`)\n .selectAll<SVGElement, BarKeyValue>('rect')\n .data((d) => getBarKeyValue(d))\n .attr('x', (d) => xSubgroup(d.key)!)\n .attr('width', xSubgroup.bandwidth());\n }\n }\n\n onMount(() => {\n const resizeObserver = new ResizeObserver(resize);\n resizeObserver.observe(chart);\n hasMounted = true;\n });\n</script>\n\n<div bind:this={chart} style=\"background-color: {backgroundcolor};\" />\n\n{#if tooltipData.show}\n <div\n class=\"tooltip\"\n style={`top: ${tooltipData.top}px; left: ${tooltipData.left}px; width: ${tooltipData.width}px;`}\n >\n {tooltipData.text}\n </div>\n{/if}\n\n<div style=\"height: 0; width: 0;\" class=\"pattern\">\n {#each parsedSvgs as svg}\n {@html svg}\n {/each}\n</div>\n<text />\n\n<style lang=\"scss\">\n @import '@mozaic-ds/styles/settings-tools/_all-settings';\n\n .tooltip {\n height: auto;\n background-color: $color-grey-700;\n border-radius: 4px;\n color: $color-grey-000;\n text-align: center;\n padding: magic-unit-rem(0.5) 0;\n position: absolute;\n }\n\n .pattern {\n z-index: -1;\n position: relative;\n }\n\n text {\n font-family: 'LeroyMerlin', sans-serif;\n font-size: $size-font-04;\n color: $color-grey-700;\n }\n</style>\n"],"names":["scaleBand","scaleLinear"],"mappings":"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"}
|