@semcore/d3-chart 2.12.2 → 2.13.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/CHANGELOG.md +6 -0
- package/lib/cjs/Area.js +10 -10
- package/lib/cjs/Axis.js +14 -14
- package/lib/cjs/Bar.js +9 -9
- package/lib/cjs/Bubble.js +11 -11
- package/lib/cjs/Donut.js +8 -8
- package/lib/cjs/Dots.js +10 -10
- package/lib/cjs/HorizontalBar.js +9 -9
- package/lib/cjs/Hover.js +4 -4
- package/lib/cjs/Line.js +9 -9
- package/lib/cjs/Plot.js +4 -4
- package/lib/cjs/Radar.js +18 -18
- package/lib/cjs/RadialTree.js +13 -13
- package/lib/cjs/ReferenceLine.js +10 -10
- package/lib/cjs/ScatterPlot.js +8 -8
- package/lib/cjs/Tooltip.js +9 -9
- package/lib/cjs/Venn.js +8 -8
- package/lib/cjs/a11y/PlotA11yModule.js +3 -3
- package/lib/cjs/a11y/PlotA11yView.js +10 -8
- package/lib/cjs/a11y/PlotA11yView.js.map +1 -1
- package/lib/cjs/a11y/hints.js +5 -2
- package/lib/cjs/a11y/hints.js.map +1 -1
- package/lib/cjs/a11y/serialize.js +8 -10
- package/lib/cjs/a11y/serialize.js.map +1 -1
- package/lib/cjs/types/Plot.d.js.map +1 -1
- package/lib/es6/Area.js +10 -10
- package/lib/es6/Axis.js +14 -14
- package/lib/es6/Bar.js +9 -9
- package/lib/es6/Bubble.js +11 -11
- package/lib/es6/Donut.js +8 -8
- package/lib/es6/Dots.js +10 -10
- package/lib/es6/HorizontalBar.js +9 -9
- package/lib/es6/Hover.js +4 -4
- package/lib/es6/Line.js +9 -9
- package/lib/es6/Plot.js +4 -4
- package/lib/es6/Radar.js +18 -18
- package/lib/es6/RadialTree.js +13 -13
- package/lib/es6/ReferenceLine.js +10 -10
- package/lib/es6/ScatterPlot.js +8 -8
- package/lib/es6/Tooltip.js +9 -9
- package/lib/es6/Venn.js +8 -8
- package/lib/es6/a11y/PlotA11yModule.js +3 -3
- package/lib/es6/a11y/PlotA11yView.js +10 -8
- package/lib/es6/a11y/PlotA11yView.js.map +1 -1
- package/lib/es6/a11y/hints.js +4 -2
- package/lib/es6/a11y/hints.js.map +1 -1
- package/lib/es6/a11y/serialize.js +8 -10
- package/lib/es6/a11y/serialize.js.map +1 -1
- package/lib/es6/types/Plot.d.js.map +1 -1
- package/lib/types/Plot.d.ts +3 -0
- package/lib/types/a11y/hints.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [2.13.0] - 2023-03-23
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- Added `additionalFields` in `a11yAltTextConfig` for extra text description to the data when using a screen reader
|
|
10
|
+
|
|
5
11
|
## [2.12.2] - 2023-03-22
|
|
6
12
|
|
|
7
13
|
### Changed
|
package/lib/cjs/Area.js
CHANGED
|
@@ -42,19 +42,19 @@ var style = (
|
|
|
42
42
|
/*__reshadow_css_start__*/
|
|
43
43
|
_core.sstyled.insert(
|
|
44
44
|
/*__inner_css_start__*/
|
|
45
|
-
".
|
|
45
|
+
".___SArea_zxo0i_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_zxo0i_gg_.__color_zxo0i_gg_{fill:var(--color_zxo0i)}.___SArea_zxo0i_gg_.__transparent_zxo0i_gg_{opacity:.3}.___SAreaLine_zxo0i_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_zxo0i_gg_.__color_zxo0i_gg_{stroke:var(--color_zxo0i)}.___SAreaLine_zxo0i_gg_.__transparent_zxo0i_gg_{opacity:.3}.___SAreaLine_zxo0i_gg_,.___SArea_zxo0i_gg_{transition-property:d;transition-duration:var(--duration_zxo0i);transition-timing-function:ease-in-out}.___SNull_zxo0i_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_zxo0i_gg_.__hide_zxo0i_gg_{display:none}"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "zxo0i_gg_")
|
|
48
48
|
/*__reshadow_css_end__*/
|
|
49
49
|
, {
|
|
50
|
-
"__SArea": "
|
|
51
|
-
"_color": "
|
|
52
|
-
"--color": "--
|
|
53
|
-
"_transparent": "
|
|
54
|
-
"__SAreaLine": "
|
|
55
|
-
"--duration": "--
|
|
56
|
-
"__SNull": "
|
|
57
|
-
"_hide": "
|
|
50
|
+
"__SArea": "___SArea_zxo0i_gg_",
|
|
51
|
+
"_color": "__color_zxo0i_gg_",
|
|
52
|
+
"--color": "--color_zxo0i",
|
|
53
|
+
"_transparent": "__transparent_zxo0i_gg_",
|
|
54
|
+
"__SAreaLine": "___SAreaLine_zxo0i_gg_",
|
|
55
|
+
"--duration": "--duration_zxo0i",
|
|
56
|
+
"__SNull": "___SNull_zxo0i_gg_",
|
|
57
|
+
"_hide": "__hide_zxo0i_gg_"
|
|
58
58
|
});
|
|
59
59
|
|
|
60
60
|
var AreaRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Axis.js
CHANGED
|
@@ -36,23 +36,23 @@ var style = (
|
|
|
36
36
|
/*__reshadow_css_start__*/
|
|
37
37
|
_core.sstyled.insert(
|
|
38
38
|
/*__inner_css_start__*/
|
|
39
|
-
".
|
|
39
|
+
".___SAxis_ylaph_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_ylaph_gg_.__hide_ylaph_gg_,.___STick_ylaph_gg_.__hide_ylaph_gg_{display:none}.___STick_ylaph_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_ylaph_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_ylaph_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_ylaph)}.___STitle_ylaph_gg_._position_top_ylaph_gg_{text-anchor:middle}.___STitle_ylaph_gg_._position_bottom_ylaph_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_ylaph_gg_._position_left_ylaph_gg_,.___STitle_ylaph_gg_._position_right_ylaph_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___STick_ylaph_gg_._position_top_ylaph_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_ylaph_gg_._position_bottom_ylaph_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_ylaph_gg_._position_right_ylaph_gg_{transform:translateX(16px);text-anchor:start;alignment-baseline:middle}.___STick_ylaph_gg_._position_left_ylaph_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}.___STick_ylaph_gg_._position_custom_0_ylaph_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_ylaph_gg_._position_custom_1_ylaph_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}"
|
|
40
40
|
/*__inner_css_end__*/
|
|
41
|
-
, "
|
|
41
|
+
, "ylaph_gg_")
|
|
42
42
|
/*__reshadow_css_end__*/
|
|
43
43
|
, {
|
|
44
|
-
"__SAxis": "
|
|
45
|
-
"_hide": "
|
|
46
|
-
"__STick": "
|
|
47
|
-
"__SGrid": "
|
|
48
|
-
"__STitle": "
|
|
49
|
-
"--transform-origin": "--transform-
|
|
50
|
-
"_position_top": "
|
|
51
|
-
"_position_bottom": "
|
|
52
|
-
"_position_right": "
|
|
53
|
-
"_position_left": "
|
|
54
|
-
"_position_custom_0": "
|
|
55
|
-
"_position_custom_1": "
|
|
44
|
+
"__SAxis": "___SAxis_ylaph_gg_",
|
|
45
|
+
"_hide": "__hide_ylaph_gg_",
|
|
46
|
+
"__STick": "___STick_ylaph_gg_",
|
|
47
|
+
"__SGrid": "___SGrid_ylaph_gg_",
|
|
48
|
+
"__STitle": "___STitle_ylaph_gg_",
|
|
49
|
+
"--transform-origin": "--transform-origin_ylaph",
|
|
50
|
+
"_position_top": "_position_top_ylaph_gg_",
|
|
51
|
+
"_position_bottom": "_position_bottom_ylaph_gg_",
|
|
52
|
+
"_position_right": "_position_right_ylaph_gg_",
|
|
53
|
+
"_position_left": "_position_left_ylaph_gg_",
|
|
54
|
+
"_position_custom_0": "_position_custom_0_ylaph_gg_",
|
|
55
|
+
"_position_custom_1": "_position_custom_1_ylaph_gg_"
|
|
56
56
|
});
|
|
57
57
|
var CUSTOM_0 = Symbol('custom_0');
|
|
58
58
|
var CUSTOM_1 = Symbol('custom_1');
|
package/lib/cjs/Bar.js
CHANGED
|
@@ -38,18 +38,18 @@ var style = (
|
|
|
38
38
|
/*__reshadow_css_start__*/
|
|
39
39
|
_core.sstyled.insert(
|
|
40
40
|
/*__inner_css_start__*/
|
|
41
|
-
".
|
|
41
|
+
".___SBar_9u7w9_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_9u7w9);transition-timing-function:ease-in-out}.___SBar_9u7w9_gg_.__color_9u7w9_gg_{fill:var(--color_9u7w9)}.___SBar_9u7w9_gg_.__hide_9u7w9_gg_{display:none}.___SBar_9u7w9_gg_.__transparent_9u7w9_gg_{opacity:.3}.___SBackground_9u7w9_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}"
|
|
42
42
|
/*__inner_css_end__*/
|
|
43
|
-
, "
|
|
43
|
+
, "9u7w9_gg_")
|
|
44
44
|
/*__reshadow_css_end__*/
|
|
45
45
|
, {
|
|
46
|
-
"__SBar": "
|
|
47
|
-
"--duration": "--
|
|
48
|
-
"_color": "
|
|
49
|
-
"--color": "--
|
|
50
|
-
"_hide": "
|
|
51
|
-
"_transparent": "
|
|
52
|
-
"__SBackground": "
|
|
46
|
+
"__SBar": "___SBar_9u7w9_gg_",
|
|
47
|
+
"--duration": "--duration_9u7w9",
|
|
48
|
+
"_color": "__color_9u7w9_gg_",
|
|
49
|
+
"--color": "--color_9u7w9",
|
|
50
|
+
"_hide": "__hide_9u7w9_gg_",
|
|
51
|
+
"_transparent": "__transparent_9u7w9_gg_",
|
|
52
|
+
"__SBackground": "___SBackground_9u7w9_gg_"
|
|
53
53
|
});
|
|
54
54
|
|
|
55
55
|
var calcPartBarY = function calcPartBarY(y, minHeight, height) {
|
package/lib/cjs/Bubble.js
CHANGED
|
@@ -48,20 +48,20 @@ var style = (
|
|
|
48
48
|
/*__reshadow_css_start__*/
|
|
49
49
|
_core.sstyled.insert(
|
|
50
50
|
/*__inner_css_start__*/
|
|
51
|
-
".
|
|
51
|
+
".___SBubble_1gfit_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_1gfit);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1gfit_gg_:hover{opacity:.8}}.___SBubble_1gfit_gg_.__color_1gfit_gg_{fill:var(--color_1gfit)}.___SBubble_1gfit_gg_.__transparent_1gfit_gg_{opacity:.3}.___SCenter_1gfit_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_1gfit_gg_.__color_1gfit_gg_{stroke:var(--color_1gfit)}.___SCenter_1gfit_gg_.__transparent_1gfit_gg_{opacity:.3}.___SLabel_1gfit_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_1gfit_gg_._position_right_1gfit_gg_{text-anchor:end}.___SLabel_1gfit_gg_._position_left_1gfit_gg_{text-anchor:start}.___SLabel_1gfit_gg_.__color_1gfit_gg_{fill:var(--color_1gfit)}.___SLabel_1gfit_gg_.__transparent_1gfit_gg_{opacity:.3}"
|
|
52
52
|
/*__inner_css_end__*/
|
|
53
|
-
, "
|
|
53
|
+
, "1gfit_gg_")
|
|
54
54
|
/*__reshadow_css_end__*/
|
|
55
55
|
, {
|
|
56
|
-
"__SBubble": "
|
|
57
|
-
"--duration": "--
|
|
58
|
-
"_color": "
|
|
59
|
-
"--color": "--
|
|
60
|
-
"_transparent": "
|
|
61
|
-
"__SCenter": "
|
|
62
|
-
"__SLabel": "
|
|
63
|
-
"_position_right": "
|
|
64
|
-
"_position_left": "
|
|
56
|
+
"__SBubble": "___SBubble_1gfit_gg_",
|
|
57
|
+
"--duration": "--duration_1gfit",
|
|
58
|
+
"_color": "__color_1gfit_gg_",
|
|
59
|
+
"--color": "--color_1gfit",
|
|
60
|
+
"_transparent": "__transparent_1gfit_gg_",
|
|
61
|
+
"__SCenter": "___SCenter_1gfit_gg_",
|
|
62
|
+
"__SLabel": "___SLabel_1gfit_gg_",
|
|
63
|
+
"_position_right": "_position_right_1gfit_gg_",
|
|
64
|
+
"_position_left": "_position_left_1gfit_gg_"
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
var BubbleRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Donut.js
CHANGED
|
@@ -52,17 +52,17 @@ var style = (
|
|
|
52
52
|
/*__reshadow_css_start__*/
|
|
53
53
|
_core.sstyled.insert(
|
|
54
54
|
/*__inner_css_start__*/
|
|
55
|
-
".
|
|
55
|
+
".___SPie_wk19k_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_wk19k_gg_.__color_wk19k_gg_{fill:var(--color_wk19k)}.___SPie_wk19k_gg_.__transparent_wk19k_gg_{opacity:.3}.___SEmptyData_wk19k_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_wk19k_gg_.__color_wk19k_gg_{fill:var(--color_wk19k)}.___SLabel_wk19k_gg_{text-anchor:middle;vertical-anchor:middle}"
|
|
56
56
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
57
|
+
, "wk19k_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SPie": "
|
|
61
|
-
"_color": "
|
|
62
|
-
"--color": "--
|
|
63
|
-
"_transparent": "
|
|
64
|
-
"__SEmptyData": "
|
|
65
|
-
"__SLabel": "
|
|
60
|
+
"__SPie": "___SPie_wk19k_gg_",
|
|
61
|
+
"_color": "__color_wk19k_gg_",
|
|
62
|
+
"--color": "--color_wk19k",
|
|
63
|
+
"_transparent": "__transparent_wk19k_gg_",
|
|
64
|
+
"__SEmptyData": "___SEmptyData_wk19k_gg_",
|
|
65
|
+
"__SLabel": "___SLabel_wk19k_gg_"
|
|
66
66
|
});
|
|
67
67
|
var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
|
|
68
68
|
|
package/lib/cjs/Dots.js
CHANGED
|
@@ -28,19 +28,19 @@ var style = (
|
|
|
28
28
|
/*__reshadow_css_start__*/
|
|
29
29
|
_core.sstyled.insert(
|
|
30
30
|
/*__inner_css_start__*/
|
|
31
|
-
".
|
|
31
|
+
".___SDots_1504a_gg_ .___SDot_1504a_gg_{transition-duration:var(--duration_1504a)}.___SDot_1504a_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-timing-function:ease-in-out}.___SDot_1504a_gg_.__hide_1504a_gg_{display:none}.___SDot_1504a_gg_.__active_1504a_gg_{r:8px}.___SDot_1504a_gg_.__color_1504a_gg_{fill:var(--color_1504a)}.___SDot_1504a_gg_.__transparent_1504a_gg_{opacity:.3}"
|
|
32
32
|
/*__inner_css_end__*/
|
|
33
|
-
, "
|
|
33
|
+
, "1504a_gg_")
|
|
34
34
|
/*__reshadow_css_end__*/
|
|
35
35
|
, {
|
|
36
|
-
"__SDots": "
|
|
37
|
-
"__SDot": "
|
|
38
|
-
"--duration": "--
|
|
39
|
-
"_hide": "
|
|
40
|
-
"_active": "
|
|
41
|
-
"_color": "
|
|
42
|
-
"--color": "--
|
|
43
|
-
"_transparent": "
|
|
36
|
+
"__SDots": "___SDots_1504a_gg_",
|
|
37
|
+
"__SDot": "___SDot_1504a_gg_",
|
|
38
|
+
"--duration": "--duration_1504a",
|
|
39
|
+
"_hide": "__hide_1504a_gg_",
|
|
40
|
+
"_active": "__active_1504a_gg_",
|
|
41
|
+
"_color": "__color_1504a_gg_",
|
|
42
|
+
"--color": "--color_1504a",
|
|
43
|
+
"_transparent": "__transparent_1504a_gg_"
|
|
44
44
|
});
|
|
45
45
|
var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
|
|
46
46
|
|
package/lib/cjs/HorizontalBar.js
CHANGED
|
@@ -36,18 +36,18 @@ var style = (
|
|
|
36
36
|
/*__reshadow_css_start__*/
|
|
37
37
|
_core.sstyled.insert(
|
|
38
38
|
/*__inner_css_start__*/
|
|
39
|
-
".
|
|
39
|
+
".___SBar_9u7w9_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_9u7w9);transition-timing-function:ease-in-out}.___SBar_9u7w9_gg_.__color_9u7w9_gg_{fill:var(--color_9u7w9)}.___SBar_9u7w9_gg_.__hide_9u7w9_gg_{display:none}.___SBar_9u7w9_gg_.__transparent_9u7w9_gg_{opacity:.3}.___SBackground_9u7w9_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}"
|
|
40
40
|
/*__inner_css_end__*/
|
|
41
|
-
, "
|
|
41
|
+
, "9u7w9_gg_")
|
|
42
42
|
/*__reshadow_css_end__*/
|
|
43
43
|
, {
|
|
44
|
-
"__SBar": "
|
|
45
|
-
"--duration": "--
|
|
46
|
-
"_color": "
|
|
47
|
-
"--color": "--
|
|
48
|
-
"_hide": "
|
|
49
|
-
"_transparent": "
|
|
50
|
-
"__SBackground": "
|
|
44
|
+
"__SBar": "___SBar_9u7w9_gg_",
|
|
45
|
+
"--duration": "--duration_9u7w9",
|
|
46
|
+
"_color": "__color_9u7w9_gg_",
|
|
47
|
+
"--color": "--color_9u7w9",
|
|
48
|
+
"_hide": "__hide_9u7w9_gg_",
|
|
49
|
+
"_transparent": "__transparent_9u7w9_gg_",
|
|
50
|
+
"__SBackground": "___SBackground_9u7w9_gg_"
|
|
51
51
|
});
|
|
52
52
|
|
|
53
53
|
var HorizontalBarRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Hover.js
CHANGED
|
@@ -38,13 +38,13 @@ var style = (
|
|
|
38
38
|
/*__reshadow_css_start__*/
|
|
39
39
|
_core.sstyled.insert(
|
|
40
40
|
/*__inner_css_start__*/
|
|
41
|
-
".
|
|
41
|
+
".___SHoverLine_1l46l_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_1l46l_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}"
|
|
42
42
|
/*__inner_css_end__*/
|
|
43
|
-
, "
|
|
43
|
+
, "1l46l_gg_")
|
|
44
44
|
/*__reshadow_css_end__*/
|
|
45
45
|
, {
|
|
46
|
-
"__SHoverLine": "
|
|
47
|
-
"__SHoverRect": "
|
|
46
|
+
"__SHoverLine": "___SHoverLine_1l46l_gg_",
|
|
47
|
+
"__SHoverRect": "___SHoverRect_1l46l_gg_"
|
|
48
48
|
});
|
|
49
49
|
|
|
50
50
|
var Hover = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Line.js
CHANGED
|
@@ -40,18 +40,18 @@ var style = (
|
|
|
40
40
|
/*__reshadow_css_start__*/
|
|
41
41
|
_core.sstyled.insert(
|
|
42
42
|
/*__inner_css_start__*/
|
|
43
|
-
".
|
|
43
|
+
".___SLine_1v9l9_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_1v9l9);transition-timing-function:ease-in-out}.___SLine_1v9l9_gg_.__color_1v9l9_gg_{stroke:var(--color_1v9l9)}.___SLine_1v9l9_gg_.__hide_1v9l9_gg_{display:none}.___SLine_1v9l9_gg_.__transparent_1v9l9_gg_{opacity:.3}.___SNull_1v9l9_gg_{fill:transparent;stroke:var(-intergalactic-border-primary);stroke-dasharray:4}.___SNull_1v9l9_gg_.__hide_1v9l9_gg_{display:none}"
|
|
44
44
|
/*__inner_css_end__*/
|
|
45
|
-
, "
|
|
45
|
+
, "1v9l9_gg_")
|
|
46
46
|
/*__reshadow_css_end__*/
|
|
47
47
|
, {
|
|
48
|
-
"__SLine": "
|
|
49
|
-
"--duration": "--
|
|
50
|
-
"_color": "
|
|
51
|
-
"--color": "--
|
|
52
|
-
"_hide": "
|
|
53
|
-
"_transparent": "
|
|
54
|
-
"__SNull": "
|
|
48
|
+
"__SLine": "___SLine_1v9l9_gg_",
|
|
49
|
+
"--duration": "--duration_1v9l9",
|
|
50
|
+
"_color": "__color_1v9l9_gg_",
|
|
51
|
+
"--color": "--color_1v9l9",
|
|
52
|
+
"_hide": "__hide_1v9l9_gg_",
|
|
53
|
+
"_transparent": "__transparent_1v9l9_gg_",
|
|
54
|
+
"__SNull": "___SNull_1v9l9_gg_"
|
|
55
55
|
});
|
|
56
56
|
|
|
57
57
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Plot.js
CHANGED
|
@@ -46,13 +46,13 @@ var style = (
|
|
|
46
46
|
/*__reshadow_css_start__*/
|
|
47
47
|
_core.sstyled.insert(
|
|
48
48
|
/*__inner_css_start__*/
|
|
49
|
-
".
|
|
49
|
+
".___SPlot_me6ia_gg_{overflow:hidden}.___SPlot_me6ia_gg_:active,.___SPlot_me6ia_gg_:focus{outline:0;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_me6ia_gg_.__keyboardFocused_me6ia_gg_{border:1px solid var(--intergalactic-chart-palette-order-9, #008ff8);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}"
|
|
50
50
|
/*__inner_css_end__*/
|
|
51
|
-
, "
|
|
51
|
+
, "me6ia_gg_")
|
|
52
52
|
/*__reshadow_css_end__*/
|
|
53
53
|
, {
|
|
54
|
-
"__SPlot": "
|
|
55
|
-
"_keyboardFocused": "
|
|
54
|
+
"__SPlot": "___SPlot_me6ia_gg_",
|
|
55
|
+
"_keyboardFocused": "__keyboardFocused_me6ia_gg_"
|
|
56
56
|
});
|
|
57
57
|
|
|
58
58
|
var PlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Radar.js
CHANGED
|
@@ -51,27 +51,27 @@ var style = (
|
|
|
51
51
|
/*__reshadow_css_start__*/
|
|
52
52
|
_core.sstyled.insert(
|
|
53
53
|
/*__inner_css_start__*/
|
|
54
|
-
".
|
|
54
|
+
".___SAxisLine_qcemr_gg_,.___SAxisTick_qcemr_gg_,.___SAxis_qcemr_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_qcemr_gg_,.___SAxisTick_qcemr_gg_{stroke-dasharray:2}.___SAxisLine_qcemr_gg_.__active_qcemr_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_qcemr_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_qcemr_gg_.__xDirection_qcemr_gg_{text-anchor:var(--xDirection_qcemr)}.___SAxisLabel_qcemr_gg_.__yDirection_qcemr_gg_{dominant-baseline:var(--yDirection_qcemr)}.___SPolygonDot_qcemr_gg_,.___SPolygon_qcemr_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_qcemr_gg_{opacity:.2}.___SPolygon_qcemr_gg_.__color_qcemr_gg_{fill:var(--color_qcemr)}.___SPolygonDot_qcemr_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_qcemr_gg_.__transparent_qcemr_gg_{opacity:.3}.___SPolygonDot_qcemr_gg_.__color_qcemr_gg_{fill:var(--color_qcemr)}.___SPolygonLine_qcemr_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_qcemr_gg_.__transparent_qcemr_gg_{opacity:.3}.___SPolygonLine_qcemr_gg_.__color_qcemr_gg_{stroke:var(--color_qcemr)}.___SPieRect_qcemr_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}"
|
|
55
55
|
/*__inner_css_end__*/
|
|
56
|
-
, "
|
|
56
|
+
, "qcemr_gg_")
|
|
57
57
|
/*__reshadow_css_end__*/
|
|
58
58
|
, {
|
|
59
|
-
"__SAxis": "
|
|
60
|
-
"__SAxisLine": "
|
|
61
|
-
"__SAxisTick": "
|
|
62
|
-
"_active": "
|
|
63
|
-
"__SAxisLabel": "
|
|
64
|
-
"_xDirection": "
|
|
65
|
-
"--xDirection": "--
|
|
66
|
-
"_yDirection": "
|
|
67
|
-
"--yDirection": "--
|
|
68
|
-
"__SPolygon": "
|
|
69
|
-
"_color": "
|
|
70
|
-
"--color": "--
|
|
71
|
-
"__SPolygonDot": "
|
|
72
|
-
"_transparent": "
|
|
73
|
-
"__SPolygonLine": "
|
|
74
|
-
"__SPieRect": "
|
|
59
|
+
"__SAxis": "___SAxis_qcemr_gg_",
|
|
60
|
+
"__SAxisLine": "___SAxisLine_qcemr_gg_",
|
|
61
|
+
"__SAxisTick": "___SAxisTick_qcemr_gg_",
|
|
62
|
+
"_active": "__active_qcemr_gg_",
|
|
63
|
+
"__SAxisLabel": "___SAxisLabel_qcemr_gg_",
|
|
64
|
+
"_xDirection": "__xDirection_qcemr_gg_",
|
|
65
|
+
"--xDirection": "--xDirection_qcemr",
|
|
66
|
+
"_yDirection": "__yDirection_qcemr_gg_",
|
|
67
|
+
"--yDirection": "--yDirection_qcemr",
|
|
68
|
+
"__SPolygon": "___SPolygon_qcemr_gg_",
|
|
69
|
+
"_color": "__color_qcemr_gg_",
|
|
70
|
+
"--color": "--color_qcemr",
|
|
71
|
+
"__SPolygonDot": "___SPolygonDot_qcemr_gg_",
|
|
72
|
+
"_transparent": "__transparent_qcemr_gg_",
|
|
73
|
+
"__SPolygonLine": "___SPolygonLine_qcemr_gg_",
|
|
74
|
+
"__SPieRect": "___SPieRect_qcemr_gg_"
|
|
75
75
|
});
|
|
76
76
|
|
|
77
77
|
var clampAngle = function clampAngle(angle) {
|
package/lib/cjs/RadialTree.js
CHANGED
|
@@ -54,22 +54,22 @@ var style = (
|
|
|
54
54
|
/*__reshadow_css_start__*/
|
|
55
55
|
_core.sstyled.insert(
|
|
56
56
|
/*__inner_css_start__*/
|
|
57
|
-
".
|
|
57
|
+
".___SRadian_10pb5_gg_{cursor:pointer;fill:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_10pb5_gg_{stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_10pb5_gg_.__color_10pb5_gg_{stroke:var(--color_10pb5)}.___SCap_10pb5_gg_.__transparent_10pb5_gg_,.___SIcon_10pb5_gg_.__transparent_10pb5_gg_,.___SLabel_10pb5_gg_.__transparent_10pb5_gg_,.___SLine_10pb5_gg_.__transparent_10pb5_gg_{opacity:.3}.___SCap_10pb5_gg_{transition:r .1s}.___SLabel_10pb5_gg_{fill:var(--color_10pb5);cursor:var(--text-cursor_10pb5)}@media (hover:hover){.___SRadian_10pb5_gg_:hover .___SLabel_10pb5_gg_{fill:var(--color-hovered_10pb5)}}@media (prefers-reduced-motion){.___SLineCap_10pb5_gg_{transition:none}}"
|
|
58
58
|
/*__inner_css_end__*/
|
|
59
|
-
, "
|
|
59
|
+
, "10pb5_gg_")
|
|
60
60
|
/*__reshadow_css_end__*/
|
|
61
61
|
, {
|
|
62
|
-
"__SRadian": "
|
|
63
|
-
"__SLine": "
|
|
64
|
-
"_color": "
|
|
65
|
-
"--color": "--
|
|
66
|
-
"_transparent": "
|
|
67
|
-
"__SCap": "
|
|
68
|
-
"__SIcon": "
|
|
69
|
-
"__SLabel": "
|
|
70
|
-
"--text-cursor": "--text-
|
|
71
|
-
"--color-hovered": "--color-
|
|
72
|
-
"__SLineCap": "
|
|
62
|
+
"__SRadian": "___SRadian_10pb5_gg_",
|
|
63
|
+
"__SLine": "___SLine_10pb5_gg_",
|
|
64
|
+
"_color": "__color_10pb5_gg_",
|
|
65
|
+
"--color": "--color_10pb5",
|
|
66
|
+
"_transparent": "__transparent_10pb5_gg_",
|
|
67
|
+
"__SCap": "___SCap_10pb5_gg_",
|
|
68
|
+
"__SIcon": "___SIcon_10pb5_gg_",
|
|
69
|
+
"__SLabel": "___SLabel_10pb5_gg_",
|
|
70
|
+
"--text-cursor": "--text-cursor_10pb5",
|
|
71
|
+
"--color-hovered": "--color-hovered_10pb5",
|
|
72
|
+
"__SLineCap": "___SLineCap_10pb5_gg_"
|
|
73
73
|
});
|
|
74
74
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
|
75
75
|
|
package/lib/cjs/ReferenceLine.js
CHANGED
|
@@ -34,19 +34,19 @@ var style = (
|
|
|
34
34
|
/*__reshadow_css_start__*/
|
|
35
35
|
_core.sstyled.insert(
|
|
36
36
|
/*__inner_css_start__*/
|
|
37
|
-
".
|
|
37
|
+
".___SReferenceLine_12o7e_gg_{fill:none;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___STitle_12o7e_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_12o7e)}.___STitle_12o7e_gg_._position_top_12o7e_gg_{text-anchor:middle}.___STitle_12o7e_gg_._position_bottom_12o7e_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_12o7e_gg_._position_left_12o7e_gg_,.___STitle_12o7e_gg_._position_right_12o7e_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___SBackground_12o7e_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}"
|
|
38
38
|
/*__inner_css_end__*/
|
|
39
|
-
, "
|
|
39
|
+
, "12o7e_gg_")
|
|
40
40
|
/*__reshadow_css_end__*/
|
|
41
41
|
, {
|
|
42
|
-
"__SReferenceLine": "
|
|
43
|
-
"__STitle": "
|
|
44
|
-
"--transform-origin": "--transform-
|
|
45
|
-
"_position_top": "
|
|
46
|
-
"_position_bottom": "
|
|
47
|
-
"_position_right": "
|
|
48
|
-
"_position_left": "
|
|
49
|
-
"__SBackground": "
|
|
42
|
+
"__SReferenceLine": "___SReferenceLine_12o7e_gg_",
|
|
43
|
+
"__STitle": "___STitle_12o7e_gg_",
|
|
44
|
+
"--transform-origin": "--transform-origin_12o7e",
|
|
45
|
+
"_position_top": "_position_top_12o7e_gg_",
|
|
46
|
+
"_position_bottom": "_position_bottom_12o7e_gg_",
|
|
47
|
+
"_position_right": "_position_right_12o7e_gg_",
|
|
48
|
+
"_position_left": "_position_left_12o7e_gg_",
|
|
49
|
+
"__SBackground": "___SBackground_12o7e_gg_"
|
|
50
50
|
});
|
|
51
51
|
var side2direction = {
|
|
52
52
|
left: 'vertical',
|
package/lib/cjs/ScatterPlot.js
CHANGED
|
@@ -44,17 +44,17 @@ var style = (
|
|
|
44
44
|
/*__reshadow_css_start__*/
|
|
45
45
|
_core.sstyled.insert(
|
|
46
46
|
/*__inner_css_start__*/
|
|
47
|
-
".
|
|
47
|
+
".___SScatterPlot_1dxhv_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_1dxhv);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_1dxhv_gg_:hover{opacity:.8}}.___SScatterPlot_1dxhv_gg_.__color_1dxhv_gg_{fill:var(--color_1dxhv)}.___SScatterPlot_1dxhv_gg_.__transparent_1dxhv_gg_{opacity:.3}.___SValue_1dxhv_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_1dxhv_gg_.__color_1dxhv_gg_{stroke:var(--color_1dxhv)}.___SValue_1dxhv_gg_.__transparent_1dxhv_gg_{opacity:.3}"
|
|
48
48
|
/*__inner_css_end__*/
|
|
49
|
-
, "
|
|
49
|
+
, "1dxhv_gg_")
|
|
50
50
|
/*__reshadow_css_end__*/
|
|
51
51
|
, {
|
|
52
|
-
"__SScatterPlot": "
|
|
53
|
-
"--duration": "--
|
|
54
|
-
"_color": "
|
|
55
|
-
"--color": "--
|
|
56
|
-
"_transparent": "
|
|
57
|
-
"__SValue": "
|
|
52
|
+
"__SScatterPlot": "___SScatterPlot_1dxhv_gg_",
|
|
53
|
+
"--duration": "--duration_1dxhv",
|
|
54
|
+
"_color": "__color_1dxhv_gg_",
|
|
55
|
+
"--color": "--color_1dxhv",
|
|
56
|
+
"_transparent": "__transparent_1dxhv_gg_",
|
|
57
|
+
"__SValue": "___SValue_1dxhv_gg_"
|
|
58
58
|
});
|
|
59
59
|
|
|
60
60
|
var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Tooltip.js
CHANGED
|
@@ -48,18 +48,18 @@ var style = (
|
|
|
48
48
|
/*__reshadow_css_start__*/
|
|
49
49
|
_core.sstyled.insert(
|
|
50
50
|
/*__inner_css_start__*/
|
|
51
|
-
".
|
|
51
|
+
".___STooltip_h082y_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);position:relative;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-radius:var(--intergalactic-popper-rounded, 6px);border:1px solid var(--intergalactic-border-secondary, #e0e1e9);box-sizing:border-box;box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15));padding:var(--intergalactic-spacing-3x, 12px)}.___STitle_h082y_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SDotGroup_h082y_gg_{display:flex;align-items:center}.___SDot_h082y_gg_{width:8px;height:8px;border-radius:50%;margin-right:var(--intergalactic-spacing-2x, 8px);background:var(--intergalactic-icon-secondary-info, #2bb3ff)}.___SDot_h082y_gg_.__color_h082y_gg_{background:var(--color_h082y)}.___SFooter_h082y_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9);padding:var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-3x, 12px);border-radius:0 0 var(--intergalactic-rounded-medium, 6px) var(--intergalactic-rounded-medium, 6px);margin:var(--intergalactic-spacing-3x, 12px) calc(-1*var(--intergalactic-spacing-3x, 12px)) calc(-1*var(--intergalactic-spacing-3x, 12px))}"
|
|
52
52
|
/*__inner_css_end__*/
|
|
53
|
-
, "
|
|
53
|
+
, "h082y_gg_")
|
|
54
54
|
/*__reshadow_css_end__*/
|
|
55
55
|
, {
|
|
56
|
-
"__STooltip": "
|
|
57
|
-
"__STitle": "
|
|
58
|
-
"__SDotGroup": "
|
|
59
|
-
"__SDot": "
|
|
60
|
-
"_color": "
|
|
61
|
-
"--color": "--
|
|
62
|
-
"__SFooter": "
|
|
56
|
+
"__STooltip": "___STooltip_h082y_gg_",
|
|
57
|
+
"__STitle": "___STitle_h082y_gg_",
|
|
58
|
+
"__SDotGroup": "___SDotGroup_h082y_gg_",
|
|
59
|
+
"__SDot": "___SDot_h082y_gg_",
|
|
60
|
+
"_color": "__color_h082y_gg_",
|
|
61
|
+
"--color": "--color_h082y",
|
|
62
|
+
"__SFooter": "___SFooter_h082y_gg_"
|
|
63
63
|
});
|
|
64
64
|
|
|
65
65
|
var TooltipRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Venn.js
CHANGED
|
@@ -42,17 +42,17 @@ var style = (
|
|
|
42
42
|
/*__reshadow_css_start__*/
|
|
43
43
|
_core.sstyled.insert(
|
|
44
44
|
/*__inner_css_start__*/
|
|
45
|
-
".
|
|
45
|
+
".___SCircle_uc9t5_gg_,.___SIntersection_uc9t5_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px}.___SCircle_uc9t5_gg_{fill:var(--intergalactic-chart-palette-order-2, #59ddaa);fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_uc9t5);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_uc9t5_gg_:hover{fill-opacity:.7}}.___SCircle_uc9t5_gg_.__color_uc9t5_gg_{fill:var(--color_uc9t5)}.___SCircle_uc9t5_gg_.__transparent_uc9t5_gg_{opacity:.3}.___SIntersection_uc9t5_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_uc9t5_gg_:hover{fill-opacity:.1}}.___SIntersection_uc9t5_gg_.__transparent_uc9t5_gg_{opacity:.3}"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "uc9t5_gg_")
|
|
48
48
|
/*__reshadow_css_end__*/
|
|
49
49
|
, {
|
|
50
|
-
"__SCircle": "
|
|
51
|
-
"--duration": "--
|
|
52
|
-
"_color": "
|
|
53
|
-
"--color": "--
|
|
54
|
-
"_transparent": "
|
|
55
|
-
"__SIntersection": "
|
|
50
|
+
"__SCircle": "___SCircle_uc9t5_gg_",
|
|
51
|
+
"--duration": "--duration_uc9t5",
|
|
52
|
+
"_color": "__color_uc9t5_gg_",
|
|
53
|
+
"--color": "--color_uc9t5",
|
|
54
|
+
"_transparent": "__transparent_uc9t5_gg_",
|
|
55
|
+
"__SIntersection": "___SIntersection_uc9t5_gg_"
|
|
56
56
|
});
|
|
57
57
|
|
|
58
58
|
var VennRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -32,12 +32,12 @@ var styles = (
|
|
|
32
32
|
/*__reshadow_css_start__*/
|
|
33
33
|
_core.sstyled.insert(
|
|
34
34
|
/*__inner_css_start__*/
|
|
35
|
-
".
|
|
35
|
+
".___SPlotA11yModule_4pq0r_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_4pq0r_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1}"
|
|
36
36
|
/*__inner_css_end__*/
|
|
37
|
-
, "
|
|
37
|
+
, "4pq0r_gg_")
|
|
38
38
|
/*__reshadow_css_end__*/
|
|
39
39
|
, {
|
|
40
|
-
"__SPlotA11yModule": "
|
|
40
|
+
"__SPlotA11yModule": "___SPlotA11yModule_4pq0r_gg_"
|
|
41
41
|
});
|
|
42
42
|
var globalWasFocused = false;
|
|
43
43
|
var globalNavWithKeyboard = false;
|
|
@@ -40,13 +40,13 @@ var styles = (
|
|
|
40
40
|
/*__reshadow_css_start__*/
|
|
41
41
|
_core.sstyled.insert(
|
|
42
42
|
/*__inner_css_start__*/
|
|
43
|
-
".
|
|
43
|
+
".___SPlotA11yView_1twkf_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);color:var(--intergalactic-text-primary, #191b23);border:3px solid var(--intergalactic-border-primary, #c4c7cf);font-size:var(--intergalactic-fs-50, 10px);padding:2px;width:200px;height:200px;max-width:80%;max-height:80%;overflow:auto}.___SPlotA11yView_1twkf_gg_.__focus-within_1twkf_gg_,.___SPlotA11yView_1twkf_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1;z-index:var(--intergalactic-z-index-overlay, 500);position:relative;display:block}.___SPlotA11yView_1twkf_gg_:focus,.___SPlotA11yView_1twkf_gg_:focus-within{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1;z-index:var(--intergalactic-z-index-overlay, 500);position:relative;display:block}.___SPlotA11yView_1twkf_gg_ a{cursor:pointer;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x, 8px);display:block}.___SPlotA11yView_1twkf_gg_ table,.___SPlotA11yView_1twkf_gg_ td,.___SPlotA11yView_1twkf_gg_ th{border:1px solid var(--intergalactic-border-primary, #c4c7cf)}"
|
|
44
44
|
/*__inner_css_end__*/
|
|
45
|
-
, "
|
|
45
|
+
, "1twkf_gg_")
|
|
46
46
|
/*__reshadow_css_end__*/
|
|
47
47
|
, {
|
|
48
|
-
"__SPlotA11yView": "
|
|
49
|
-
"_focus-within": "__focus-
|
|
48
|
+
"__SPlotA11yView": "___SPlotA11yView_1twkf_gg_",
|
|
49
|
+
"_focus-within": "__focus-within_1twkf_gg_"
|
|
50
50
|
});
|
|
51
51
|
|
|
52
52
|
var PlotA11yView = function PlotA11yView(_ref3) {
|
|
@@ -76,7 +76,7 @@ var PlotA11yView = function PlotA11yView(_ref3) {
|
|
|
76
76
|
}, [providedData]);
|
|
77
77
|
|
|
78
78
|
var keys = _react["default"].useMemo(function () {
|
|
79
|
-
var _fromHints, _fromHints2, _fromHints3, _fromHints4;
|
|
79
|
+
var _fromHints, _fromHints2, _fromHints3, _fromHints4, _fromHints5;
|
|
80
80
|
|
|
81
81
|
var fromHints = [];
|
|
82
82
|
|
|
@@ -86,7 +86,9 @@ var PlotA11yView = function PlotA11yView(_ref3) {
|
|
|
86
86
|
|
|
87
87
|
(_fromHints3 = fromHints).push.apply(_fromHints3, (0, _toConsumableArray2["default"])(hints.fields.valueAxes));
|
|
88
88
|
|
|
89
|
-
(_fromHints4 = fromHints).push.apply(_fromHints4, (0, _toConsumableArray2["default"])(
|
|
89
|
+
(_fromHints4 = fromHints).push.apply(_fromHints4, (0, _toConsumableArray2["default"])(config.additionalFields));
|
|
90
|
+
|
|
91
|
+
(_fromHints5 = fromHints).push.apply(_fromHints5, (0, _toConsumableArray2["default"])(Object.keys(hints.fields.values)));
|
|
90
92
|
|
|
91
93
|
fromHints = (0, _toConsumableArray2["default"])(new Set(fromHints)).filter(function (key) {
|
|
92
94
|
return key in data[0];
|
|
@@ -94,9 +96,9 @@ var PlotA11yView = function PlotA11yView(_ref3) {
|
|
|
94
96
|
|
|
95
97
|
if (fromHints.length === 0) {
|
|
96
98
|
data.forEach(function (row) {
|
|
97
|
-
var
|
|
99
|
+
var _fromHints6;
|
|
98
100
|
|
|
99
|
-
return (
|
|
101
|
+
return (_fromHints6 = fromHints).push.apply(_fromHints6, (0, _toConsumableArray2["default"])(Object.keys(row)));
|
|
100
102
|
});
|
|
101
103
|
}
|
|
102
104
|
|