@semcore/d3-chart 16.6.0-prerelease.5 → 16.7.0-prerelease.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 +11 -11
- package/lib/cjs/Axis.js +15 -15
- package/lib/cjs/Bar.js +16 -16
- package/lib/cjs/Bubble.js +14 -14
- 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/Chart/AbstractChart.js +4 -4
- 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/LegendItem/legend-item.shadow.css +1 -1
- package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/cjs/style/area.shadow.css +3 -3
- package/lib/cjs/style/axis.shadow.css +4 -4
- package/lib/cjs/style/bar.shadow.css +6 -6
- package/lib/cjs/style/bubble.shadow.css +4 -4
- package/lib/cjs/style/donut.shadow.css +3 -3
- package/lib/cjs/style/dot.shadow.css +2 -2
- package/lib/cjs/style/hover.shadow.css +2 -2
- package/lib/cjs/style/line.shadow.css +3 -3
- package/lib/cjs/style/plot.shadow.css +1 -1
- package/lib/cjs/style/plotA11yView.shadow.css +4 -4
- package/lib/cjs/style/radar.shadow.css +8 -8
- package/lib/cjs/style/radial-tree.shadow.css +3 -3
- package/lib/cjs/style/reference.shadow.css +4 -4
- package/lib/cjs/style/scatterplot.shadow.css +2 -2
- package/lib/cjs/style/tooltip.shadow.css +5 -5
- package/lib/cjs/style/venn.shadow.css +3 -3
- package/lib/es6/Area.js +11 -11
- package/lib/es6/Axis.js +15 -15
- package/lib/es6/Bar.js +16 -16
- package/lib/es6/Bubble.js +14 -14
- 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/Chart/AbstractChart.js +4 -4
- 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/LegendItem/legend-item.shadow.css +1 -1
- package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/es6/style/area.shadow.css +3 -3
- package/lib/es6/style/axis.shadow.css +4 -4
- package/lib/es6/style/bar.shadow.css +6 -6
- package/lib/es6/style/bubble.shadow.css +4 -4
- package/lib/es6/style/donut.shadow.css +3 -3
- package/lib/es6/style/dot.shadow.css +2 -2
- package/lib/es6/style/hover.shadow.css +2 -2
- package/lib/es6/style/line.shadow.css +3 -3
- package/lib/es6/style/plot.shadow.css +1 -1
- package/lib/es6/style/plotA11yView.shadow.css +4 -4
- package/lib/es6/style/radar.shadow.css +8 -8
- package/lib/es6/style/radial-tree.shadow.css +3 -3
- package/lib/es6/style/reference.shadow.css +4 -4
- package/lib/es6/style/scatterplot.shadow.css +2 -2
- package/lib/es6/style/tooltip.shadow.css +5 -5
- package/lib/es6/style/venn.shadow.css +3 -3
- package/lib/esm/Area.mjs +12 -12
- package/lib/esm/Axis.mjs +16 -16
- package/lib/esm/Bar.mjs +17 -17
- package/lib/esm/Bubble.mjs +15 -15
- 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/Chart/AbstractChart.mjs +5 -5
- 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/LegendItem/legend-item.shadow.css +1 -1
- package/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +7 -7
- package/lib/esm/style/area.shadow.css +3 -3
- package/lib/esm/style/axis.shadow.css +4 -4
- package/lib/esm/style/bar.shadow.css +6 -6
- package/lib/esm/style/bubble.shadow.css +4 -4
- package/lib/esm/style/donut.shadow.css +3 -3
- package/lib/esm/style/dot.shadow.css +2 -2
- package/lib/esm/style/hover.shadow.css +2 -2
- package/lib/esm/style/line.shadow.css +3 -3
- package/lib/esm/style/plot.shadow.css +1 -1
- package/lib/esm/style/plotA11yView.shadow.css +4 -4
- package/lib/esm/style/radar.shadow.css +8 -8
- package/lib/esm/style/radial-tree.shadow.css +3 -3
- package/lib/esm/style/reference.shadow.css +4 -4
- package/lib/esm/style/scatterplot.shadow.css +2 -2
- package/lib/esm/style/tooltip.shadow.css +5 -5
- package/lib/esm/style/venn.shadow.css +3 -3
- package/package.json +18 -18
|
@@ -4,16 +4,16 @@ STooltip {
|
|
|
4
4
|
font-size: var(--intergalactic-fs-100, 12px);
|
|
5
5
|
line-height: var(--intergalactic-lh-100, 133%);
|
|
6
6
|
position: relative;
|
|
7
|
-
background-color: var(--intergalactic-bg-primary-neutral,
|
|
7
|
+
background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0));
|
|
8
8
|
border-radius: var(--intergalactic-popper-rounded, 6px);
|
|
9
|
-
border: 1px solid var(--intergalactic-border-secondary,
|
|
9
|
+
border: 1px solid var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07));
|
|
10
10
|
box-sizing: border-box;
|
|
11
|
-
box-shadow: var(--intergalactic-box-shadow-popper,
|
|
11
|
+
box-shadow: var(--intergalactic-box-shadow-popper, 1px 1px 10px 0px oklch(0.176 0.033 175.7 / 0.07));
|
|
12
12
|
padding: var(--intergalactic-spacing-3x, 12px);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
STitle {
|
|
16
|
-
color: var(--intergalactic-text-secondary,
|
|
16
|
+
color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583));
|
|
17
17
|
margin-bottom: var(--intergalactic-spacing-2x, 8px);
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -35,7 +35,7 @@ SDotCircle[color] {
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
SFooter {
|
|
38
|
-
background: var(--intergalactic-bg-secondary-neutral,
|
|
38
|
+
background: var(--intergalactic-bg-secondary-neutral, oklch(0.98 0.001 180));
|
|
39
39
|
padding: var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-3x, 12px);
|
|
40
40
|
border-radius: 0 0 var(--intergalactic-rounded-medium, 6px) var(--intergalactic-rounded-medium, 6px);
|
|
41
41
|
margin: var(--intergalactic-spacing-3x, 12px) calc(-1 * var(--intergalactic-spacing-3x, 12px)) calc(-1 * var(--intergalactic-spacing-3x, 12px));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SCircle {
|
|
4
|
-
fill: var(--intergalactic-chart-palette-order-2,
|
|
5
|
-
stroke: var(--intergalactic-chart-grid-border, #
|
|
4
|
+
fill: var(--intergalactic-chart-palette-order-2, oklch(0.82 0.15 170));
|
|
5
|
+
stroke: var(--intergalactic-chart-grid-border, #fff);
|
|
6
6
|
stroke-width: 2px;
|
|
7
7
|
fill-opacity: 0.5;
|
|
8
8
|
transition-property: cx, cy;
|
|
@@ -34,7 +34,7 @@ SCircle[transparent] {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
SIntersection {
|
|
37
|
-
stroke: var(--intergalactic-chart-grid-border, #
|
|
37
|
+
stroke: var(--intergalactic-chart-grid-border, #fff);
|
|
38
38
|
stroke-width: 2px;
|
|
39
39
|
fill-opacity: 0;
|
|
40
40
|
|
package/lib/esm/Area.mjs
CHANGED
|
@@ -21,21 +21,21 @@ var style = (
|
|
|
21
21
|
/*__reshadow_css_start__*/
|
|
22
22
|
(sstyled.insert(
|
|
23
23
|
/*__inner_css_start__*/
|
|
24
|
-
".
|
|
24
|
+
".___SArea_1q484_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));fill-opacity:.2}.___SArea_1q484_gg_.__color_1q484_gg_{fill:var(--color_1q484)}.___SArea_1q484_gg_.__pattern_1q484_gg_{fill:var(--pattern_1q484);fill-opacity:.7}.___SArea_1q484_gg_.__transparent_1q484_gg_{opacity:.3}.___SAreaLine_1q484_gg_{stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));stroke-width:3;fill:transparent}.___SAreaLine_1q484_gg_.__color_1q484_gg_{stroke:var(--color_1q484)}.___SAreaLine_1q484_gg_.__transparent_1q484_gg_{opacity:.3}.___SAreaLine_1q484_gg_,.___SArea_1q484_gg_{transition-property:d;transition-duration:var(--duration_1q484);transition-timing-function:ease-in-out}.___SNull_1q484_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215));stroke-dasharray:4}.___SNull_1q484_gg_.__hide_1q484_gg_{display:none}",
|
|
25
25
|
/*__inner_css_end__*/
|
|
26
|
-
"
|
|
26
|
+
"1q484_gg_"
|
|
27
27
|
), /*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"__SArea": "
|
|
30
|
-
"_color": "
|
|
31
|
-
"--color": "--
|
|
32
|
-
"_pattern": "
|
|
33
|
-
"--pattern": "--
|
|
34
|
-
"_transparent": "
|
|
35
|
-
"__SAreaLine": "
|
|
36
|
-
"--duration": "--
|
|
37
|
-
"__SNull": "
|
|
38
|
-
"_hide": "
|
|
29
|
+
"__SArea": "___SArea_1q484_gg_",
|
|
30
|
+
"_color": "__color_1q484_gg_",
|
|
31
|
+
"--color": "--color_1q484",
|
|
32
|
+
"_pattern": "__pattern_1q484_gg_",
|
|
33
|
+
"--pattern": "--pattern_1q484",
|
|
34
|
+
"_transparent": "__transparent_1q484_gg_",
|
|
35
|
+
"__SAreaLine": "___SAreaLine_1q484_gg_",
|
|
36
|
+
"--duration": "--duration_1q484",
|
|
37
|
+
"__SNull": "___SNull_1q484_gg_",
|
|
38
|
+
"_hide": "__hide_1q484_gg_"
|
|
39
39
|
})
|
|
40
40
|
);
|
|
41
41
|
var AreaRoot = /* @__PURE__ */ (function(_Component) {
|
package/lib/esm/Axis.mjs
CHANGED
|
@@ -15,25 +15,25 @@ var style = (
|
|
|
15
15
|
/*__reshadow_css_start__*/
|
|
16
16
|
(sstyled.insert(
|
|
17
17
|
/*__inner_css_start__*/
|
|
18
|
-
".
|
|
18
|
+
".___SAxis_vyvv7_gg_{stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215))}.___SAxis_vyvv7_gg_.__hide_vyvv7_gg_,.___STick_vyvv7_gg_.__hide_vyvv7_gg_{display:none}.___STick_vyvv7_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583))}@supports (color:color(display-p3 0 0 0%)){.___STick_vyvv7_gg_{fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STick_vyvv7_gg_{fill:var(--intergalactic-chart-grid-text-label, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SGrid_vyvv7_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@supports (color:color(display-p3 0 0 0%)){.___SGrid_vyvv7_gg_{stroke:var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@media (color-gamut:p3){.___SGrid_vyvv7_gg_{stroke:var(--intergalactic-border-secondary, color(display-p3 0.01753 0.08157 0.06372 / 0.07))}}}.___STitle_vyvv7_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, rgba(0, 3, 0, 0.583));transform-origin:var(--transform-origin_vyvv7)}@supports (color:color(display-p3 0 0 0%)){.___STitle_vyvv7_gg_{fill:var(--intergalactic-text-hint, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STitle_vyvv7_gg_{fill:var(--intergalactic-text-hint, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___STitle_vyvv7_gg_._position_top_vyvv7_gg_{text-anchor:middle}.___STitle_vyvv7_gg_._position_bottom_vyvv7_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_vyvv7_gg_._position_left_vyvv7_gg_,.___STitle_vyvv7_gg_._position_right_vyvv7_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_vyvv7_gg_._position_left_vyvv7_gg_.__verticalWritingMode_vyvv7_gg_,.___STitle_vyvv7_gg_._position_right_vyvv7_gg_.__verticalWritingMode_vyvv7_gg_{writing-mode:vertical-rl;transform:none}.___STick_vyvv7_gg_._position_top_vyvv7_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_vyvv7_gg_._position_bottom_vyvv7_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_vyvv7_gg_._position_bottom_vyvv7_gg_ tspan{dominant-baseline:hanging}.___STick_vyvv7_gg_._position_right_vyvv7_gg_{transform:translateX(16px);text-anchor:start;dominant-baseline:middle}.___STick_vyvv7_gg_._position_left_vyvv7_gg_ tspan,.___STick_vyvv7_gg_._position_right_vyvv7_gg_ tspan{dominant-baseline:middle}.___STick_vyvv7_gg_._position_left_vyvv7_gg_.__multiline_vyvv7_gg_,.___STick_vyvv7_gg_._position_left_vyvv7_gg_.__multiline_vyvv7_gg_ tspan,.___STick_vyvv7_gg_._position_right_vyvv7_gg_.__multiline_vyvv7_gg_,.___STick_vyvv7_gg_._position_right_vyvv7_gg_.__multiline_vyvv7_gg_ tspan{dominant-baseline:auto}.___STick_vyvv7_gg_._position_left_vyvv7_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_vyvv7_gg_._position_custom_0_vyvv7_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_vyvv7_gg_._position_custom_0_vyvv7_gg_ tspan{dominant-baseline:hanging}.___STick_vyvv7_gg_._position_custom_1_vyvv7_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_vyvv7_gg_._position_custom_1_vyvv7_gg_ tspan{dominant-baseline:middle}",
|
|
19
19
|
/*__inner_css_end__*/
|
|
20
|
-
"
|
|
20
|
+
"vyvv7_gg_"
|
|
21
21
|
), /*__reshadow_css_end__*/
|
|
22
22
|
{
|
|
23
|
-
"__SAxis": "
|
|
24
|
-
"_hide": "
|
|
25
|
-
"__STick": "
|
|
26
|
-
"__SGrid": "
|
|
27
|
-
"__STitle": "
|
|
28
|
-
"--transform-origin": "--transform-
|
|
29
|
-
"_position_top": "
|
|
30
|
-
"_position_bottom": "
|
|
31
|
-
"_position_right": "
|
|
32
|
-
"_position_left": "
|
|
33
|
-
"_verticalWritingMode": "
|
|
34
|
-
"_multiline": "
|
|
35
|
-
"_position_custom_0": "
|
|
36
|
-
"_position_custom_1": "
|
|
23
|
+
"__SAxis": "___SAxis_vyvv7_gg_",
|
|
24
|
+
"_hide": "__hide_vyvv7_gg_",
|
|
25
|
+
"__STick": "___STick_vyvv7_gg_",
|
|
26
|
+
"__SGrid": "___SGrid_vyvv7_gg_",
|
|
27
|
+
"__STitle": "___STitle_vyvv7_gg_",
|
|
28
|
+
"--transform-origin": "--transform-origin_vyvv7",
|
|
29
|
+
"_position_top": "_position_top_vyvv7_gg_",
|
|
30
|
+
"_position_bottom": "_position_bottom_vyvv7_gg_",
|
|
31
|
+
"_position_right": "_position_right_vyvv7_gg_",
|
|
32
|
+
"_position_left": "_position_left_vyvv7_gg_",
|
|
33
|
+
"_verticalWritingMode": "__verticalWritingMode_vyvv7_gg_",
|
|
34
|
+
"_multiline": "__multiline_vyvv7_gg_",
|
|
35
|
+
"_position_custom_0": "_position_custom_0_vyvv7_gg_",
|
|
36
|
+
"_position_custom_1": "_position_custom_1_vyvv7_gg_"
|
|
37
37
|
})
|
|
38
38
|
);
|
|
39
39
|
var CUSTOM_0 = Symbol("custom_0");
|
package/lib/esm/Bar.mjs
CHANGED
|
@@ -17,26 +17,26 @@ var style = (
|
|
|
17
17
|
/*__reshadow_css_start__*/
|
|
18
18
|
(sstyled.insert(
|
|
19
19
|
/*__inner_css_start__*/
|
|
20
|
-
".
|
|
20
|
+
".___SBar_ypckh_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:height,width,y;transition-duration:var(--duration_ypckh);transition-timing-function:ease-in-out}.___SBar_ypckh_gg_.__color_ypckh_gg_{fill:var(--color_ypckh)}.___SBar_ypckh_gg_.__pattern_ypckh_gg_.__color_ypckh_gg_{fill:var(--pattern_ypckh);stroke:var(--color_ypckh);stroke-width:1px}.___SBar_ypckh_gg_.__hide_ypckh_gg_{display:none}.___SBar_ypckh_gg_.__transparent_ypckh_gg_{opacity:.3}.___SBackground_ypckh_gg_.__onClick_ypckh_gg_,.___SBar_ypckh_gg_.__onClick_ypckh_gg_{cursor:pointer}.___SBackground_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, rgb(241, 242, 242))}.___SBarAnnotation_ypckh_gg_{display:flex;justify-content:space-between}.___SBarLabel_ypckh_gg_,.___SBarPercent_ypckh_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarLabel_ypckh_gg_{color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));margin-right:auto}.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583));margin-right:var(--intergalactic-spacing-2x, 8px)}@supports (color:color(display-p3 0 0 0%)){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SBarValue_ypckh_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);text-align:right}.___SCompactHorizontalBarHoverRect_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
21
21
|
/*__inner_css_end__*/
|
|
22
|
-
"
|
|
22
|
+
"ypckh_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_ypckh_gg_",
|
|
26
|
+
"--duration": "--duration_ypckh",
|
|
27
|
+
"_color": "__color_ypckh_gg_",
|
|
28
|
+
"--color": "--color_ypckh",
|
|
29
|
+
"_pattern": "__pattern_ypckh_gg_",
|
|
30
|
+
"--pattern": "--pattern_ypckh",
|
|
31
|
+
"_hide": "__hide_ypckh_gg_",
|
|
32
|
+
"_transparent": "__transparent_ypckh_gg_",
|
|
33
|
+
"_onClick": "__onClick_ypckh_gg_",
|
|
34
|
+
"__SBackground": "___SBackground_ypckh_gg_",
|
|
35
|
+
"__SBarAnnotation": "___SBarAnnotation_ypckh_gg_",
|
|
36
|
+
"__SBarLabel": "___SBarLabel_ypckh_gg_",
|
|
37
|
+
"__SBarPercent": "___SBarPercent_ypckh_gg_",
|
|
38
|
+
"__SBarValue": "___SBarValue_ypckh_gg_",
|
|
39
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_ypckh_gg_"
|
|
40
40
|
})
|
|
41
41
|
);
|
|
42
42
|
var MIN_HEIGHT = 2;
|
package/lib/esm/Bubble.mjs
CHANGED
|
@@ -21,24 +21,24 @@ var style = (
|
|
|
21
21
|
/*__reshadow_css_start__*/
|
|
22
22
|
(sstyled.insert(
|
|
23
23
|
/*__inner_css_start__*/
|
|
24
|
-
".
|
|
24
|
+
".___SBubble_1e4ew_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));stroke:var(--intergalactic-chart-grid-border, #fff);stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_1e4ew);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1e4ew_gg_:hover{opacity:.8}}g._visible_false_1e4ew_gg_{display:none}.___SBubble_1e4ew_gg_.__clickable_1e4ew_gg_{cursor:pointer}.___SBubble_1e4ew_gg_.__color_1e4ew_gg_{fill:var(--color_1e4ew)}.___SBubble_1e4ew_gg_.__pattern_1e4ew_gg_.__color_1e4ew_gg_{fill:var(--pattern_1e4ew);stroke:var(--color_1e4ew);stroke-width:1px}.___SBubble_1e4ew_gg_.__transparent_1e4ew_gg_{opacity:.3}.___SCenter_1e4ew_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SCenter_1e4ew_gg_.__color_1e4ew_gg_{stroke:var(--color_1e4ew)}.___SCenter_1e4ew_gg_.__transparent_1e4ew_gg_{opacity:.3}.___SLabel_1e4ew_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SLabel_1e4ew_gg_._position_right_1e4ew_gg_{text-anchor:end}.___SLabel_1e4ew_gg_._position_left_1e4ew_gg_{text-anchor:start}.___SLabel_1e4ew_gg_.__color_1e4ew_gg_{fill:var(--color_1e4ew)}.___SLabel_1e4ew_gg_.__transparent_1e4ew_gg_{opacity:.3}",
|
|
25
25
|
/*__inner_css_end__*/
|
|
26
|
-
"
|
|
26
|
+
"1e4ew_gg_"
|
|
27
27
|
), /*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"_visible_false": "
|
|
30
|
-
"__SBubble": "
|
|
31
|
-
"_clickable": "
|
|
32
|
-
"_color": "
|
|
33
|
-
"--color": "--
|
|
34
|
-
"_pattern": "
|
|
35
|
-
"--pattern": "--
|
|
36
|
-
"_transparent": "
|
|
37
|
-
"__SCenter": "
|
|
38
|
-
"__SLabel": "
|
|
39
|
-
"_position_right": "
|
|
40
|
-
"_position_left": "
|
|
41
|
-
"--duration": "--
|
|
29
|
+
"_visible_false": "_visible_false_1e4ew_gg_",
|
|
30
|
+
"__SBubble": "___SBubble_1e4ew_gg_",
|
|
31
|
+
"_clickable": "__clickable_1e4ew_gg_",
|
|
32
|
+
"_color": "__color_1e4ew_gg_",
|
|
33
|
+
"--color": "--color_1e4ew",
|
|
34
|
+
"_pattern": "__pattern_1e4ew_gg_",
|
|
35
|
+
"--pattern": "--pattern_1e4ew",
|
|
36
|
+
"_transparent": "__transparent_1e4ew_gg_",
|
|
37
|
+
"__SCenter": "___SCenter_1e4ew_gg_",
|
|
38
|
+
"__SLabel": "___SLabel_1e4ew_gg_",
|
|
39
|
+
"_position_right": "_position_right_1e4ew_gg_",
|
|
40
|
+
"_position_left": "_position_left_1e4ew_gg_",
|
|
41
|
+
"--duration": "--duration_1e4ew"
|
|
42
42
|
})
|
|
43
43
|
);
|
|
44
44
|
var BubbleRoot = /* @__PURE__ */ (function(_Component) {
|
|
@@ -23,26 +23,26 @@ var style = (
|
|
|
23
23
|
/*__reshadow_css_start__*/
|
|
24
24
|
(sstyled.insert(
|
|
25
25
|
/*__inner_css_start__*/
|
|
26
|
-
".
|
|
26
|
+
".___SBar_ypckh_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:height,width,y;transition-duration:var(--duration_ypckh);transition-timing-function:ease-in-out}.___SBar_ypckh_gg_.__color_ypckh_gg_{fill:var(--color_ypckh)}.___SBar_ypckh_gg_.__pattern_ypckh_gg_.__color_ypckh_gg_{fill:var(--pattern_ypckh);stroke:var(--color_ypckh);stroke-width:1px}.___SBar_ypckh_gg_.__hide_ypckh_gg_{display:none}.___SBar_ypckh_gg_.__transparent_ypckh_gg_{opacity:.3}.___SBackground_ypckh_gg_.__onClick_ypckh_gg_,.___SBar_ypckh_gg_.__onClick_ypckh_gg_{cursor:pointer}.___SBackground_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, rgb(241, 242, 242))}.___SBarAnnotation_ypckh_gg_{display:flex;justify-content:space-between}.___SBarLabel_ypckh_gg_,.___SBarPercent_ypckh_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarLabel_ypckh_gg_{color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));margin-right:auto}.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583));margin-right:var(--intergalactic-spacing-2x, 8px)}@supports (color:color(display-p3 0 0 0%)){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SBarValue_ypckh_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);text-align:right}.___SCompactHorizontalBarHoverRect_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
27
27
|
/*__inner_css_end__*/
|
|
28
|
-
"
|
|
28
|
+
"ypckh_gg_"
|
|
29
29
|
), /*__reshadow_css_end__*/
|
|
30
30
|
{
|
|
31
|
-
"__SBar": "
|
|
32
|
-
"--duration": "--
|
|
33
|
-
"_color": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"_pattern": "
|
|
36
|
-
"--pattern": "--
|
|
37
|
-
"_hide": "
|
|
38
|
-
"_transparent": "
|
|
39
|
-
"_onClick": "
|
|
40
|
-
"__SBackground": "
|
|
41
|
-
"__SBarAnnotation": "
|
|
42
|
-
"__SBarLabel": "
|
|
43
|
-
"__SBarPercent": "
|
|
44
|
-
"__SBarValue": "
|
|
45
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
31
|
+
"__SBar": "___SBar_ypckh_gg_",
|
|
32
|
+
"--duration": "--duration_ypckh",
|
|
33
|
+
"_color": "__color_ypckh_gg_",
|
|
34
|
+
"--color": "--color_ypckh",
|
|
35
|
+
"_pattern": "__pattern_ypckh_gg_",
|
|
36
|
+
"--pattern": "--pattern_ypckh",
|
|
37
|
+
"_hide": "__hide_ypckh_gg_",
|
|
38
|
+
"_transparent": "__transparent_ypckh_gg_",
|
|
39
|
+
"_onClick": "__onClick_ypckh_gg_",
|
|
40
|
+
"__SBackground": "___SBackground_ypckh_gg_",
|
|
41
|
+
"__SBarAnnotation": "___SBarAnnotation_ypckh_gg_",
|
|
42
|
+
"__SBarLabel": "___SBarLabel_ypckh_gg_",
|
|
43
|
+
"__SBarPercent": "___SBarPercent_ypckh_gg_",
|
|
44
|
+
"__SBarValue": "___SBarValue_ypckh_gg_",
|
|
45
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_ypckh_gg_"
|
|
46
46
|
})
|
|
47
47
|
);
|
|
48
48
|
var MIN_WIDTH = 4;
|
package/lib/esm/Donut.mjs
CHANGED
|
@@ -25,19 +25,19 @@ var style = (
|
|
|
25
25
|
/*__reshadow_css_start__*/
|
|
26
26
|
(sstyled.insert(
|
|
27
27
|
/*__inner_css_start__*/
|
|
28
|
-
".
|
|
28
|
+
".___SPie_1q03a_gg_{stroke:var(--intergalactic-chart-grid-border, #fff);fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SPie_1q03a_gg_.__color_1q03a_gg_{fill:var(--color_1q03a)}.___SPie_1q03a_gg_.__pattern_1q03a_gg_.__color_1q03a_gg_{fill:var(--pattern_1q03a);stroke:var(--color_1q03a);stroke-width:1px}.___SPie_1q03a_gg_.__transparent_1q03a_gg_{opacity:.3}.___SEmptyData_1q03a_gg_{fill:var(--intergalactic-chart-palette-order-null, rgb(221, 222, 222))}.___SEmptyData_1q03a_gg_.__color_1q03a_gg_{fill:var(--color_1q03a)}.___SLabel_1q03a_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}",
|
|
29
29
|
/*__inner_css_end__*/
|
|
30
|
-
"
|
|
30
|
+
"1q03a_gg_"
|
|
31
31
|
), /*__reshadow_css_end__*/
|
|
32
32
|
{
|
|
33
|
-
"__SPie": "
|
|
34
|
-
"_color": "
|
|
35
|
-
"--color": "--
|
|
36
|
-
"_pattern": "
|
|
37
|
-
"--pattern": "--
|
|
38
|
-
"_transparent": "
|
|
39
|
-
"__SEmptyData": "
|
|
40
|
-
"__SLabel": "
|
|
33
|
+
"__SPie": "___SPie_1q03a_gg_",
|
|
34
|
+
"_color": "__color_1q03a_gg_",
|
|
35
|
+
"--color": "--color_1q03a",
|
|
36
|
+
"_pattern": "__pattern_1q03a_gg_",
|
|
37
|
+
"--pattern": "--pattern_1q03a",
|
|
38
|
+
"_transparent": "__transparent_1q03a_gg_",
|
|
39
|
+
"__SEmptyData": "___SEmptyData_1q03a_gg_",
|
|
40
|
+
"__SLabel": "___SLabel_1q03a_gg_"
|
|
41
41
|
})
|
|
42
42
|
);
|
|
43
43
|
var DEFAULT_INSTANCE = Symbol("DEFAULT_INSTANCE");
|
package/lib/esm/Dots.mjs
CHANGED
|
@@ -11,18 +11,18 @@ var style = (
|
|
|
11
11
|
/*__reshadow_css_start__*/
|
|
12
12
|
(sstyled.insert(
|
|
13
13
|
/*__inner_css_start__*/
|
|
14
|
-
".
|
|
14
|
+
".___SDots_1k634_gg_ .___SDot_1k634_gg_{transition-duration:var(--duration_1k634)}.___SDot_1k634_gg_{stroke-width:1px;stroke:var(--intergalactic-chart-grid-border, #fff);fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:cx,cy,x,y;transition-timing-function:ease-in-out}.___SDot_1k634_gg_.__hide_1k634_gg_{display:none}.___SDot_1k634_gg_.__color_1k634_gg_{fill:var(--color_1k634)}.___SDot_1k634_gg_.__transparent_1k634_gg_{opacity:.3}",
|
|
15
15
|
/*__inner_css_end__*/
|
|
16
|
-
"
|
|
16
|
+
"1k634_gg_"
|
|
17
17
|
), /*__reshadow_css_end__*/
|
|
18
18
|
{
|
|
19
|
-
"__SDot": "
|
|
20
|
-
"_hide": "
|
|
21
|
-
"_color": "
|
|
22
|
-
"--color": "--
|
|
23
|
-
"_transparent": "
|
|
24
|
-
"__SDots": "
|
|
25
|
-
"--duration": "--
|
|
19
|
+
"__SDot": "___SDot_1k634_gg_",
|
|
20
|
+
"_hide": "__hide_1k634_gg_",
|
|
21
|
+
"_color": "__color_1k634_gg_",
|
|
22
|
+
"--color": "--color_1k634",
|
|
23
|
+
"_transparent": "__transparent_1k634_gg_",
|
|
24
|
+
"__SDots": "___SDots_1k634_gg_",
|
|
25
|
+
"--duration": "--duration_1k634"
|
|
26
26
|
})
|
|
27
27
|
);
|
|
28
28
|
function Dots(props) {
|
|
@@ -16,26 +16,26 @@ var style = (
|
|
|
16
16
|
/*__reshadow_css_start__*/
|
|
17
17
|
(sstyled.insert(
|
|
18
18
|
/*__inner_css_start__*/
|
|
19
|
-
".
|
|
19
|
+
".___SBar_ypckh_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:height,width,y;transition-duration:var(--duration_ypckh);transition-timing-function:ease-in-out}.___SBar_ypckh_gg_.__color_ypckh_gg_{fill:var(--color_ypckh)}.___SBar_ypckh_gg_.__pattern_ypckh_gg_.__color_ypckh_gg_{fill:var(--pattern_ypckh);stroke:var(--color_ypckh);stroke-width:1px}.___SBar_ypckh_gg_.__hide_ypckh_gg_{display:none}.___SBar_ypckh_gg_.__transparent_ypckh_gg_{opacity:.3}.___SBackground_ypckh_gg_.__onClick_ypckh_gg_,.___SBar_ypckh_gg_.__onClick_ypckh_gg_{cursor:pointer}.___SBackground_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, rgb(241, 242, 242))}.___SBarAnnotation_ypckh_gg_{display:flex;justify-content:space-between}.___SBarLabel_ypckh_gg_,.___SBarPercent_ypckh_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarLabel_ypckh_gg_{color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));margin-right:auto}.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583));margin-right:var(--intergalactic-spacing-2x, 8px)}@supports (color:color(display-p3 0 0 0%)){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SBarValue_ypckh_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);text-align:right}.___SCompactHorizontalBarHoverRect_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
20
20
|
/*__inner_css_end__*/
|
|
21
|
-
"
|
|
21
|
+
"ypckh_gg_"
|
|
22
22
|
), /*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SBar": "
|
|
25
|
-
"--duration": "--
|
|
26
|
-
"_color": "
|
|
27
|
-
"--color": "--
|
|
28
|
-
"_pattern": "
|
|
29
|
-
"--pattern": "--
|
|
30
|
-
"_hide": "
|
|
31
|
-
"_transparent": "
|
|
32
|
-
"_onClick": "
|
|
33
|
-
"__SBackground": "
|
|
34
|
-
"__SBarAnnotation": "
|
|
35
|
-
"__SBarLabel": "
|
|
36
|
-
"__SBarPercent": "
|
|
37
|
-
"__SBarValue": "
|
|
38
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
24
|
+
"__SBar": "___SBar_ypckh_gg_",
|
|
25
|
+
"--duration": "--duration_ypckh",
|
|
26
|
+
"_color": "__color_ypckh_gg_",
|
|
27
|
+
"--color": "--color_ypckh",
|
|
28
|
+
"_pattern": "__pattern_ypckh_gg_",
|
|
29
|
+
"--pattern": "--pattern_ypckh",
|
|
30
|
+
"_hide": "__hide_ypckh_gg_",
|
|
31
|
+
"_transparent": "__transparent_ypckh_gg_",
|
|
32
|
+
"_onClick": "__onClick_ypckh_gg_",
|
|
33
|
+
"__SBackground": "___SBackground_ypckh_gg_",
|
|
34
|
+
"__SBarAnnotation": "___SBarAnnotation_ypckh_gg_",
|
|
35
|
+
"__SBarLabel": "___SBarLabel_ypckh_gg_",
|
|
36
|
+
"__SBarPercent": "___SBarPercent_ypckh_gg_",
|
|
37
|
+
"__SBarValue": "___SBarValue_ypckh_gg_",
|
|
38
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_ypckh_gg_"
|
|
39
39
|
})
|
|
40
40
|
);
|
|
41
41
|
var MIN_WIDTH = 2;
|
package/lib/esm/Hover.mjs
CHANGED
|
@@ -18,13 +18,13 @@ var style = (
|
|
|
18
18
|
/*__reshadow_css_start__*/
|
|
19
19
|
(sstyled.insert(
|
|
20
20
|
/*__inner_css_start__*/
|
|
21
|
-
".
|
|
21
|
+
".___SHoverLine_1m0wx_gg_,.___SHoverLine_1m0wx_gg_:focus-visible{outline:0;stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215))}.___SHoverRect_1m0wx_gg_,.___SHoverRect_1m0wx_gg_:focus-visible{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
22
22
|
/*__inner_css_end__*/
|
|
23
|
-
"
|
|
23
|
+
"1m0wx_gg_"
|
|
24
24
|
), /*__reshadow_css_end__*/
|
|
25
25
|
{
|
|
26
|
-
"__SHoverLine": "
|
|
27
|
-
"__SHoverRect": "
|
|
26
|
+
"__SHoverLine": "___SHoverLine_1m0wx_gg_",
|
|
27
|
+
"__SHoverRect": "___SHoverRect_1m0wx_gg_"
|
|
28
28
|
})
|
|
29
29
|
);
|
|
30
30
|
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_hc4yd_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:d;transition-duration:var(--duration_hc4yd);transition-timing-function:ease-in-out}.___SLine_hc4yd_gg_.__color_hc4yd_gg_{stroke:var(--color_hc4yd)}.___SLine_hc4yd_gg_.__hide_hc4yd_gg_{display:none}.___SLine_hc4yd_gg_.__transparent_hc4yd_gg_{opacity:.3}.___SNull_hc4yd_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, rgba(0, 12, 8, 0.161));stroke-dasharray:4}@supports (color:color(display-p3 0 0 0%)){.___SNull_hc4yd_gg_{stroke:var(--intergalactic-border-primary, rgba(0, 12, 8, 0.161))}@media (color-gamut:p3){.___SNull_hc4yd_gg_{stroke:var(--intergalactic-border-primary, color(display-p3 0.00798 0.04498 0.03219 / 0.161))}}}.___SNull_hc4yd_gg_.__hide_hc4yd_gg_{display:none}.___SLineArea_hc4yd_gg_{transition-property:d;transition-duration:var(--duration_hc4yd);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SLineArea_hc4yd_gg_.__color_hc4yd_gg_{fill:var(--color_hc4yd)}",
|
|
23
23
|
/*__inner_css_end__*/
|
|
24
|
-
"
|
|
24
|
+
"hc4yd_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_hc4yd_gg_",
|
|
28
|
+
"--duration": "--duration_hc4yd",
|
|
29
|
+
"_color": "__color_hc4yd_gg_",
|
|
30
|
+
"--color": "--color_hc4yd",
|
|
31
|
+
"_hide": "__hide_hc4yd_gg_",
|
|
32
|
+
"_transparent": "__transparent_hc4yd_gg_",
|
|
33
|
+
"__SNull": "___SNull_hc4yd_gg_",
|
|
34
|
+
"__SLineArea": "___SLineArea_hc4yd_gg_"
|
|
35
35
|
})
|
|
36
36
|
);
|
|
37
37
|
var LineRoot = /* @__PURE__ */ (function(_Component) {
|
package/lib/esm/Plot.mjs
CHANGED
|
@@ -21,13 +21,13 @@ var style = (
|
|
|
21
21
|
/*__reshadow_css_start__*/
|
|
22
22
|
(sstyled.insert(
|
|
23
23
|
/*__inner_css_start__*/
|
|
24
|
-
".
|
|
24
|
+
".___SPlot_1myhv_gg_{overflow:hidden}.___SPlot_1myhv_gg_:focus{outline:0}.___SPlot_1myhv_gg_:active{outline:0;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_1myhv_gg_.__keyboardFocused_1myhv_gg_{outline-color:var(--intergalactic-keyboard-focus-outline, #008ff8);outline-style:solid;outline-width:2px;outline-offset:2px;transition-duration:calc(var(--intergalactic-duration-extra-fast, 100)*1ms);transition-timing-function:ease-in-out;transition-property:outline-color,outline-width,outline-offset;border-radius:var(--intergalactic-surface-rounded, calc(6px + 2px))}",
|
|
25
25
|
/*__inner_css_end__*/
|
|
26
|
-
"
|
|
26
|
+
"1myhv_gg_"
|
|
27
27
|
), /*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"__SPlot": "
|
|
30
|
-
"_keyboardFocused": "
|
|
29
|
+
"__SPlot": "___SPlot_1myhv_gg_",
|
|
30
|
+
"_keyboardFocused": "__keyboardFocused_1myhv_gg_"
|
|
31
31
|
})
|
|
32
32
|
);
|
|
33
33
|
var PlotRoot = /* @__PURE__ */ (function(_Component) {
|
package/lib/esm/Radar.mjs
CHANGED
|
@@ -23,29 +23,29 @@ var style = (
|
|
|
23
23
|
/*__reshadow_css_start__*/
|
|
24
24
|
(sstyled.insert(
|
|
25
25
|
/*__inner_css_start__*/
|
|
26
|
-
".
|
|
26
|
+
".___SAxisLine_w2sou_gg_,.___SAxisTick_w2sou_gg_,.___SAxis_w2sou_gg_{stroke:var(--intergalactic-chart-grid-line, rgb(237, 239, 238));stroke-width:1;fill:transparent}.___SAxisLine_w2sou_gg_,.___SAxisTick_w2sou_gg_{stroke-dasharray:2}.___SAxisLine_w2sou_gg_.__active_w2sou_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, rgb(214, 216, 215))}.___SAxisLabel_w2sou_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_w2sou_gg_.__xDirection_w2sou_gg_{text-anchor:var(--xDirection_w2sou)}.___SAxisLabel_w2sou_gg_.__yDirection_w2sou_gg_{dominant-baseline:var(--yDirection_w2sou)}.___SPolygonDot_w2sou_gg_,.___SPolygon_w2sou_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SPolygon_w2sou_gg_{opacity:.2}.___SPolygon_w2sou_gg_.__color_w2sou_gg_{fill:var(--color_w2sou)}.___SPolygon_w2sou_gg_.__pattern_w2sou_gg_.__color_w2sou_gg_{fill:var(--pattern_w2sou);stroke:var(--color_w2sou);stroke-width:1px}.___SPolygonDot_w2sou_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #fff);r:6px}.___SPolygonDot_w2sou_gg_.__transparent_w2sou_gg_{opacity:.3}.___SPolygonDot_w2sou_gg_.__color_w2sou_gg_{fill:var(--color_w2sou)}.___SPolygonLine_w2sou_gg_{stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));stroke-width:3;fill:transparent}.___SPolygonLine_w2sou_gg_.__transparent_w2sou_gg_{opacity:.3}.___SPolygonLine_w2sou_gg_.__color_w2sou_gg_{stroke:var(--color_w2sou)}.___SPieRect_w2sou_gg_{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
27
27
|
/*__inner_css_end__*/
|
|
28
|
-
"
|
|
28
|
+
"w2sou_gg_"
|
|
29
29
|
), /*__reshadow_css_end__*/
|
|
30
30
|
{
|
|
31
|
-
"__SAxis": "
|
|
32
|
-
"__SAxisLine": "
|
|
33
|
-
"__SAxisTick": "
|
|
34
|
-
"_active": "
|
|
35
|
-
"__SAxisLabel": "
|
|
36
|
-
"_xDirection": "
|
|
37
|
-
"--xDirection": "--
|
|
38
|
-
"_yDirection": "
|
|
39
|
-
"--yDirection": "--
|
|
40
|
-
"__SPolygon": "
|
|
41
|
-
"_color": "
|
|
42
|
-
"--color": "--
|
|
43
|
-
"_pattern": "
|
|
44
|
-
"--pattern": "--
|
|
45
|
-
"__SPolygonDot": "
|
|
46
|
-
"_transparent": "
|
|
47
|
-
"__SPolygonLine": "
|
|
48
|
-
"__SPieRect": "
|
|
31
|
+
"__SAxis": "___SAxis_w2sou_gg_",
|
|
32
|
+
"__SAxisLine": "___SAxisLine_w2sou_gg_",
|
|
33
|
+
"__SAxisTick": "___SAxisTick_w2sou_gg_",
|
|
34
|
+
"_active": "__active_w2sou_gg_",
|
|
35
|
+
"__SAxisLabel": "___SAxisLabel_w2sou_gg_",
|
|
36
|
+
"_xDirection": "__xDirection_w2sou_gg_",
|
|
37
|
+
"--xDirection": "--xDirection_w2sou",
|
|
38
|
+
"_yDirection": "__yDirection_w2sou_gg_",
|
|
39
|
+
"--yDirection": "--yDirection_w2sou",
|
|
40
|
+
"__SPolygon": "___SPolygon_w2sou_gg_",
|
|
41
|
+
"_color": "__color_w2sou_gg_",
|
|
42
|
+
"--color": "--color_w2sou",
|
|
43
|
+
"_pattern": "__pattern_w2sou_gg_",
|
|
44
|
+
"--pattern": "--pattern_w2sou",
|
|
45
|
+
"__SPolygonDot": "___SPolygonDot_w2sou_gg_",
|
|
46
|
+
"_transparent": "__transparent_w2sou_gg_",
|
|
47
|
+
"__SPolygonLine": "___SPolygonLine_w2sou_gg_",
|
|
48
|
+
"__SPieRect": "___SPieRect_w2sou_gg_"
|
|
49
49
|
})
|
|
50
50
|
);
|
|
51
51
|
var clampAngle = function clampAngle2(angle) {
|
package/lib/esm/RadialTree.mjs
CHANGED
|
@@ -23,22 +23,22 @@ var style = (
|
|
|
23
23
|
/*__reshadow_css_start__*/
|
|
24
24
|
(sstyled.insert(
|
|
25
25
|
/*__inner_css_start__*/
|
|
26
|
-
".
|
|
26
|
+
".___SRadian_5ss1o_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, rgb(92, 92, 196))}.___SLine_5ss1o_gg_{stroke:var(--intergalactic-text-large-info, rgb(92, 92, 196))}.___SLine_5ss1o_gg_.__stroke_5ss1o_gg_{stroke:var(--stroke_5ss1o)}.___SLine_5ss1o_gg_.__transparent_5ss1o_gg_{opacity:.3}.___SCap_5ss1o_gg_{transition:r .1s}.___SCap_5ss1o_gg_.__pattern_5ss1o_gg_{stroke:var(--intergalactic-chart-grid-border, #fff);stroke-width:1px}.___SCap_5ss1o_gg_.__transparent_5ss1o_gg_,.___SIcon_5ss1o_gg_.__transparent_5ss1o_gg_,.___SLabel_5ss1o_gg_.__transparent_5ss1o_gg_{opacity:.3}.___SLabel_5ss1o_gg_{fill:var(--color_5ss1o)}@media (hover:hover){.___SRadian_5ss1o_gg_:hover .___SLabel_5ss1o_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_5ss1o_gg_{transition:none}}",
|
|
27
27
|
/*__inner_css_end__*/
|
|
28
|
-
"
|
|
28
|
+
"5ss1o_gg_"
|
|
29
29
|
), /*__reshadow_css_end__*/
|
|
30
30
|
{
|
|
31
|
-
"__SRadian": "
|
|
32
|
-
"__SLine": "
|
|
33
|
-
"_stroke": "
|
|
34
|
-
"--stroke": "--
|
|
35
|
-
"_transparent": "
|
|
36
|
-
"__SCap": "
|
|
37
|
-
"_pattern": "
|
|
38
|
-
"__SIcon": "
|
|
39
|
-
"__SLabel": "
|
|
40
|
-
"--color": "--
|
|
41
|
-
"__SLineCap": "
|
|
31
|
+
"__SRadian": "___SRadian_5ss1o_gg_",
|
|
32
|
+
"__SLine": "___SLine_5ss1o_gg_",
|
|
33
|
+
"_stroke": "__stroke_5ss1o_gg_",
|
|
34
|
+
"--stroke": "--stroke_5ss1o",
|
|
35
|
+
"_transparent": "__transparent_5ss1o_gg_",
|
|
36
|
+
"__SCap": "___SCap_5ss1o_gg_",
|
|
37
|
+
"_pattern": "__pattern_5ss1o_gg_",
|
|
38
|
+
"__SIcon": "___SIcon_5ss1o_gg_",
|
|
39
|
+
"__SLabel": "___SLabel_5ss1o_gg_",
|
|
40
|
+
"--color": "--color_5ss1o",
|
|
41
|
+
"__SLineCap": "___SLineCap_5ss1o_gg_"
|
|
42
42
|
})
|
|
43
43
|
);
|
|
44
44
|
var baseAngle = -Math.PI / 2;
|