@semcore/d3-chart 3.60.1 → 3.60.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/cjs/Area.js +11 -11
- package/lib/cjs/Axis.js +14 -14
- package/lib/cjs/Bar.js +16 -16
- package/lib/cjs/Bubble.js +12 -12
- package/lib/cjs/CompactHorizontalBar.js +16 -16
- package/lib/cjs/Donut.js +9 -9
- package/lib/cjs/Dots.js +8 -8
- package/lib/cjs/HorizontalBar.js +16 -16
- package/lib/cjs/Hover.js +3 -3
- package/lib/cjs/Line.js +9 -9
- package/lib/cjs/Plot.js +3 -3
- package/lib/cjs/Radar.js +19 -19
- package/lib/cjs/RadialTree.js +12 -12
- package/lib/cjs/Reference.js +12 -12
- package/lib/cjs/ScatterPlot.js +9 -9
- package/lib/cjs/Tooltip.js +9 -9
- package/lib/cjs/Venn.js +9 -9
- package/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/es6/Area.js +11 -11
- package/lib/es6/Axis.js +14 -14
- package/lib/es6/Bar.js +16 -16
- package/lib/es6/Bubble.js +12 -12
- package/lib/es6/CompactHorizontalBar.js +16 -16
- package/lib/es6/Donut.js +9 -9
- package/lib/es6/Dots.js +8 -8
- package/lib/es6/HorizontalBar.js +16 -16
- package/lib/es6/Hover.js +3 -3
- package/lib/es6/Line.js +9 -9
- package/lib/es6/Plot.js +3 -3
- package/lib/es6/Radar.js +19 -19
- package/lib/es6/RadialTree.js +12 -12
- package/lib/es6/Reference.js +12 -12
- package/lib/es6/ScatterPlot.js +9 -9
- package/lib/es6/Tooltip.js +9 -9
- package/lib/es6/Venn.js +9 -9
- package/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/lib/es6/a11y/PlotA11yView.js +2 -2
- package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/esm/Area.mjs +12 -12
- package/lib/esm/Axis.mjs +15 -15
- package/lib/esm/Bar.mjs +17 -17
- package/lib/esm/Bubble.mjs +13 -13
- package/lib/esm/CompactHorizontalBar.mjs +17 -17
- package/lib/esm/Donut.mjs +10 -10
- package/lib/esm/Dots.mjs +9 -9
- package/lib/esm/HorizontalBar.mjs +17 -17
- package/lib/esm/Hover.mjs +4 -4
- package/lib/esm/Line.mjs +10 -10
- package/lib/esm/Plot.mjs +4 -4
- package/lib/esm/Radar.mjs +20 -20
- package/lib/esm/RadialTree.mjs +13 -13
- package/lib/esm/Reference.mjs +13 -13
- package/lib/esm/ScatterPlot.mjs +10 -10
- package/lib/esm/Tooltip.mjs +10 -10
- package/lib/esm/Venn.mjs +10 -10
- package/lib/esm/a11y/PlotA11yModule.mjs +3 -3
- package/lib/esm/a11y/PlotA11yView.mjs +3 -3
- package/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +5 -5
- package/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +18 -18
- package/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +7 -7
- package/package.json +9 -9
package/lib/esm/Donut.mjs
CHANGED
|
@@ -26,19 +26,19 @@ var style = (
|
|
|
26
26
|
/*__reshadow_css_start__*/
|
|
27
27
|
(sstyled.insert(
|
|
28
28
|
/*__inner_css_start__*/
|
|
29
|
-
".
|
|
29
|
+
".___SPie_1081d_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_1081d_gg_.__color_1081d_gg_{fill:var(--color_1081d)}.___SPie_1081d_gg_.__pattern_1081d_gg_.__color_1081d_gg_{fill:var(--pattern_1081d);stroke:var(--color_1081d);stroke-width:1px}.___SPie_1081d_gg_.__transparent_1081d_gg_{opacity:.3}.___SEmptyData_1081d_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_1081d_gg_.__color_1081d_gg_{fill:var(--color_1081d)}.___SLabel_1081d_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}",
|
|
30
30
|
/*__inner_css_end__*/
|
|
31
|
-
"
|
|
31
|
+
"1081d_gg_"
|
|
32
32
|
), /*__reshadow_css_end__*/
|
|
33
33
|
{
|
|
34
|
-
"__SPie": "
|
|
35
|
-
"_color": "
|
|
36
|
-
"--color": "--
|
|
37
|
-
"_pattern": "
|
|
38
|
-
"--pattern": "--
|
|
39
|
-
"_transparent": "
|
|
40
|
-
"__SEmptyData": "
|
|
41
|
-
"__SLabel": "
|
|
34
|
+
"__SPie": "___SPie_1081d_gg_",
|
|
35
|
+
"_color": "__color_1081d_gg_",
|
|
36
|
+
"--color": "--color_1081d",
|
|
37
|
+
"_pattern": "__pattern_1081d_gg_",
|
|
38
|
+
"--pattern": "--pattern_1081d",
|
|
39
|
+
"_transparent": "__transparent_1081d_gg_",
|
|
40
|
+
"__SEmptyData": "___SEmptyData_1081d_gg_",
|
|
41
|
+
"__SLabel": "___SLabel_1081d_gg_"
|
|
42
42
|
})
|
|
43
43
|
);
|
|
44
44
|
var DEFAULT_INSTANCE = Symbol("DEFAULT_INSTANCE");
|
package/lib/esm/Dots.mjs
CHANGED
|
@@ -12,18 +12,18 @@ var style = (
|
|
|
12
12
|
/*__reshadow_css_start__*/
|
|
13
13
|
(sstyled.insert(
|
|
14
14
|
/*__inner_css_start__*/
|
|
15
|
-
".
|
|
15
|
+
".___SDots_1eysu_gg_ .___SDot_1eysu_gg_{transition-duration:var(--duration_1eysu)}.___SDot_1eysu_gg_{stroke-width:1px;stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy,x,y;transition-timing-function:ease-in-out}.___SDot_1eysu_gg_.__hide_1eysu_gg_{display:none}.___SDot_1eysu_gg_.__color_1eysu_gg_{fill:var(--color_1eysu)}.___SDot_1eysu_gg_.__transparent_1eysu_gg_{opacity:.3}",
|
|
16
16
|
/*__inner_css_end__*/
|
|
17
|
-
"
|
|
17
|
+
"1eysu_gg_"
|
|
18
18
|
), /*__reshadow_css_end__*/
|
|
19
19
|
{
|
|
20
|
-
"__SDot": "
|
|
21
|
-
"_hide": "
|
|
22
|
-
"_color": "
|
|
23
|
-
"--color": "--
|
|
24
|
-
"_transparent": "
|
|
25
|
-
"__SDots": "
|
|
26
|
-
"--duration": "--
|
|
20
|
+
"__SDot": "___SDot_1eysu_gg_",
|
|
21
|
+
"_hide": "__hide_1eysu_gg_",
|
|
22
|
+
"_color": "__color_1eysu_gg_",
|
|
23
|
+
"--color": "--color_1eysu",
|
|
24
|
+
"_transparent": "__transparent_1eysu_gg_",
|
|
25
|
+
"__SDots": "___SDots_1eysu_gg_",
|
|
26
|
+
"--duration": "--duration_1eysu"
|
|
27
27
|
})
|
|
28
28
|
);
|
|
29
29
|
function Dots(props) {
|
|
@@ -17,26 +17,26 @@ var style = (
|
|
|
17
17
|
/*__reshadow_css_start__*/
|
|
18
18
|
(sstyled.insert(
|
|
19
19
|
/*__inner_css_start__*/
|
|
20
|
-
".
|
|
20
|
+
".___SBar_1rmdr_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1rmdr);transition-timing-function:ease-in-out}.___SBar_1rmdr_gg_.__color_1rmdr_gg_{fill:var(--color_1rmdr)}.___SBar_1rmdr_gg_.__pattern_1rmdr_gg_.__color_1rmdr_gg_{fill:var(--pattern_1rmdr);stroke:var(--color_1rmdr);stroke-width:1px}.___SBar_1rmdr_gg_.__hide_1rmdr_gg_{display:none}.___SBar_1rmdr_gg_.__transparent_1rmdr_gg_{opacity:.3}.___SBackground_1rmdr_gg_.__onClick_1rmdr_gg_,.___SBar_1rmdr_gg_.__onClick_1rmdr_gg_{cursor:pointer}.___SBackground_1rmdr_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1rmdr_gg_{display:flex;justify-content:space-between}.___SBarLabel_1rmdr_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1rmdr_gg_,.___SBarPercent_1rmdr_gg_,.___SBarValue_1rmdr_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1rmdr_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1rmdr_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1rmdr_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}",
|
|
21
21
|
/*__inner_css_end__*/
|
|
22
|
-
"
|
|
22
|
+
"1rmdr_gg_"
|
|
23
23
|
), /*__reshadow_css_end__*/
|
|
24
24
|
{
|
|
25
|
-
"__SBar": "
|
|
26
|
-
"--duration": "--
|
|
27
|
-
"_color": "
|
|
28
|
-
"--color": "--
|
|
29
|
-
"_pattern": "
|
|
30
|
-
"--pattern": "--
|
|
31
|
-
"_hide": "
|
|
32
|
-
"_transparent": "
|
|
33
|
-
"_onClick": "
|
|
34
|
-
"__SBackground": "
|
|
35
|
-
"__SBarAnnotation": "
|
|
36
|
-
"__SBarLabel": "
|
|
37
|
-
"__SBarPercent": "
|
|
38
|
-
"__SBarValue": "
|
|
39
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
25
|
+
"__SBar": "___SBar_1rmdr_gg_",
|
|
26
|
+
"--duration": "--duration_1rmdr",
|
|
27
|
+
"_color": "__color_1rmdr_gg_",
|
|
28
|
+
"--color": "--color_1rmdr",
|
|
29
|
+
"_pattern": "__pattern_1rmdr_gg_",
|
|
30
|
+
"--pattern": "--pattern_1rmdr",
|
|
31
|
+
"_hide": "__hide_1rmdr_gg_",
|
|
32
|
+
"_transparent": "__transparent_1rmdr_gg_",
|
|
33
|
+
"_onClick": "__onClick_1rmdr_gg_",
|
|
34
|
+
"__SBackground": "___SBackground_1rmdr_gg_",
|
|
35
|
+
"__SBarAnnotation": "___SBarAnnotation_1rmdr_gg_",
|
|
36
|
+
"__SBarLabel": "___SBarLabel_1rmdr_gg_",
|
|
37
|
+
"__SBarPercent": "___SBarPercent_1rmdr_gg_",
|
|
38
|
+
"__SBarValue": "___SBarValue_1rmdr_gg_",
|
|
39
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1rmdr_gg_"
|
|
40
40
|
})
|
|
41
41
|
);
|
|
42
42
|
var MIN_WIDTH = 2;
|
package/lib/esm/Hover.mjs
CHANGED
|
@@ -19,13 +19,13 @@ var style = (
|
|
|
19
19
|
/*__reshadow_css_start__*/
|
|
20
20
|
(sstyled.insert(
|
|
21
21
|
/*__inner_css_start__*/
|
|
22
|
-
".
|
|
22
|
+
".___SHoverLine_sq64f_gg_{outline:0;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_sq64f_gg_{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}",
|
|
23
23
|
/*__inner_css_end__*/
|
|
24
|
-
"
|
|
24
|
+
"sq64f_gg_"
|
|
25
25
|
), /*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SHoverLine": "
|
|
28
|
-
"__SHoverRect": "
|
|
27
|
+
"__SHoverLine": "___SHoverLine_sq64f_gg_",
|
|
28
|
+
"__SHoverRect": "___SHoverRect_sq64f_gg_"
|
|
29
29
|
})
|
|
30
30
|
);
|
|
31
31
|
var Hover = /* @__PURE__ */ function(_Component) {
|
package/lib/esm/Line.mjs
CHANGED
|
@@ -19,19 +19,19 @@ var style = (
|
|
|
19
19
|
/*__reshadow_css_start__*/
|
|
20
20
|
(sstyled.insert(
|
|
21
21
|
/*__inner_css_start__*/
|
|
22
|
-
".
|
|
22
|
+
".___SLine_yaw39_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_yaw39);transition-timing-function:ease-in-out}.___SLine_yaw39_gg_.__color_yaw39_gg_{stroke:var(--color_yaw39)}.___SLine_yaw39_gg_.__hide_yaw39_gg_{display:none}.___SLine_yaw39_gg_.__transparent_yaw39_gg_{opacity:.3}.___SNull_yaw39_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, #c4c7cf);stroke-dasharray:4}.___SNull_yaw39_gg_.__hide_yaw39_gg_{display:none}.___SLineArea_yaw39_gg_{transition-property:d;transition-duration:var(--duration_yaw39);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLineArea_yaw39_gg_.__color_yaw39_gg_{fill:var(--color_yaw39)}",
|
|
23
23
|
/*__inner_css_end__*/
|
|
24
|
-
"
|
|
24
|
+
"yaw39_gg_"
|
|
25
25
|
), /*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SLine": "
|
|
28
|
-
"--duration": "--
|
|
29
|
-
"_color": "
|
|
30
|
-
"--color": "--
|
|
31
|
-
"_hide": "
|
|
32
|
-
"_transparent": "
|
|
33
|
-
"__SNull": "
|
|
34
|
-
"__SLineArea": "
|
|
27
|
+
"__SLine": "___SLine_yaw39_gg_",
|
|
28
|
+
"--duration": "--duration_yaw39",
|
|
29
|
+
"_color": "__color_yaw39_gg_",
|
|
30
|
+
"--color": "--color_yaw39",
|
|
31
|
+
"_hide": "__hide_yaw39_gg_",
|
|
32
|
+
"_transparent": "__transparent_yaw39_gg_",
|
|
33
|
+
"__SNull": "___SNull_yaw39_gg_",
|
|
34
|
+
"__SLineArea": "___SLineArea_yaw39_gg_"
|
|
35
35
|
})
|
|
36
36
|
);
|
|
37
37
|
var LineRoot = /* @__PURE__ */ function(_Component) {
|
package/lib/esm/Plot.mjs
CHANGED
|
@@ -23,13 +23,13 @@ var style = (
|
|
|
23
23
|
/*__reshadow_css_start__*/
|
|
24
24
|
(sstyled.insert(
|
|
25
25
|
/*__inner_css_start__*/
|
|
26
|
-
".
|
|
26
|
+
".___SPlot_1lppf_gg_{overflow:hidden}.___SPlot_1lppf_gg_:active,.___SPlot_1lppf_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_1lppf_gg_.__keyboardFocused_1lppf_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.5))}",
|
|
27
27
|
/*__inner_css_end__*/
|
|
28
|
-
"
|
|
28
|
+
"1lppf_gg_"
|
|
29
29
|
), /*__reshadow_css_end__*/
|
|
30
30
|
{
|
|
31
|
-
"__SPlot": "
|
|
32
|
-
"_keyboardFocused": "
|
|
31
|
+
"__SPlot": "___SPlot_1lppf_gg_",
|
|
32
|
+
"_keyboardFocused": "__keyboardFocused_1lppf_gg_"
|
|
33
33
|
})
|
|
34
34
|
);
|
|
35
35
|
var PlotRoot = /* @__PURE__ */ function(_Component) {
|
package/lib/esm/Radar.mjs
CHANGED
|
@@ -25,29 +25,29 @@ var style = (
|
|
|
25
25
|
/*__reshadow_css_start__*/
|
|
26
26
|
(sstyled.insert(
|
|
27
27
|
/*__inner_css_start__*/
|
|
28
|
-
".
|
|
28
|
+
".___SAxisLine_1634e_gg_,.___SAxisTick_1634e_gg_,.___SAxis_1634e_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_1634e_gg_,.___SAxisTick_1634e_gg_{stroke-dasharray:2}.___SAxisLine_1634e_gg_.__active_1634e_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_1634e_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_1634e_gg_.__xDirection_1634e_gg_{text-anchor:var(--xDirection_1634e)}.___SAxisLabel_1634e_gg_.__yDirection_1634e_gg_{dominant-baseline:var(--yDirection_1634e)}.___SPolygonDot_1634e_gg_,.___SPolygon_1634e_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_1634e_gg_{opacity:.2}.___SPolygon_1634e_gg_.__color_1634e_gg_{fill:var(--color_1634e)}.___SPolygon_1634e_gg_.__pattern_1634e_gg_.__color_1634e_gg_{fill:var(--pattern_1634e);stroke:var(--color_1634e);stroke-width:1px}.___SPolygonDot_1634e_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_1634e_gg_.__transparent_1634e_gg_{opacity:.3}.___SPolygonDot_1634e_gg_.__color_1634e_gg_{fill:var(--color_1634e)}.___SPolygonLine_1634e_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_1634e_gg_.__transparent_1634e_gg_{opacity:.3}.___SPolygonLine_1634e_gg_.__color_1634e_gg_{stroke:var(--color_1634e)}.___SPieRect_1634e_gg_{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}",
|
|
29
29
|
/*__inner_css_end__*/
|
|
30
|
-
"
|
|
30
|
+
"1634e_gg_"
|
|
31
31
|
), /*__reshadow_css_end__*/
|
|
32
32
|
{
|
|
33
|
-
"__SAxis": "
|
|
34
|
-
"__SAxisLine": "
|
|
35
|
-
"__SAxisTick": "
|
|
36
|
-
"_active": "
|
|
37
|
-
"__SAxisLabel": "
|
|
38
|
-
"_xDirection": "
|
|
39
|
-
"--xDirection": "--
|
|
40
|
-
"_yDirection": "
|
|
41
|
-
"--yDirection": "--
|
|
42
|
-
"__SPolygon": "
|
|
43
|
-
"_color": "
|
|
44
|
-
"--color": "--
|
|
45
|
-
"_pattern": "
|
|
46
|
-
"--pattern": "--
|
|
47
|
-
"__SPolygonDot": "
|
|
48
|
-
"_transparent": "
|
|
49
|
-
"__SPolygonLine": "
|
|
50
|
-
"__SPieRect": "
|
|
33
|
+
"__SAxis": "___SAxis_1634e_gg_",
|
|
34
|
+
"__SAxisLine": "___SAxisLine_1634e_gg_",
|
|
35
|
+
"__SAxisTick": "___SAxisTick_1634e_gg_",
|
|
36
|
+
"_active": "__active_1634e_gg_",
|
|
37
|
+
"__SAxisLabel": "___SAxisLabel_1634e_gg_",
|
|
38
|
+
"_xDirection": "__xDirection_1634e_gg_",
|
|
39
|
+
"--xDirection": "--xDirection_1634e",
|
|
40
|
+
"_yDirection": "__yDirection_1634e_gg_",
|
|
41
|
+
"--yDirection": "--yDirection_1634e",
|
|
42
|
+
"__SPolygon": "___SPolygon_1634e_gg_",
|
|
43
|
+
"_color": "__color_1634e_gg_",
|
|
44
|
+
"--color": "--color_1634e",
|
|
45
|
+
"_pattern": "__pattern_1634e_gg_",
|
|
46
|
+
"--pattern": "--pattern_1634e",
|
|
47
|
+
"__SPolygonDot": "___SPolygonDot_1634e_gg_",
|
|
48
|
+
"_transparent": "__transparent_1634e_gg_",
|
|
49
|
+
"__SPolygonLine": "___SPolygonLine_1634e_gg_",
|
|
50
|
+
"__SPieRect": "___SPieRect_1634e_gg_"
|
|
51
51
|
})
|
|
52
52
|
);
|
|
53
53
|
var clampAngle = function clampAngle2(angle) {
|
package/lib/esm/RadialTree.mjs
CHANGED
|
@@ -25,22 +25,22 @@ var style = (
|
|
|
25
25
|
/*__reshadow_css_start__*/
|
|
26
26
|
(sstyled.insert(
|
|
27
27
|
/*__inner_css_start__*/
|
|
28
|
-
".
|
|
28
|
+
".___SRadian_1exu2_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, #008ff8)}.___SLine_1exu2_gg_{stroke:var(--intergalactic-text-large-info, #008ff8)}.___SLine_1exu2_gg_.__stroke_1exu2_gg_{stroke:var(--stroke_1exu2)}.___SLine_1exu2_gg_.__transparent_1exu2_gg_{opacity:.3}.___SCap_1exu2_gg_{transition:r .1s}.___SCap_1exu2_gg_.__pattern_1exu2_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:1px}.___SCap_1exu2_gg_.__transparent_1exu2_gg_,.___SIcon_1exu2_gg_.__transparent_1exu2_gg_,.___SLabel_1exu2_gg_.__transparent_1exu2_gg_{opacity:.3}.___SLabel_1exu2_gg_{fill:var(--color_1exu2)}@media (hover:hover){.___SRadian_1exu2_gg_:hover .___SLabel_1exu2_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_1exu2_gg_{transition:none}}",
|
|
29
29
|
/*__inner_css_end__*/
|
|
30
|
-
"
|
|
30
|
+
"1exu2_gg_"
|
|
31
31
|
), /*__reshadow_css_end__*/
|
|
32
32
|
{
|
|
33
|
-
"__SRadian": "
|
|
34
|
-
"__SLine": "
|
|
35
|
-
"_stroke": "
|
|
36
|
-
"--stroke": "--
|
|
37
|
-
"_transparent": "
|
|
38
|
-
"__SCap": "
|
|
39
|
-
"_pattern": "
|
|
40
|
-
"__SIcon": "
|
|
41
|
-
"__SLabel": "
|
|
42
|
-
"--color": "--
|
|
43
|
-
"__SLineCap": "
|
|
33
|
+
"__SRadian": "___SRadian_1exu2_gg_",
|
|
34
|
+
"__SLine": "___SLine_1exu2_gg_",
|
|
35
|
+
"_stroke": "__stroke_1exu2_gg_",
|
|
36
|
+
"--stroke": "--stroke_1exu2",
|
|
37
|
+
"_transparent": "__transparent_1exu2_gg_",
|
|
38
|
+
"__SCap": "___SCap_1exu2_gg_",
|
|
39
|
+
"_pattern": "__pattern_1exu2_gg_",
|
|
40
|
+
"__SIcon": "___SIcon_1exu2_gg_",
|
|
41
|
+
"__SLabel": "___SLabel_1exu2_gg_",
|
|
42
|
+
"--color": "--color_1exu2",
|
|
43
|
+
"__SLineCap": "___SLineCap_1exu2_gg_"
|
|
44
44
|
})
|
|
45
45
|
);
|
|
46
46
|
var baseAngle = -Math.PI / 2;
|
package/lib/esm/Reference.mjs
CHANGED
|
@@ -16,22 +16,22 @@ var style = (
|
|
|
16
16
|
/*__reshadow_css_start__*/
|
|
17
17
|
(sstyled.insert(
|
|
18
18
|
/*__inner_css_start__*/
|
|
19
|
-
".
|
|
19
|
+
".___SReferenceLine_1i11x_gg_{fill:none;stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___STitle_1i11x_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_1i11x)}.___STitle_1i11x_gg_._position_top_1i11x_gg_{text-anchor:middle}.___STitle_1i11x_gg_._position_bottom_1i11x_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_1i11x_gg_._position_left_1i11x_gg_,.___STitle_1i11x_gg_._position_right_1i11x_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___SBackground_1i11x_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}.___SStripes_1i11x_gg_{fill:var(--fill_1i11x)}.___SStripesPatternPath_1i11x_gg_{stroke:var(--intergalactic-chart-grid-period-pattern, rgba(25, 27, 35, 0.15));stroke-width:1px}",
|
|
20
20
|
/*__inner_css_end__*/
|
|
21
|
-
"
|
|
21
|
+
"1i11x_gg_"
|
|
22
22
|
), /*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SReferenceLine": "
|
|
25
|
-
"__STitle": "
|
|
26
|
-
"--transform-origin": "--transform-
|
|
27
|
-
"_position_top": "
|
|
28
|
-
"_position_bottom": "
|
|
29
|
-
"_position_right": "
|
|
30
|
-
"_position_left": "
|
|
31
|
-
"__SBackground": "
|
|
32
|
-
"__SStripes": "
|
|
33
|
-
"--fill": "--
|
|
34
|
-
"__SStripesPatternPath": "
|
|
24
|
+
"__SReferenceLine": "___SReferenceLine_1i11x_gg_",
|
|
25
|
+
"__STitle": "___STitle_1i11x_gg_",
|
|
26
|
+
"--transform-origin": "--transform-origin_1i11x",
|
|
27
|
+
"_position_top": "_position_top_1i11x_gg_",
|
|
28
|
+
"_position_bottom": "_position_bottom_1i11x_gg_",
|
|
29
|
+
"_position_right": "_position_right_1i11x_gg_",
|
|
30
|
+
"_position_left": "_position_left_1i11x_gg_",
|
|
31
|
+
"__SBackground": "___SBackground_1i11x_gg_",
|
|
32
|
+
"__SStripes": "___SStripes_1i11x_gg_",
|
|
33
|
+
"--fill": "--fill_1i11x",
|
|
34
|
+
"__SStripesPatternPath": "___SStripesPatternPath_1i11x_gg_"
|
|
35
35
|
})
|
|
36
36
|
);
|
|
37
37
|
var side2direction = {
|
package/lib/esm/ScatterPlot.mjs
CHANGED
|
@@ -21,19 +21,19 @@ var style = (
|
|
|
21
21
|
/*__reshadow_css_start__*/
|
|
22
22
|
(sstyled.insert(
|
|
23
23
|
/*__inner_css_start__*/
|
|
24
|
-
".
|
|
24
|
+
".___SScatterPlot_1ymnd_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_1ymnd);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_1ymnd_gg_:hover{opacity:.8}}.___SScatterPlot_1ymnd_gg_.__color_1ymnd_gg_{fill:var(--color_1ymnd)}.___SScatterPlot_1ymnd_gg_.__pattern_1ymnd_gg_.__color_1ymnd_gg_{fill:var(--pattern_1ymnd);stroke:var(--color_1ymnd);stroke-width:1px}.___SScatterPlot_1ymnd_gg_.__transparent_1ymnd_gg_{opacity:.3}.___SValue_1ymnd_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_1ymnd_gg_.__color_1ymnd_gg_{stroke:var(--color_1ymnd)}.___SValue_1ymnd_gg_.__transparent_1ymnd_gg_{opacity:.3}",
|
|
25
25
|
/*__inner_css_end__*/
|
|
26
|
-
"
|
|
26
|
+
"1ymnd_gg_"
|
|
27
27
|
), /*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"__SScatterPlot": "
|
|
30
|
-
"_color": "
|
|
31
|
-
"--color": "--
|
|
32
|
-
"_pattern": "
|
|
33
|
-
"--pattern": "--
|
|
34
|
-
"_transparent": "
|
|
35
|
-
"__SValue": "
|
|
36
|
-
"--duration": "--
|
|
29
|
+
"__SScatterPlot": "___SScatterPlot_1ymnd_gg_",
|
|
30
|
+
"_color": "__color_1ymnd_gg_",
|
|
31
|
+
"--color": "--color_1ymnd",
|
|
32
|
+
"_pattern": "__pattern_1ymnd_gg_",
|
|
33
|
+
"--pattern": "--pattern_1ymnd",
|
|
34
|
+
"_transparent": "__transparent_1ymnd_gg_",
|
|
35
|
+
"__SValue": "___SValue_1ymnd_gg_",
|
|
36
|
+
"--duration": "--duration_1ymnd"
|
|
37
37
|
})
|
|
38
38
|
);
|
|
39
39
|
var ScatterPlotRoot = /* @__PURE__ */ function(_Component) {
|
package/lib/esm/Tooltip.mjs
CHANGED
|
@@ -22,19 +22,19 @@ var style = (
|
|
|
22
22
|
/*__reshadow_css_start__*/
|
|
23
23
|
(sstyled.insert(
|
|
24
24
|
/*__inner_css_start__*/
|
|
25
|
-
".
|
|
25
|
+
".___STooltip_bqgny_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_bqgny_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SDotGroup_bqgny_gg_{display:flex;align-items:center}.___SDot_bqgny_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SDotCircle_bqgny_gg_.__color_bqgny_gg_{background-color:var(--color_bqgny);width:8px;height:8px;border-radius:50%}.___SFooter_bqgny_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))}",
|
|
26
26
|
/*__inner_css_end__*/
|
|
27
|
-
"
|
|
27
|
+
"bqgny_gg_"
|
|
28
28
|
), /*__reshadow_css_end__*/
|
|
29
29
|
{
|
|
30
|
-
"__STooltip": "
|
|
31
|
-
"__STitle": "
|
|
32
|
-
"__SDotGroup": "
|
|
33
|
-
"__SDot": "
|
|
34
|
-
"__SDotCircle": "
|
|
35
|
-
"_color": "
|
|
36
|
-
"--color": "--
|
|
37
|
-
"__SFooter": "
|
|
30
|
+
"__STooltip": "___STooltip_bqgny_gg_",
|
|
31
|
+
"__STitle": "___STitle_bqgny_gg_",
|
|
32
|
+
"__SDotGroup": "___SDotGroup_bqgny_gg_",
|
|
33
|
+
"__SDot": "___SDot_bqgny_gg_",
|
|
34
|
+
"__SDotCircle": "___SDotCircle_bqgny_gg_",
|
|
35
|
+
"_color": "__color_bqgny_gg_",
|
|
36
|
+
"--color": "--color_bqgny",
|
|
37
|
+
"__SFooter": "___SFooter_bqgny_gg_"
|
|
38
38
|
})
|
|
39
39
|
);
|
|
40
40
|
var TooltipDotRenderContext = /* @__PURE__ */ React.createContext({
|
package/lib/esm/Venn.mjs
CHANGED
|
@@ -23,19 +23,19 @@ var style = (
|
|
|
23
23
|
/*__reshadow_css_start__*/
|
|
24
24
|
(sstyled.insert(
|
|
25
25
|
/*__inner_css_start__*/
|
|
26
|
-
".
|
|
26
|
+
".___SCircle_11le9_gg_,.___SIntersection_11le9_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px}.___SCircle_11le9_gg_{fill:var(--intergalactic-chart-palette-order-2, #59ddaa);fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_11le9);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_11le9_gg_:hover{fill-opacity:.7}}.___SCircle_11le9_gg_.__color_11le9_gg_{fill:var(--color_11le9)}.___SCircle_11le9_gg_.__pattern_11le9_gg_.__color_11le9_gg_{fill:var(--pattern_11le9);fill-opacity:.7;stroke:var(--color_11le9);stroke-width:1px}@media (hover:hover){.___SCircle_11le9_gg_.__pattern_11le9_gg_.__color_11le9_gg_:hover{fill-opacity:.85}}.___SCircle_11le9_gg_.__transparent_11le9_gg_{opacity:.3}.___SIntersection_11le9_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_11le9_gg_:hover{fill-opacity:.1}}.___SIntersection_11le9_gg_.__transparent_11le9_gg_{opacity:.3}",
|
|
27
27
|
/*__inner_css_end__*/
|
|
28
|
-
"
|
|
28
|
+
"11le9_gg_"
|
|
29
29
|
), /*__reshadow_css_end__*/
|
|
30
30
|
{
|
|
31
|
-
"__SCircle": "
|
|
32
|
-
"_color": "
|
|
33
|
-
"--color": "--
|
|
34
|
-
"_transparent": "
|
|
35
|
-
"__SIntersection": "
|
|
36
|
-
"--duration": "--
|
|
37
|
-
"_pattern": "
|
|
38
|
-
"--pattern": "--
|
|
31
|
+
"__SCircle": "___SCircle_11le9_gg_",
|
|
32
|
+
"_color": "__color_11le9_gg_",
|
|
33
|
+
"--color": "--color_11le9",
|
|
34
|
+
"_transparent": "__transparent_11le9_gg_",
|
|
35
|
+
"__SIntersection": "___SIntersection_11le9_gg_",
|
|
36
|
+
"--duration": "--duration_11le9",
|
|
37
|
+
"_pattern": "__pattern_11le9_gg_",
|
|
38
|
+
"--pattern": "--pattern_11le9"
|
|
39
39
|
})
|
|
40
40
|
);
|
|
41
41
|
var VennRoot = /* @__PURE__ */ function(_Component) {
|
|
@@ -13,12 +13,12 @@ var styles = (
|
|
|
13
13
|
/*__reshadow_css_start__*/
|
|
14
14
|
(sstyled.insert(
|
|
15
15
|
/*__inner_css_start__*/
|
|
16
|
-
".
|
|
16
|
+
".___SPlotA11yModule_1kd8z_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_1kd8z_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1}",
|
|
17
17
|
/*__inner_css_end__*/
|
|
18
|
-
"
|
|
18
|
+
"1kd8z_gg_"
|
|
19
19
|
), /*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SPlotA11yModule": "
|
|
21
|
+
"__SPlotA11yModule": "___SPlotA11yModule_1kd8z_gg_"
|
|
22
22
|
})
|
|
23
23
|
);
|
|
24
24
|
var globalWasFocused = false;
|
|
@@ -16,12 +16,12 @@ var styles = (
|
|
|
16
16
|
/*__reshadow_css_start__*/
|
|
17
17
|
(sstyled.insert(
|
|
18
18
|
/*__inner_css_start__*/
|
|
19
|
-
".
|
|
19
|
+
".___SPlotA11yView_yv5r3_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_yv5r3_gg_:focus,.___SPlotA11yView_yv5r3_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_yv5r3_gg_ a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x, 8px);display:block}.___SPlotA11yView_yv5r3_gg_ table,.___SPlotA11yView_yv5r3_gg_ td,.___SPlotA11yView_yv5r3_gg_ th{border:1px solid var(--intergalactic-border-primary, #c4c7cf)}",
|
|
20
20
|
/*__inner_css_end__*/
|
|
21
|
-
"
|
|
21
|
+
"yv5r3_gg_"
|
|
22
22
|
), /*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SPlotA11yView": "
|
|
24
|
+
"__SPlotA11yView": "___SPlotA11yView_yv5r3_gg_"
|
|
25
25
|
})
|
|
26
26
|
);
|
|
27
27
|
var PlotA11yView = function PlotA11yView2(_ref3) {
|
|
@@ -19,14 +19,14 @@ var style = (
|
|
|
19
19
|
/*__reshadow_css_start__*/
|
|
20
20
|
(sstyled.insert(
|
|
21
21
|
/*__inner_css_start__*/
|
|
22
|
-
".
|
|
22
|
+
".___SLegendFlex_w4y6a_gg_._direction_row_w4y6a_gg_{align-items:flex-start;align-content:flex-start;flex-wrap:wrap;gap:8px 16px}.___SLegendFlex_w4y6a_gg_._direction_column_w4y6a_gg_{align-items:flex-start;flex-wrap:wrap;gap:8px}",
|
|
23
23
|
/*__inner_css_end__*/
|
|
24
|
-
"
|
|
24
|
+
"w4y6a_gg_"
|
|
25
25
|
), /*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SLegendFlex": "
|
|
28
|
-
"_direction_row": "
|
|
29
|
-
"_direction_column": "
|
|
27
|
+
"__SLegendFlex": "___SLegendFlex_w4y6a_gg_",
|
|
28
|
+
"_direction_row": "_direction_row_w4y6a_gg_",
|
|
29
|
+
"_direction_column": "_direction_column_w4y6a_gg_"
|
|
30
30
|
})
|
|
31
31
|
);
|
|
32
32
|
var LegendFlexRoot = /* @__PURE__ */ function(_BaseLegend) {
|
|
@@ -22,27 +22,27 @@ var style = (
|
|
|
22
22
|
/*__reshadow_css_start__*/
|
|
23
23
|
(sstyled.insert(
|
|
24
24
|
/*__inner_css_start__*/
|
|
25
|
-
'.
|
|
25
|
+
'.___SLegendItem_1978v_gg_{min-width:0;align-items:flex-start}@media (hover:hover){.___SLegendItem_1978v_gg_:hover{cursor:pointer}.___SLegendItem_1978v_gg_.__disabled_1978v_gg_:hover{cursor:default}}.___SPointShape_1978v_gg_.__color_1978v_gg_{background-color:var(--color_1978v);margin-right:8px;flex-shrink:0}.___SPointShape_1978v_gg_._shape_Circle_1978v_gg_._size_l_1978v_gg_{width:16px;height:16px;border-radius:8px;margin-top:4px}.___SPointShape_1978v_gg_._shape_Circle_1978v_gg_._size_m_1978v_gg_{width:12px;height:12px;border-radius:6px;margin-top:4px}.___SPointShape_1978v_gg_._shape_Line_1978v_gg_._size_l_1978v_gg_{width:16px;height:4px;border-radius:3px;margin-top:9px}.___SPointShape_1978v_gg_._shape_Line_1978v_gg_._size_m_1978v_gg_{width:12px;height:4px;border-radius:3px;margin-top:8px}.___SPointShape_1978v_gg_._shape_Square_1978v_gg_._size_l_1978v_gg_{width:16px;height:16px;border-radius:2px;margin-top:4px}.___SPointShape_1978v_gg_._shape_Square_1978v_gg_._size_m_1978v_gg_{width:12px;height:12px;border-radius:2px;margin-top:4px}.___SPointShape_1978v_gg_._shape_Pattern_1978v_gg_{background-color:transparent;margin-right:4px}.___SIcon_1978v_gg_{line-height:0;margin-right:4px}.___SIcon_1978v_gg_._size_l_1978v_gg_{margin-top:4px}.___SIcon_1978v_gg_._size_m_1978v_gg_{margin-top:2px}.___SLabel_1978v_gg_{min-width:0}.___SAdditionalLabel_1978v_gg_._size_l_1978v_gg_,.___SCount_1978v_gg_._size_l_1978v_gg_,.___SLabel_1978v_gg_._size_l_1978v_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SAdditionalLabel_1978v_gg_._size_m_1978v_gg_,.___SCount_1978v_gg_._size_m_1978v_gg_,.___SLabel_1978v_gg_._size_m_1978v_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SAdditionalLabel_1978v_gg_,.___SCount_1978v_gg_{margin-left:4px}.___SAdditionalLabel_1978v_gg_{white-space:nowrap;display:flex;align-items:flex-start}.___SAdditionalLabel_1978v_gg_::before{content:"";display:inline-block;background-color:var(--intergalactic-text-secondary, #6c6e79);height:4px;width:4px;border-radius:2px;margin-right:4px}.___SAdditionalLabel_1978v_gg_._size_l_1978v_gg_::before{margin-top:10px}.___SAdditionalLabel_1978v_gg_._size_m_1978v_gg_::before{margin-top:8px}.___SPatternSymbol_1978v_gg_{transform:scale(.8)}',
|
|
26
26
|
/*__inner_css_end__*/
|
|
27
|
-
"
|
|
27
|
+
"1978v_gg_"
|
|
28
28
|
), /*__reshadow_css_end__*/
|
|
29
29
|
{
|
|
30
|
-
"__SLegendItem": "
|
|
31
|
-
"_disabled": "
|
|
32
|
-
"__SPointShape": "
|
|
33
|
-
"_color": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"_shape_Circle": "
|
|
36
|
-
"_size_l": "
|
|
37
|
-
"_size_m": "
|
|
38
|
-
"_shape_Line": "
|
|
39
|
-
"_shape_Square": "
|
|
40
|
-
"_shape_Pattern": "
|
|
41
|
-
"__SIcon": "
|
|
42
|
-
"__SLabel": "
|
|
43
|
-
"__SAdditionalLabel": "
|
|
44
|
-
"__SCount": "
|
|
45
|
-
"__SPatternSymbol": "
|
|
30
|
+
"__SLegendItem": "___SLegendItem_1978v_gg_",
|
|
31
|
+
"_disabled": "__disabled_1978v_gg_",
|
|
32
|
+
"__SPointShape": "___SPointShape_1978v_gg_",
|
|
33
|
+
"_color": "__color_1978v_gg_",
|
|
34
|
+
"--color": "--color_1978v",
|
|
35
|
+
"_shape_Circle": "_shape_Circle_1978v_gg_",
|
|
36
|
+
"_size_l": "_size_l_1978v_gg_",
|
|
37
|
+
"_size_m": "_size_m_1978v_gg_",
|
|
38
|
+
"_shape_Line": "_shape_Line_1978v_gg_",
|
|
39
|
+
"_shape_Square": "_shape_Square_1978v_gg_",
|
|
40
|
+
"_shape_Pattern": "_shape_Pattern_1978v_gg_",
|
|
41
|
+
"__SIcon": "___SIcon_1978v_gg_",
|
|
42
|
+
"__SLabel": "___SLabel_1978v_gg_",
|
|
43
|
+
"__SAdditionalLabel": "___SAdditionalLabel_1978v_gg_",
|
|
44
|
+
"__SCount": "___SCount_1978v_gg_",
|
|
45
|
+
"__SPatternSymbol": "___SPatternSymbol_1978v_gg_"
|
|
46
46
|
})
|
|
47
47
|
);
|
|
48
48
|
var enhance = [resolveColorEnhance(), uniqueIDEnhancement()];
|
|
@@ -15,16 +15,16 @@ var style = (
|
|
|
15
15
|
/*__reshadow_css_start__*/
|
|
16
16
|
(sstyled.insert(
|
|
17
17
|
/*__inner_css_start__*/
|
|
18
|
-
'.
|
|
18
|
+
'.___SLegendTable_fpkuy_gg_.__columns-count_fpkuy_gg_{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;display:grid;grid-template-columns:auto .2fr;align-items:center;height:-moz-fit-content;height:fit-content;grid-column-gap:16px;grid-row-gap:8px}.___SColumnItem_fpkuy_gg_._size_l_fpkuy_gg_{font-size:var(--intergalactic-fs-300, 16px);text-align:right}.___SColumnItem_fpkuy_gg_._size_m_fpkuy_gg_{font-size:var(--intergalactic-fs-200, 14px);text-align:right}',
|
|
19
19
|
/*__inner_css_end__*/
|
|
20
|
-
"
|
|
20
|
+
"fpkuy_gg_"
|
|
21
21
|
), /*__reshadow_css_end__*/
|
|
22
22
|
{
|
|
23
|
-
"__SLegendTable": "
|
|
24
|
-
"_columns-count": "__columns-
|
|
25
|
-
"__SColumnItem": "
|
|
26
|
-
"_size_l": "
|
|
27
|
-
"_size_m": "
|
|
23
|
+
"__SLegendTable": "___SLegendTable_fpkuy_gg_",
|
|
24
|
+
"_columns-count": "__columns-count_fpkuy_gg_",
|
|
25
|
+
"__SColumnItem": "___SColumnItem_fpkuy_gg_",
|
|
26
|
+
"_size_l": "_size_l_fpkuy_gg_",
|
|
27
|
+
"_size_m": "_size_m_fpkuy_gg_"
|
|
28
28
|
})
|
|
29
29
|
);
|
|
30
30
|
var LegendTableRoot = /* @__PURE__ */ function(_BaseLegend) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/d3-chart",
|
|
3
3
|
"description": "Semrush D3 Chart Component",
|
|
4
|
-
"version": "3.60.
|
|
4
|
+
"version": "3.60.2",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@formatjs/intl": "2.3.0",
|
|
18
|
-
"@semcore/animation": "2.41.
|
|
19
|
-
"@semcore/checkbox": "7.44.
|
|
20
|
-
"@semcore/divider": "4.40.
|
|
21
|
-
"@semcore/flex-box": "5.41.
|
|
22
|
-
"@semcore/popper": "5.46.
|
|
23
|
-
"@semcore/utils": "4.48.
|
|
24
|
-
"@semcore/typography": "5.53.
|
|
25
|
-
"@semcore/icon": "4.62.
|
|
18
|
+
"@semcore/animation": "2.41.4",
|
|
19
|
+
"@semcore/checkbox": "7.44.4",
|
|
20
|
+
"@semcore/divider": "4.40.4",
|
|
21
|
+
"@semcore/flex-box": "5.41.4",
|
|
22
|
+
"@semcore/popper": "5.46.4",
|
|
23
|
+
"@semcore/utils": "4.48.5",
|
|
24
|
+
"@semcore/typography": "5.53.2",
|
|
25
|
+
"@semcore/icon": "4.62.1",
|
|
26
26
|
"@types/d3-shape": "^3.1.0",
|
|
27
27
|
"@upsetjs/venn.js": "1.4.2",
|
|
28
28
|
"d3-array": "3.1.6",
|