@semcore/d3-chart 2.13.1 → 2.13.3
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 +8 -2
- 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 +4 -4
- package/lib/cjs/a11y/insights.js +2 -2
- package/lib/cjs/a11y/insights.js.map +1 -1
- package/lib/cjs/a11y/serialize.js +6 -0
- package/lib/cjs/a11y/serialize.js.map +1 -1
- package/lib/cjs/a11y/translations/view/en.json +2 -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 +4 -4
- package/lib/es6/a11y/insights.js +2 -2
- package/lib/es6/a11y/insights.js.map +1 -1
- package/lib/es6/a11y/serialize.js +6 -0
- package/lib/es6/a11y/serialize.js.map +1 -1
- package/lib/es6/a11y/translations/view/en.json +2 -1
- package/lib/types/a11y/translations/view/__intergalactic-dynamic-locales.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [2.13.
|
|
5
|
+
## [2.13.3] - 2023-03-27
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Added correct display when there is no data in a11y table.
|
|
10
|
+
|
|
11
|
+
## [2.13.2] - 2023-03-24
|
|
6
12
|
|
|
7
13
|
### Changed
|
|
8
14
|
|
|
9
|
-
- Version patch update due to children dependencies update (`@semcore/animation` [1.9.
|
|
15
|
+
- Version patch update due to children dependencies update (`@semcore/animation` [1.9.7 ~> 1.9.8], `@semcore/popper` [4.16.9 ~> 4.16.10], `@semcore/utils` [3.48.1 ~> 3.49.0]).
|
|
10
16
|
|
|
11
17
|
## [2.13.0] - 2023-03-23
|
|
12
18
|
|
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_gwlbs_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_gwlbs_gg_.__color_gwlbs_gg_{fill:var(--color_gwlbs)}.___SArea_gwlbs_gg_.__transparent_gwlbs_gg_{opacity:.3}.___SAreaLine_gwlbs_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_gwlbs_gg_.__color_gwlbs_gg_{stroke:var(--color_gwlbs)}.___SAreaLine_gwlbs_gg_.__transparent_gwlbs_gg_{opacity:.3}.___SAreaLine_gwlbs_gg_,.___SArea_gwlbs_gg_{transition-property:d;transition-duration:var(--duration_gwlbs);transition-timing-function:ease-in-out}.___SNull_gwlbs_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_gwlbs_gg_.__hide_gwlbs_gg_{display:none}"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "gwlbs_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_gwlbs_gg_",
|
|
51
|
+
"_color": "__color_gwlbs_gg_",
|
|
52
|
+
"--color": "--color_gwlbs",
|
|
53
|
+
"_transparent": "__transparent_gwlbs_gg_",
|
|
54
|
+
"__SAreaLine": "___SAreaLine_gwlbs_gg_",
|
|
55
|
+
"--duration": "--duration_gwlbs",
|
|
56
|
+
"__SNull": "___SNull_gwlbs_gg_",
|
|
57
|
+
"_hide": "__hide_gwlbs_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_1i2am_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_1i2am_gg_.__hide_1i2am_gg_,.___STick_1i2am_gg_.__hide_1i2am_gg_{display:none}.___STick_1i2am_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_1i2am_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_1i2am_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_1i2am)}.___STitle_1i2am_gg_._position_top_1i2am_gg_{text-anchor:middle}.___STitle_1i2am_gg_._position_bottom_1i2am_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_1i2am_gg_._position_left_1i2am_gg_,.___STitle_1i2am_gg_._position_right_1i2am_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___STick_1i2am_gg_._position_top_1i2am_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_1i2am_gg_._position_bottom_1i2am_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1i2am_gg_._position_right_1i2am_gg_{transform:translateX(16px);text-anchor:start;alignment-baseline:middle}.___STick_1i2am_gg_._position_left_1i2am_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}.___STick_1i2am_gg_._position_custom_0_1i2am_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1i2am_gg_._position_custom_1_1i2am_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}"
|
|
40
40
|
/*__inner_css_end__*/
|
|
41
|
-
, "
|
|
41
|
+
, "1i2am_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_1i2am_gg_",
|
|
45
|
+
"_hide": "__hide_1i2am_gg_",
|
|
46
|
+
"__STick": "___STick_1i2am_gg_",
|
|
47
|
+
"__SGrid": "___SGrid_1i2am_gg_",
|
|
48
|
+
"__STitle": "___STitle_1i2am_gg_",
|
|
49
|
+
"--transform-origin": "--transform-origin_1i2am",
|
|
50
|
+
"_position_top": "_position_top_1i2am_gg_",
|
|
51
|
+
"_position_bottom": "_position_bottom_1i2am_gg_",
|
|
52
|
+
"_position_right": "_position_right_1i2am_gg_",
|
|
53
|
+
"_position_left": "_position_left_1i2am_gg_",
|
|
54
|
+
"_position_custom_0": "_position_custom_0_1i2am_gg_",
|
|
55
|
+
"_position_custom_1": "_position_custom_1_1i2am_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_1bogx_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1bogx);transition-timing-function:ease-in-out}.___SBar_1bogx_gg_.__color_1bogx_gg_{fill:var(--color_1bogx)}.___SBar_1bogx_gg_.__hide_1bogx_gg_{display:none}.___SBar_1bogx_gg_.__transparent_1bogx_gg_{opacity:.3}.___SBackground_1bogx_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}"
|
|
42
42
|
/*__inner_css_end__*/
|
|
43
|
-
, "
|
|
43
|
+
, "1bogx_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_1bogx_gg_",
|
|
47
|
+
"--duration": "--duration_1bogx",
|
|
48
|
+
"_color": "__color_1bogx_gg_",
|
|
49
|
+
"--color": "--color_1bogx",
|
|
50
|
+
"_hide": "__hide_1bogx_gg_",
|
|
51
|
+
"_transparent": "__transparent_1bogx_gg_",
|
|
52
|
+
"__SBackground": "___SBackground_1bogx_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_jt732_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_jt732);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_jt732_gg_:hover{opacity:.8}}.___SBubble_jt732_gg_.__color_jt732_gg_{fill:var(--color_jt732)}.___SBubble_jt732_gg_.__transparent_jt732_gg_{opacity:.3}.___SCenter_jt732_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_jt732_gg_.__color_jt732_gg_{stroke:var(--color_jt732)}.___SCenter_jt732_gg_.__transparent_jt732_gg_{opacity:.3}.___SLabel_jt732_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_jt732_gg_._position_right_jt732_gg_{text-anchor:end}.___SLabel_jt732_gg_._position_left_jt732_gg_{text-anchor:start}.___SLabel_jt732_gg_.__color_jt732_gg_{fill:var(--color_jt732)}.___SLabel_jt732_gg_.__transparent_jt732_gg_{opacity:.3}"
|
|
52
52
|
/*__inner_css_end__*/
|
|
53
|
-
, "
|
|
53
|
+
, "jt732_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_jt732_gg_",
|
|
57
|
+
"--duration": "--duration_jt732",
|
|
58
|
+
"_color": "__color_jt732_gg_",
|
|
59
|
+
"--color": "--color_jt732",
|
|
60
|
+
"_transparent": "__transparent_jt732_gg_",
|
|
61
|
+
"__SCenter": "___SCenter_jt732_gg_",
|
|
62
|
+
"__SLabel": "___SLabel_jt732_gg_",
|
|
63
|
+
"_position_right": "_position_right_jt732_gg_",
|
|
64
|
+
"_position_left": "_position_left_jt732_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_okb81_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_okb81_gg_.__color_okb81_gg_{fill:var(--color_okb81)}.___SPie_okb81_gg_.__transparent_okb81_gg_{opacity:.3}.___SEmptyData_okb81_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_okb81_gg_.__color_okb81_gg_{fill:var(--color_okb81)}.___SLabel_okb81_gg_{text-anchor:middle;vertical-anchor:middle}"
|
|
56
56
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
57
|
+
, "okb81_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SPie": "
|
|
61
|
-
"_color": "
|
|
62
|
-
"--color": "--
|
|
63
|
-
"_transparent": "
|
|
64
|
-
"__SEmptyData": "
|
|
65
|
-
"__SLabel": "
|
|
60
|
+
"__SPie": "___SPie_okb81_gg_",
|
|
61
|
+
"_color": "__color_okb81_gg_",
|
|
62
|
+
"--color": "--color_okb81",
|
|
63
|
+
"_transparent": "__transparent_okb81_gg_",
|
|
64
|
+
"__SEmptyData": "___SEmptyData_okb81_gg_",
|
|
65
|
+
"__SLabel": "___SLabel_okb81_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_1ta97_gg_ .___SDot_1ta97_gg_{transition-duration:var(--duration_1ta97)}.___SDot_1ta97_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_1ta97_gg_.__hide_1ta97_gg_{display:none}.___SDot_1ta97_gg_.__active_1ta97_gg_{r:8px}.___SDot_1ta97_gg_.__color_1ta97_gg_{fill:var(--color_1ta97)}.___SDot_1ta97_gg_.__transparent_1ta97_gg_{opacity:.3}"
|
|
32
32
|
/*__inner_css_end__*/
|
|
33
|
-
, "
|
|
33
|
+
, "1ta97_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_1ta97_gg_",
|
|
37
|
+
"__SDot": "___SDot_1ta97_gg_",
|
|
38
|
+
"--duration": "--duration_1ta97",
|
|
39
|
+
"_hide": "__hide_1ta97_gg_",
|
|
40
|
+
"_active": "__active_1ta97_gg_",
|
|
41
|
+
"_color": "__color_1ta97_gg_",
|
|
42
|
+
"--color": "--color_1ta97",
|
|
43
|
+
"_transparent": "__transparent_1ta97_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_1bogx_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1bogx);transition-timing-function:ease-in-out}.___SBar_1bogx_gg_.__color_1bogx_gg_{fill:var(--color_1bogx)}.___SBar_1bogx_gg_.__hide_1bogx_gg_{display:none}.___SBar_1bogx_gg_.__transparent_1bogx_gg_{opacity:.3}.___SBackground_1bogx_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}"
|
|
40
40
|
/*__inner_css_end__*/
|
|
41
|
-
, "
|
|
41
|
+
, "1bogx_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_1bogx_gg_",
|
|
45
|
+
"--duration": "--duration_1bogx",
|
|
46
|
+
"_color": "__color_1bogx_gg_",
|
|
47
|
+
"--color": "--color_1bogx",
|
|
48
|
+
"_hide": "__hide_1bogx_gg_",
|
|
49
|
+
"_transparent": "__transparent_1bogx_gg_",
|
|
50
|
+
"__SBackground": "___SBackground_1bogx_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_1bitj_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_1bitj_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}"
|
|
42
42
|
/*__inner_css_end__*/
|
|
43
|
-
, "
|
|
43
|
+
, "1bitj_gg_")
|
|
44
44
|
/*__reshadow_css_end__*/
|
|
45
45
|
, {
|
|
46
|
-
"__SHoverLine": "
|
|
47
|
-
"__SHoverRect": "
|
|
46
|
+
"__SHoverLine": "___SHoverLine_1bitj_gg_",
|
|
47
|
+
"__SHoverRect": "___SHoverRect_1bitj_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_16y9u_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_16y9u);transition-timing-function:ease-in-out}.___SLine_16y9u_gg_.__color_16y9u_gg_{stroke:var(--color_16y9u)}.___SLine_16y9u_gg_.__hide_16y9u_gg_{display:none}.___SLine_16y9u_gg_.__transparent_16y9u_gg_{opacity:.3}.___SNull_16y9u_gg_{fill:transparent;stroke:var(-intergalactic-border-primary);stroke-dasharray:4}.___SNull_16y9u_gg_.__hide_16y9u_gg_{display:none}"
|
|
44
44
|
/*__inner_css_end__*/
|
|
45
|
-
, "
|
|
45
|
+
, "16y9u_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_16y9u_gg_",
|
|
49
|
+
"--duration": "--duration_16y9u",
|
|
50
|
+
"_color": "__color_16y9u_gg_",
|
|
51
|
+
"--color": "--color_16y9u",
|
|
52
|
+
"_hide": "__hide_16y9u_gg_",
|
|
53
|
+
"_transparent": "__transparent_16y9u_gg_",
|
|
54
|
+
"__SNull": "___SNull_16y9u_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_3spvg_gg_{overflow:hidden}.___SPlot_3spvg_gg_:active,.___SPlot_3spvg_gg_:focus{outline:0;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_3spvg_gg_.__keyboardFocused_3spvg_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
|
+
, "3spvg_gg_")
|
|
52
52
|
/*__reshadow_css_end__*/
|
|
53
53
|
, {
|
|
54
|
-
"__SPlot": "
|
|
55
|
-
"_keyboardFocused": "
|
|
54
|
+
"__SPlot": "___SPlot_3spvg_gg_",
|
|
55
|
+
"_keyboardFocused": "__keyboardFocused_3spvg_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_1iddb_gg_,.___SAxisTick_1iddb_gg_,.___SAxis_1iddb_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_1iddb_gg_,.___SAxisTick_1iddb_gg_{stroke-dasharray:2}.___SAxisLine_1iddb_gg_.__active_1iddb_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_1iddb_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_1iddb_gg_.__xDirection_1iddb_gg_{text-anchor:var(--xDirection_1iddb)}.___SAxisLabel_1iddb_gg_.__yDirection_1iddb_gg_{dominant-baseline:var(--yDirection_1iddb)}.___SPolygonDot_1iddb_gg_,.___SPolygon_1iddb_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_1iddb_gg_{opacity:.2}.___SPolygon_1iddb_gg_.__color_1iddb_gg_{fill:var(--color_1iddb)}.___SPolygonDot_1iddb_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_1iddb_gg_.__transparent_1iddb_gg_{opacity:.3}.___SPolygonDot_1iddb_gg_.__color_1iddb_gg_{fill:var(--color_1iddb)}.___SPolygonLine_1iddb_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_1iddb_gg_.__transparent_1iddb_gg_{opacity:.3}.___SPolygonLine_1iddb_gg_.__color_1iddb_gg_{stroke:var(--color_1iddb)}.___SPieRect_1iddb_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}"
|
|
55
55
|
/*__inner_css_end__*/
|
|
56
|
-
, "
|
|
56
|
+
, "1iddb_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_1iddb_gg_",
|
|
60
|
+
"__SAxisLine": "___SAxisLine_1iddb_gg_",
|
|
61
|
+
"__SAxisTick": "___SAxisTick_1iddb_gg_",
|
|
62
|
+
"_active": "__active_1iddb_gg_",
|
|
63
|
+
"__SAxisLabel": "___SAxisLabel_1iddb_gg_",
|
|
64
|
+
"_xDirection": "__xDirection_1iddb_gg_",
|
|
65
|
+
"--xDirection": "--xDirection_1iddb",
|
|
66
|
+
"_yDirection": "__yDirection_1iddb_gg_",
|
|
67
|
+
"--yDirection": "--yDirection_1iddb",
|
|
68
|
+
"__SPolygon": "___SPolygon_1iddb_gg_",
|
|
69
|
+
"_color": "__color_1iddb_gg_",
|
|
70
|
+
"--color": "--color_1iddb",
|
|
71
|
+
"__SPolygonDot": "___SPolygonDot_1iddb_gg_",
|
|
72
|
+
"_transparent": "__transparent_1iddb_gg_",
|
|
73
|
+
"__SPolygonLine": "___SPolygonLine_1iddb_gg_",
|
|
74
|
+
"__SPieRect": "___SPieRect_1iddb_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_s7r6s_gg_{cursor:pointer;fill:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_s7r6s_gg_{stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_s7r6s_gg_.__color_s7r6s_gg_{stroke:var(--color_s7r6s)}.___SCap_s7r6s_gg_.__transparent_s7r6s_gg_,.___SIcon_s7r6s_gg_.__transparent_s7r6s_gg_,.___SLabel_s7r6s_gg_.__transparent_s7r6s_gg_,.___SLine_s7r6s_gg_.__transparent_s7r6s_gg_{opacity:.3}.___SCap_s7r6s_gg_{transition:r .1s}.___SLabel_s7r6s_gg_{fill:var(--color_s7r6s);cursor:var(--text-cursor_s7r6s)}@media (hover:hover){.___SRadian_s7r6s_gg_:hover .___SLabel_s7r6s_gg_{fill:var(--color-hovered_s7r6s)}}@media (prefers-reduced-motion){.___SLineCap_s7r6s_gg_{transition:none}}"
|
|
58
58
|
/*__inner_css_end__*/
|
|
59
|
-
, "
|
|
59
|
+
, "s7r6s_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_s7r6s_gg_",
|
|
63
|
+
"__SLine": "___SLine_s7r6s_gg_",
|
|
64
|
+
"_color": "__color_s7r6s_gg_",
|
|
65
|
+
"--color": "--color_s7r6s",
|
|
66
|
+
"_transparent": "__transparent_s7r6s_gg_",
|
|
67
|
+
"__SCap": "___SCap_s7r6s_gg_",
|
|
68
|
+
"__SIcon": "___SIcon_s7r6s_gg_",
|
|
69
|
+
"__SLabel": "___SLabel_s7r6s_gg_",
|
|
70
|
+
"--text-cursor": "--text-cursor_s7r6s",
|
|
71
|
+
"--color-hovered": "--color-hovered_s7r6s",
|
|
72
|
+
"__SLineCap": "___SLineCap_s7r6s_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_6rdq8_gg_{fill:none;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___STitle_6rdq8_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_6rdq8)}.___STitle_6rdq8_gg_._position_top_6rdq8_gg_{text-anchor:middle}.___STitle_6rdq8_gg_._position_bottom_6rdq8_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_6rdq8_gg_._position_left_6rdq8_gg_,.___STitle_6rdq8_gg_._position_right_6rdq8_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___SBackground_6rdq8_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}"
|
|
38
38
|
/*__inner_css_end__*/
|
|
39
|
-
, "
|
|
39
|
+
, "6rdq8_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_6rdq8_gg_",
|
|
43
|
+
"__STitle": "___STitle_6rdq8_gg_",
|
|
44
|
+
"--transform-origin": "--transform-origin_6rdq8",
|
|
45
|
+
"_position_top": "_position_top_6rdq8_gg_",
|
|
46
|
+
"_position_bottom": "_position_bottom_6rdq8_gg_",
|
|
47
|
+
"_position_right": "_position_right_6rdq8_gg_",
|
|
48
|
+
"_position_left": "_position_left_6rdq8_gg_",
|
|
49
|
+
"__SBackground": "___SBackground_6rdq8_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_ssqap_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_ssqap);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_ssqap_gg_:hover{opacity:.8}}.___SScatterPlot_ssqap_gg_.__color_ssqap_gg_{fill:var(--color_ssqap)}.___SScatterPlot_ssqap_gg_.__transparent_ssqap_gg_{opacity:.3}.___SValue_ssqap_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_ssqap_gg_.__color_ssqap_gg_{stroke:var(--color_ssqap)}.___SValue_ssqap_gg_.__transparent_ssqap_gg_{opacity:.3}"
|
|
48
48
|
/*__inner_css_end__*/
|
|
49
|
-
, "
|
|
49
|
+
, "ssqap_gg_")
|
|
50
50
|
/*__reshadow_css_end__*/
|
|
51
51
|
, {
|
|
52
|
-
"__SScatterPlot": "
|
|
53
|
-
"--duration": "--
|
|
54
|
-
"_color": "
|
|
55
|
-
"--color": "--
|
|
56
|
-
"_transparent": "
|
|
57
|
-
"__SValue": "
|
|
52
|
+
"__SScatterPlot": "___SScatterPlot_ssqap_gg_",
|
|
53
|
+
"--duration": "--duration_ssqap",
|
|
54
|
+
"_color": "__color_ssqap_gg_",
|
|
55
|
+
"--color": "--color_ssqap",
|
|
56
|
+
"_transparent": "__transparent_ssqap_gg_",
|
|
57
|
+
"__SValue": "___SValue_ssqap_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_1qfc1_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_1qfc1_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SDotGroup_1qfc1_gg_{display:flex;align-items:center}.___SDot_1qfc1_gg_{width:8px;height:8px;border-radius:50%;margin-right:var(--intergalactic-spacing-2x, 8px);background:var(--intergalactic-icon-secondary-info, #2bb3ff)}.___SDot_1qfc1_gg_.__color_1qfc1_gg_{background:var(--color_1qfc1)}.___SFooter_1qfc1_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
|
+
, "1qfc1_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_1qfc1_gg_",
|
|
57
|
+
"__STitle": "___STitle_1qfc1_gg_",
|
|
58
|
+
"__SDotGroup": "___SDotGroup_1qfc1_gg_",
|
|
59
|
+
"__SDot": "___SDot_1qfc1_gg_",
|
|
60
|
+
"_color": "__color_1qfc1_gg_",
|
|
61
|
+
"--color": "--color_1qfc1",
|
|
62
|
+
"__SFooter": "___SFooter_1qfc1_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_177vy_gg_,.___SIntersection_177vy_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px}.___SCircle_177vy_gg_{fill:var(--intergalactic-chart-palette-order-2, #59ddaa);fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_177vy);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_177vy_gg_:hover{fill-opacity:.7}}.___SCircle_177vy_gg_.__color_177vy_gg_{fill:var(--color_177vy)}.___SCircle_177vy_gg_.__transparent_177vy_gg_{opacity:.3}.___SIntersection_177vy_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_177vy_gg_:hover{fill-opacity:.1}}.___SIntersection_177vy_gg_.__transparent_177vy_gg_{opacity:.3}"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "177vy_gg_")
|
|
48
48
|
/*__reshadow_css_end__*/
|
|
49
49
|
, {
|
|
50
|
-
"__SCircle": "
|
|
51
|
-
"--duration": "--
|
|
52
|
-
"_color": "
|
|
53
|
-
"--color": "--
|
|
54
|
-
"_transparent": "
|
|
55
|
-
"__SIntersection": "
|
|
50
|
+
"__SCircle": "___SCircle_177vy_gg_",
|
|
51
|
+
"--duration": "--duration_177vy",
|
|
52
|
+
"_color": "__color_177vy_gg_",
|
|
53
|
+
"--color": "--color_177vy",
|
|
54
|
+
"_transparent": "__transparent_177vy_gg_",
|
|
55
|
+
"__SIntersection": "___SIntersection_177vy_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_18cw0_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_18cw0_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
|
+
, "18cw0_gg_")
|
|
38
38
|
/*__reshadow_css_end__*/
|
|
39
39
|
, {
|
|
40
|
-
"__SPlotA11yModule": "
|
|
40
|
+
"__SPlotA11yModule": "___SPlotA11yModule_18cw0_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_1wno8_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_1wno8_gg_.__focus-within_1wno8_gg_,.___SPlotA11yView_1wno8_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_1wno8_gg_:focus,.___SPlotA11yView_1wno8_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_1wno8_gg_ a{cursor:pointer;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x, 8px);display:block}.___SPlotA11yView_1wno8_gg_ table,.___SPlotA11yView_1wno8_gg_ td,.___SPlotA11yView_1wno8_gg_ th{border:1px solid var(--intergalactic-border-primary, #c4c7cf)}"
|
|
44
44
|
/*__inner_css_end__*/
|
|
45
|
-
, "
|
|
45
|
+
, "1wno8_gg_")
|
|
46
46
|
/*__reshadow_css_end__*/
|
|
47
47
|
, {
|
|
48
|
-
"__SPlotA11yView": "
|
|
49
|
-
"_focus-within": "__focus-
|
|
48
|
+
"__SPlotA11yView": "___SPlotA11yView_1wno8_gg_",
|
|
49
|
+
"_focus-within": "__focus-within_1wno8_gg_"
|
|
50
50
|
});
|
|
51
51
|
|
|
52
52
|
var PlotA11yView = function PlotA11yView(_ref3) {
|
package/lib/cjs/a11y/insights.js
CHANGED
|
@@ -154,10 +154,10 @@ var extractDataInsights = function extractDataInsights(data, hints, config) {
|
|
|
154
154
|
var table = [];
|
|
155
155
|
|
|
156
156
|
for (var i in values) {
|
|
157
|
-
var _longMovingAverage$i, _shortMovingAverage$i;
|
|
157
|
+
var _values$i, _longMovingAverage$i, _shortMovingAverage$i;
|
|
158
158
|
|
|
159
159
|
table.push({
|
|
160
|
-
value: values[i].toFixed(2),
|
|
160
|
+
value: ((_values$i = values[i]) !== null && _values$i !== void 0 ? _values$i : NaN).toFixed(2),
|
|
161
161
|
"long": ((_longMovingAverage$i = longMovingAverage[i]) !== null && _longMovingAverage$i !== void 0 ? _longMovingAverage$i : NaN).toFixed(2),
|
|
162
162
|
"short": ((_shortMovingAverage$i = shortMovingAverage[i]) !== null && _shortMovingAverage$i !== void 0 ? _shortMovingAverage$i : NaN).toFixed(2)
|
|
163
163
|
});
|