@semcore/d3-chart 17.0.2-prerelease.1 → 17.1.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 +16 -16
- 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 +2 -2
- 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 +5 -5
- 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 +16 -16
- 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 +2 -2
- 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 +5 -5
- 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 +17 -17
- 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 +3 -3
- 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 +5 -5
- 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 +13 -13
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SScatterPlot {
|
|
4
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
4
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
5
5
|
transition-property: cx, cy;
|
|
6
6
|
transition-duration: var(--duration);
|
|
7
7
|
transition-timing-function: ease-in-out;
|
|
@@ -29,7 +29,7 @@ SScatterPlot[transparent] {
|
|
|
29
29
|
SValue {
|
|
30
30
|
text-anchor: middle;
|
|
31
31
|
font-size: var(--intergalactic-fs-50, 10px);
|
|
32
|
-
stroke: var(--intergalactic-chart-palette-order-9,
|
|
32
|
+
stroke: var(--intergalactic-chart-palette-order-9, oklch(0.53 0.157 279.2));
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
SValue[color] {
|
|
@@ -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
|
@@ -16,21 +16,21 @@ const style = (
|
|
|
16
16
|
/*__reshadow_css_start__*/
|
|
17
17
|
(sstyled.insert(
|
|
18
18
|
/*__inner_css_start__*/
|
|
19
|
-
".
|
|
19
|
+
".___SArea_ba63d_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));fill-opacity:.2}.___SArea_ba63d_gg_.__color_ba63d_gg_{fill:var(--color_ba63d)}.___SArea_ba63d_gg_.__pattern_ba63d_gg_{fill:var(--pattern_ba63d);fill-opacity:.7}.___SArea_ba63d_gg_.__transparent_ba63d_gg_{opacity:.3}.___SAreaLine_ba63d_gg_{stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));stroke-width:3;fill:transparent}.___SAreaLine_ba63d_gg_.__color_ba63d_gg_{stroke:var(--color_ba63d)}.___SAreaLine_ba63d_gg_.__transparent_ba63d_gg_{opacity:.3}.___SAreaLine_ba63d_gg_,.___SArea_ba63d_gg_{transition-property:d;transition-duration:var(--duration_ba63d);transition-timing-function:ease-in-out}.___SNull_ba63d_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215));stroke-dasharray:4}.___SNull_ba63d_gg_.__hide_ba63d_gg_{display:none}",
|
|
20
20
|
/*__inner_css_end__*/
|
|
21
|
-
"
|
|
21
|
+
"ba63d_gg_"
|
|
22
22
|
), /*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SArea": "
|
|
25
|
-
"_color": "
|
|
26
|
-
"--color": "--
|
|
27
|
-
"_pattern": "
|
|
28
|
-
"--pattern": "--
|
|
29
|
-
"_transparent": "
|
|
30
|
-
"__SAreaLine": "
|
|
31
|
-
"--duration": "--
|
|
32
|
-
"__SNull": "
|
|
33
|
-
"_hide": "
|
|
24
|
+
"__SArea": "___SArea_ba63d_gg_",
|
|
25
|
+
"_color": "__color_ba63d_gg_",
|
|
26
|
+
"--color": "--color_ba63d",
|
|
27
|
+
"_pattern": "__pattern_ba63d_gg_",
|
|
28
|
+
"--pattern": "--pattern_ba63d",
|
|
29
|
+
"_transparent": "__transparent_ba63d_gg_",
|
|
30
|
+
"__SAreaLine": "___SAreaLine_ba63d_gg_",
|
|
31
|
+
"--duration": "--duration_ba63d",
|
|
32
|
+
"__SNull": "___SNull_ba63d_gg_",
|
|
33
|
+
"_hide": "__hide_ba63d_gg_"
|
|
34
34
|
})
|
|
35
35
|
);
|
|
36
36
|
class AreaRoot extends Component {
|
package/lib/esm/Axis.mjs
CHANGED
|
@@ -9,26 +9,26 @@ const style = (
|
|
|
9
9
|
/*__reshadow_css_start__*/
|
|
10
10
|
(sstyled.insert(
|
|
11
11
|
/*__inner_css_start__*/
|
|
12
|
-
".
|
|
12
|
+
".___SAxis_1ci3k_gg_{stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215))}.___SAxis_1ci3k_gg_.__hide_1ci3k_gg_{display:none}.___STick_1ci3k_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_1ci3k_gg_{fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STick_1ci3k_gg_{fill:var(--intergalactic-chart-grid-text-label, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___STick_1ci3k_gg_.__primaryText_1ci3k_gg_{fill:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899))}.___STick_1ci3k_gg_.__hide_1ci3k_gg_{display:none}.___SGrid_1ci3k_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@supports (color:color(display-p3 0 0 0%)){.___SGrid_1ci3k_gg_{stroke:var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@media (color-gamut:p3){.___SGrid_1ci3k_gg_{stroke:var(--intergalactic-border-secondary, color(display-p3 0.01753 0.08157 0.06372 / 0.07))}}}.___STitle_1ci3k_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, rgba(0, 3, 0, 0.583));transform-origin:var(--transform-origin_1ci3k)}@supports (color:color(display-p3 0 0 0%)){.___STitle_1ci3k_gg_{fill:var(--intergalactic-text-hint, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STitle_1ci3k_gg_{fill:var(--intergalactic-text-hint, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___STitle_1ci3k_gg_._position_top_1ci3k_gg_{text-anchor:middle}.___STitle_1ci3k_gg_._position_bottom_1ci3k_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_1ci3k_gg_._position_left_1ci3k_gg_,.___STitle_1ci3k_gg_._position_right_1ci3k_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_1ci3k_gg_._position_left_1ci3k_gg_.__verticalWritingMode_1ci3k_gg_,.___STitle_1ci3k_gg_._position_right_1ci3k_gg_.__verticalWritingMode_1ci3k_gg_{writing-mode:vertical-rl;transform:none}.___STick_1ci3k_gg_._position_top_1ci3k_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_1ci3k_gg_._position_bottom_1ci3k_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_1ci3k_gg_._position_bottom_1ci3k_gg_ tspan{dominant-baseline:hanging}.___STick_1ci3k_gg_._position_right_1ci3k_gg_{transform:translateX(16px);dominant-baseline:middle}.___STick_1ci3k_gg_._position_left_1ci3k_gg_ tspan,.___STick_1ci3k_gg_._position_right_1ci3k_gg_ tspan{dominant-baseline:middle}.___STick_1ci3k_gg_._position_left_1ci3k_gg_.__multiline_1ci3k_gg_,.___STick_1ci3k_gg_._position_left_1ci3k_gg_.__multiline_1ci3k_gg_ tspan,.___STick_1ci3k_gg_._position_right_1ci3k_gg_.__multiline_1ci3k_gg_,.___STick_1ci3k_gg_._position_right_1ci3k_gg_.__multiline_1ci3k_gg_ tspan{dominant-baseline:auto}.___STick_1ci3k_gg_._position_left_1ci3k_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_1ci3k_gg_._position_custom_0_1ci3k_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_1ci3k_gg_._position_custom_0_1ci3k_gg_ tspan{dominant-baseline:hanging}.___STick_1ci3k_gg_._position_custom_1_1ci3k_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_1ci3k_gg_._position_custom_1_1ci3k_gg_ tspan{dominant-baseline:middle}",
|
|
13
13
|
/*__inner_css_end__*/
|
|
14
|
-
"
|
|
14
|
+
"1ci3k_gg_"
|
|
15
15
|
), /*__reshadow_css_end__*/
|
|
16
16
|
{
|
|
17
|
-
"__SAxis": "
|
|
18
|
-
"_hide": "
|
|
19
|
-
"__STick": "
|
|
20
|
-
"_primaryText": "
|
|
21
|
-
"__SGrid": "
|
|
22
|
-
"__STitle": "
|
|
23
|
-
"--transform-origin": "--transform-
|
|
24
|
-
"_position_top": "
|
|
25
|
-
"_position_bottom": "
|
|
26
|
-
"_position_right": "
|
|
27
|
-
"_position_left": "
|
|
28
|
-
"_verticalWritingMode": "
|
|
29
|
-
"_multiline": "
|
|
30
|
-
"_position_custom_0": "
|
|
31
|
-
"_position_custom_1": "
|
|
17
|
+
"__SAxis": "___SAxis_1ci3k_gg_",
|
|
18
|
+
"_hide": "__hide_1ci3k_gg_",
|
|
19
|
+
"__STick": "___STick_1ci3k_gg_",
|
|
20
|
+
"_primaryText": "__primaryText_1ci3k_gg_",
|
|
21
|
+
"__SGrid": "___SGrid_1ci3k_gg_",
|
|
22
|
+
"__STitle": "___STitle_1ci3k_gg_",
|
|
23
|
+
"--transform-origin": "--transform-origin_1ci3k",
|
|
24
|
+
"_position_top": "_position_top_1ci3k_gg_",
|
|
25
|
+
"_position_bottom": "_position_bottom_1ci3k_gg_",
|
|
26
|
+
"_position_right": "_position_right_1ci3k_gg_",
|
|
27
|
+
"_position_left": "_position_left_1ci3k_gg_",
|
|
28
|
+
"_verticalWritingMode": "__verticalWritingMode_1ci3k_gg_",
|
|
29
|
+
"_multiline": "__multiline_1ci3k_gg_",
|
|
30
|
+
"_position_custom_0": "_position_custom_0_1ci3k_gg_",
|
|
31
|
+
"_position_custom_1": "_position_custom_1_1ci3k_gg_"
|
|
32
32
|
})
|
|
33
33
|
);
|
|
34
34
|
const CUSTOM_0 = /* @__PURE__ */ Symbol("custom_0");
|
package/lib/esm/Bar.mjs
CHANGED
|
@@ -12,26 +12,26 @@ const style = (
|
|
|
12
12
|
/*__reshadow_css_start__*/
|
|
13
13
|
(sstyled.insert(
|
|
14
14
|
/*__inner_css_start__*/
|
|
15
|
-
".
|
|
15
|
+
".___SBar_syroh_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:height,width,y;transition-duration:var(--duration_syroh);transition-timing-function:ease-in-out}.___SBar_syroh_gg_.__color_syroh_gg_{fill:var(--color_syroh)}.___SBar_syroh_gg_.__pattern_syroh_gg_.__color_syroh_gg_{fill:var(--pattern_syroh);stroke:var(--color_syroh);stroke-width:1px}.___SBar_syroh_gg_.__hide_syroh_gg_{display:none}.___SBar_syroh_gg_.__transparent_syroh_gg_{opacity:.3}.___SBackground_syroh_gg_.__onClick_syroh_gg_,.___SBar_syroh_gg_.__onClick_syroh_gg_{cursor:pointer}.___SBackground_syroh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, rgb(241, 242, 242))}.___SBarAnnotation_syroh_gg_{display:flex;justify-content:space-between}.___SBarLabel_syroh_gg_,.___SBarPercent_syroh_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarLabel_syroh_gg_{color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));margin-right:auto}.___SBarPercent_syroh_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_syroh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SBarPercent_syroh_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SBarValue_syroh_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_syroh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
16
16
|
/*__inner_css_end__*/
|
|
17
|
-
"
|
|
17
|
+
"syroh_gg_"
|
|
18
18
|
), /*__reshadow_css_end__*/
|
|
19
19
|
{
|
|
20
|
-
"__SBar": "
|
|
21
|
-
"--duration": "--
|
|
22
|
-
"_color": "
|
|
23
|
-
"--color": "--
|
|
24
|
-
"_pattern": "
|
|
25
|
-
"--pattern": "--
|
|
26
|
-
"_hide": "
|
|
27
|
-
"_transparent": "
|
|
28
|
-
"_onClick": "
|
|
29
|
-
"__SBackground": "
|
|
30
|
-
"__SBarAnnotation": "
|
|
31
|
-
"__SBarLabel": "
|
|
32
|
-
"__SBarPercent": "
|
|
33
|
-
"__SBarValue": "
|
|
34
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
20
|
+
"__SBar": "___SBar_syroh_gg_",
|
|
21
|
+
"--duration": "--duration_syroh",
|
|
22
|
+
"_color": "__color_syroh_gg_",
|
|
23
|
+
"--color": "--color_syroh",
|
|
24
|
+
"_pattern": "__pattern_syroh_gg_",
|
|
25
|
+
"--pattern": "--pattern_syroh",
|
|
26
|
+
"_hide": "__hide_syroh_gg_",
|
|
27
|
+
"_transparent": "__transparent_syroh_gg_",
|
|
28
|
+
"_onClick": "__onClick_syroh_gg_",
|
|
29
|
+
"__SBackground": "___SBackground_syroh_gg_",
|
|
30
|
+
"__SBarAnnotation": "___SBarAnnotation_syroh_gg_",
|
|
31
|
+
"__SBarLabel": "___SBarLabel_syroh_gg_",
|
|
32
|
+
"__SBarPercent": "___SBarPercent_syroh_gg_",
|
|
33
|
+
"__SBarValue": "___SBarValue_syroh_gg_",
|
|
34
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_syroh_gg_"
|
|
35
35
|
})
|
|
36
36
|
);
|
|
37
37
|
const MIN_HEIGHT = 2;
|
package/lib/esm/Bubble.mjs
CHANGED
|
@@ -15,24 +15,24 @@ const style = (
|
|
|
15
15
|
/*__reshadow_css_start__*/
|
|
16
16
|
(sstyled.insert(
|
|
17
17
|
/*__inner_css_start__*/
|
|
18
|
-
".
|
|
18
|
+
".___SBubble_1s01n_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_1s01n);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1s01n_gg_:hover{opacity:.8}}g._visible_false_1s01n_gg_{display:none}.___SBubble_1s01n_gg_.__clickable_1s01n_gg_{cursor:pointer}.___SBubble_1s01n_gg_.__color_1s01n_gg_{fill:var(--color_1s01n)}.___SBubble_1s01n_gg_.__pattern_1s01n_gg_.__color_1s01n_gg_{fill:var(--pattern_1s01n);stroke:var(--color_1s01n);stroke-width:1px}.___SBubble_1s01n_gg_.__transparent_1s01n_gg_{opacity:.3}.___SCenter_1s01n_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_1s01n_gg_.__color_1s01n_gg_{stroke:var(--color_1s01n)}.___SCenter_1s01n_gg_.__transparent_1s01n_gg_{opacity:.3}.___SLabel_1s01n_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SLabel_1s01n_gg_._position_right_1s01n_gg_{text-anchor:end}.___SLabel_1s01n_gg_._position_left_1s01n_gg_{text-anchor:start}.___SLabel_1s01n_gg_.__color_1s01n_gg_{fill:var(--color_1s01n)}.___SLabel_1s01n_gg_.__transparent_1s01n_gg_{opacity:.3}",
|
|
19
19
|
/*__inner_css_end__*/
|
|
20
|
-
"
|
|
20
|
+
"1s01n_gg_"
|
|
21
21
|
), /*__reshadow_css_end__*/
|
|
22
22
|
{
|
|
23
|
-
"_visible_false": "
|
|
24
|
-
"__SBubble": "
|
|
25
|
-
"_clickable": "
|
|
26
|
-
"_color": "
|
|
27
|
-
"--color": "--
|
|
28
|
-
"_pattern": "
|
|
29
|
-
"--pattern": "--
|
|
30
|
-
"_transparent": "
|
|
31
|
-
"__SCenter": "
|
|
32
|
-
"__SLabel": "
|
|
33
|
-
"_position_right": "
|
|
34
|
-
"_position_left": "
|
|
35
|
-
"--duration": "--
|
|
23
|
+
"_visible_false": "_visible_false_1s01n_gg_",
|
|
24
|
+
"__SBubble": "___SBubble_1s01n_gg_",
|
|
25
|
+
"_clickable": "__clickable_1s01n_gg_",
|
|
26
|
+
"_color": "__color_1s01n_gg_",
|
|
27
|
+
"--color": "--color_1s01n",
|
|
28
|
+
"_pattern": "__pattern_1s01n_gg_",
|
|
29
|
+
"--pattern": "--pattern_1s01n",
|
|
30
|
+
"_transparent": "__transparent_1s01n_gg_",
|
|
31
|
+
"__SCenter": "___SCenter_1s01n_gg_",
|
|
32
|
+
"__SLabel": "___SLabel_1s01n_gg_",
|
|
33
|
+
"_position_right": "_position_right_1s01n_gg_",
|
|
34
|
+
"_position_left": "_position_left_1s01n_gg_",
|
|
35
|
+
"--duration": "--duration_1s01n"
|
|
36
36
|
})
|
|
37
37
|
);
|
|
38
38
|
class BubbleRoot extends Component {
|
|
@@ -16,26 +16,26 @@ const style = (
|
|
|
16
16
|
/*__reshadow_css_start__*/
|
|
17
17
|
(sstyled.insert(
|
|
18
18
|
/*__inner_css_start__*/
|
|
19
|
-
".
|
|
19
|
+
".___SBar_syroh_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:height,width,y;transition-duration:var(--duration_syroh);transition-timing-function:ease-in-out}.___SBar_syroh_gg_.__color_syroh_gg_{fill:var(--color_syroh)}.___SBar_syroh_gg_.__pattern_syroh_gg_.__color_syroh_gg_{fill:var(--pattern_syroh);stroke:var(--color_syroh);stroke-width:1px}.___SBar_syroh_gg_.__hide_syroh_gg_{display:none}.___SBar_syroh_gg_.__transparent_syroh_gg_{opacity:.3}.___SBackground_syroh_gg_.__onClick_syroh_gg_,.___SBar_syroh_gg_.__onClick_syroh_gg_{cursor:pointer}.___SBackground_syroh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, rgb(241, 242, 242))}.___SBarAnnotation_syroh_gg_{display:flex;justify-content:space-between}.___SBarLabel_syroh_gg_,.___SBarPercent_syroh_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarLabel_syroh_gg_{color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));margin-right:auto}.___SBarPercent_syroh_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_syroh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SBarPercent_syroh_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SBarValue_syroh_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_syroh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
20
20
|
/*__inner_css_end__*/
|
|
21
|
-
"
|
|
21
|
+
"syroh_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_syroh_gg_",
|
|
25
|
+
"--duration": "--duration_syroh",
|
|
26
|
+
"_color": "__color_syroh_gg_",
|
|
27
|
+
"--color": "--color_syroh",
|
|
28
|
+
"_pattern": "__pattern_syroh_gg_",
|
|
29
|
+
"--pattern": "--pattern_syroh",
|
|
30
|
+
"_hide": "__hide_syroh_gg_",
|
|
31
|
+
"_transparent": "__transparent_syroh_gg_",
|
|
32
|
+
"_onClick": "__onClick_syroh_gg_",
|
|
33
|
+
"__SBackground": "___SBackground_syroh_gg_",
|
|
34
|
+
"__SBarAnnotation": "___SBarAnnotation_syroh_gg_",
|
|
35
|
+
"__SBarLabel": "___SBarLabel_syroh_gg_",
|
|
36
|
+
"__SBarPercent": "___SBarPercent_syroh_gg_",
|
|
37
|
+
"__SBarValue": "___SBarValue_syroh_gg_",
|
|
38
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_syroh_gg_"
|
|
39
39
|
})
|
|
40
40
|
);
|
|
41
41
|
const MIN_WIDTH = 4;
|
package/lib/esm/Donut.mjs
CHANGED
|
@@ -17,19 +17,19 @@ const style = (
|
|
|
17
17
|
/*__reshadow_css_start__*/
|
|
18
18
|
(sstyled.insert(
|
|
19
19
|
/*__inner_css_start__*/
|
|
20
|
-
".
|
|
20
|
+
".___SPie_16t6t_gg_{stroke:var(--intergalactic-chart-grid-border, #fff);fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SPie_16t6t_gg_.__color_16t6t_gg_{fill:var(--color_16t6t)}.___SPie_16t6t_gg_.__pattern_16t6t_gg_.__color_16t6t_gg_{fill:var(--pattern_16t6t);stroke:var(--color_16t6t);stroke-width:1px}.___SPie_16t6t_gg_.__transparent_16t6t_gg_{opacity:.3}.___SEmptyData_16t6t_gg_{fill:var(--intergalactic-chart-palette-order-null, rgb(221, 222, 222))}.___SEmptyData_16t6t_gg_.__color_16t6t_gg_{fill:var(--color_16t6t)}.___SLabel_16t6t_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}",
|
|
21
21
|
/*__inner_css_end__*/
|
|
22
|
-
"
|
|
22
|
+
"16t6t_gg_"
|
|
23
23
|
), /*__reshadow_css_end__*/
|
|
24
24
|
{
|
|
25
|
-
"__SPie": "
|
|
26
|
-
"_color": "
|
|
27
|
-
"--color": "--
|
|
28
|
-
"_pattern": "
|
|
29
|
-
"--pattern": "--
|
|
30
|
-
"_transparent": "
|
|
31
|
-
"__SEmptyData": "
|
|
32
|
-
"__SLabel": "
|
|
25
|
+
"__SPie": "___SPie_16t6t_gg_",
|
|
26
|
+
"_color": "__color_16t6t_gg_",
|
|
27
|
+
"--color": "--color_16t6t",
|
|
28
|
+
"_pattern": "__pattern_16t6t_gg_",
|
|
29
|
+
"--pattern": "--pattern_16t6t",
|
|
30
|
+
"_transparent": "__transparent_16t6t_gg_",
|
|
31
|
+
"__SEmptyData": "___SEmptyData_16t6t_gg_",
|
|
32
|
+
"__SLabel": "___SLabel_16t6t_gg_"
|
|
33
33
|
})
|
|
34
34
|
);
|
|
35
35
|
const DEFAULT_INSTANCE = /* @__PURE__ */ Symbol("DEFAULT_INSTANCE");
|
package/lib/esm/Dots.mjs
CHANGED
|
@@ -10,18 +10,18 @@ const style = (
|
|
|
10
10
|
/*__reshadow_css_start__*/
|
|
11
11
|
(sstyled.insert(
|
|
12
12
|
/*__inner_css_start__*/
|
|
13
|
-
".
|
|
13
|
+
".___SDots_p8yy8_gg_ .___SDot_p8yy8_gg_{transition-duration:var(--duration_p8yy8)}.___SDot_p8yy8_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_p8yy8_gg_.__hide_p8yy8_gg_{display:none}.___SDot_p8yy8_gg_.__color_p8yy8_gg_{fill:var(--color_p8yy8)}.___SDot_p8yy8_gg_.__transparent_p8yy8_gg_{opacity:.3}",
|
|
14
14
|
/*__inner_css_end__*/
|
|
15
|
-
"
|
|
15
|
+
"p8yy8_gg_"
|
|
16
16
|
), /*__reshadow_css_end__*/
|
|
17
17
|
{
|
|
18
|
-
"__SDot": "
|
|
19
|
-
"_hide": "
|
|
20
|
-
"_color": "
|
|
21
|
-
"--color": "--
|
|
22
|
-
"_transparent": "
|
|
23
|
-
"__SDots": "
|
|
24
|
-
"--duration": "--
|
|
18
|
+
"__SDot": "___SDot_p8yy8_gg_",
|
|
19
|
+
"_hide": "__hide_p8yy8_gg_",
|
|
20
|
+
"_color": "__color_p8yy8_gg_",
|
|
21
|
+
"--color": "--color_p8yy8",
|
|
22
|
+
"_transparent": "__transparent_p8yy8_gg_",
|
|
23
|
+
"__SDots": "___SDots_p8yy8_gg_",
|
|
24
|
+
"--duration": "--duration_p8yy8"
|
|
25
25
|
})
|
|
26
26
|
);
|
|
27
27
|
function Dots(props) {
|
|
@@ -11,26 +11,26 @@ const style = (
|
|
|
11
11
|
/*__reshadow_css_start__*/
|
|
12
12
|
(sstyled.insert(
|
|
13
13
|
/*__inner_css_start__*/
|
|
14
|
-
".
|
|
14
|
+
".___SBar_syroh_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:height,width,y;transition-duration:var(--duration_syroh);transition-timing-function:ease-in-out}.___SBar_syroh_gg_.__color_syroh_gg_{fill:var(--color_syroh)}.___SBar_syroh_gg_.__pattern_syroh_gg_.__color_syroh_gg_{fill:var(--pattern_syroh);stroke:var(--color_syroh);stroke-width:1px}.___SBar_syroh_gg_.__hide_syroh_gg_{display:none}.___SBar_syroh_gg_.__transparent_syroh_gg_{opacity:.3}.___SBackground_syroh_gg_.__onClick_syroh_gg_,.___SBar_syroh_gg_.__onClick_syroh_gg_{cursor:pointer}.___SBackground_syroh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, rgb(241, 242, 242))}.___SBarAnnotation_syroh_gg_{display:flex;justify-content:space-between}.___SBarLabel_syroh_gg_,.___SBarPercent_syroh_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarLabel_syroh_gg_{color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));margin-right:auto}.___SBarPercent_syroh_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_syroh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SBarPercent_syroh_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SBarValue_syroh_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_syroh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
15
15
|
/*__inner_css_end__*/
|
|
16
|
-
"
|
|
16
|
+
"syroh_gg_"
|
|
17
17
|
), /*__reshadow_css_end__*/
|
|
18
18
|
{
|
|
19
|
-
"__SBar": "
|
|
20
|
-
"--duration": "--
|
|
21
|
-
"_color": "
|
|
22
|
-
"--color": "--
|
|
23
|
-
"_pattern": "
|
|
24
|
-
"--pattern": "--
|
|
25
|
-
"_hide": "
|
|
26
|
-
"_transparent": "
|
|
27
|
-
"_onClick": "
|
|
28
|
-
"__SBackground": "
|
|
29
|
-
"__SBarAnnotation": "
|
|
30
|
-
"__SBarLabel": "
|
|
31
|
-
"__SBarPercent": "
|
|
32
|
-
"__SBarValue": "
|
|
33
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
19
|
+
"__SBar": "___SBar_syroh_gg_",
|
|
20
|
+
"--duration": "--duration_syroh",
|
|
21
|
+
"_color": "__color_syroh_gg_",
|
|
22
|
+
"--color": "--color_syroh",
|
|
23
|
+
"_pattern": "__pattern_syroh_gg_",
|
|
24
|
+
"--pattern": "--pattern_syroh",
|
|
25
|
+
"_hide": "__hide_syroh_gg_",
|
|
26
|
+
"_transparent": "__transparent_syroh_gg_",
|
|
27
|
+
"_onClick": "__onClick_syroh_gg_",
|
|
28
|
+
"__SBackground": "___SBackground_syroh_gg_",
|
|
29
|
+
"__SBarAnnotation": "___SBarAnnotation_syroh_gg_",
|
|
30
|
+
"__SBarLabel": "___SBarLabel_syroh_gg_",
|
|
31
|
+
"__SBarPercent": "___SBarPercent_syroh_gg_",
|
|
32
|
+
"__SBarValue": "___SBarValue_syroh_gg_",
|
|
33
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_syroh_gg_"
|
|
34
34
|
})
|
|
35
35
|
);
|
|
36
36
|
const MIN_WIDTH = 2;
|
package/lib/esm/Hover.mjs
CHANGED
|
@@ -12,13 +12,13 @@ const style = (
|
|
|
12
12
|
/*__reshadow_css_start__*/
|
|
13
13
|
(sstyled.insert(
|
|
14
14
|
/*__inner_css_start__*/
|
|
15
|
-
".
|
|
15
|
+
".___SHoverLine_cad3g_gg_,.___SHoverLine_cad3g_gg_:focus-visible{outline:0;stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215))}.___SHoverRect_cad3g_gg_,.___SHoverRect_cad3g_gg_:focus-visible{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
16
16
|
/*__inner_css_end__*/
|
|
17
|
-
"
|
|
17
|
+
"cad3g_gg_"
|
|
18
18
|
), /*__reshadow_css_end__*/
|
|
19
19
|
{
|
|
20
|
-
"__SHoverLine": "
|
|
21
|
-
"__SHoverRect": "
|
|
20
|
+
"__SHoverLine": "___SHoverLine_cad3g_gg_",
|
|
21
|
+
"__SHoverRect": "___SHoverRect_cad3g_gg_"
|
|
22
22
|
})
|
|
23
23
|
);
|
|
24
24
|
class Hover extends Component {
|
package/lib/esm/Line.mjs
CHANGED
|
@@ -14,19 +14,19 @@ const style = (
|
|
|
14
14
|
/*__reshadow_css_start__*/
|
|
15
15
|
(sstyled.insert(
|
|
16
16
|
/*__inner_css_start__*/
|
|
17
|
-
".
|
|
17
|
+
".___SLine_qcbx2_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:d;transition-duration:var(--duration_qcbx2);transition-timing-function:ease-in-out}.___SLine_qcbx2_gg_.__color_qcbx2_gg_{stroke:var(--color_qcbx2)}.___SLine_qcbx2_gg_.__hide_qcbx2_gg_{display:none}.___SLine_qcbx2_gg_.__transparent_qcbx2_gg_{opacity:.3}.___SNull_qcbx2_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_qcbx2_gg_{stroke:var(--intergalactic-border-primary, rgba(0, 12, 8, 0.161))}@media (color-gamut:p3){.___SNull_qcbx2_gg_{stroke:var(--intergalactic-border-primary, color(display-p3 0.00798 0.04498 0.03219 / 0.161))}}}.___SNull_qcbx2_gg_.__hide_qcbx2_gg_{display:none}.___SLineArea_qcbx2_gg_{transition-property:d;transition-duration:var(--duration_qcbx2);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SLineArea_qcbx2_gg_.__color_qcbx2_gg_{fill:var(--color_qcbx2)}",
|
|
18
18
|
/*__inner_css_end__*/
|
|
19
|
-
"
|
|
19
|
+
"qcbx2_gg_"
|
|
20
20
|
), /*__reshadow_css_end__*/
|
|
21
21
|
{
|
|
22
|
-
"__SLine": "
|
|
23
|
-
"--duration": "--
|
|
24
|
-
"_color": "
|
|
25
|
-
"--color": "--
|
|
26
|
-
"_hide": "
|
|
27
|
-
"_transparent": "
|
|
28
|
-
"__SNull": "
|
|
29
|
-
"__SLineArea": "
|
|
22
|
+
"__SLine": "___SLine_qcbx2_gg_",
|
|
23
|
+
"--duration": "--duration_qcbx2",
|
|
24
|
+
"_color": "__color_qcbx2_gg_",
|
|
25
|
+
"--color": "--color_qcbx2",
|
|
26
|
+
"_hide": "__hide_qcbx2_gg_",
|
|
27
|
+
"_transparent": "__transparent_qcbx2_gg_",
|
|
28
|
+
"__SNull": "___SNull_qcbx2_gg_",
|
|
29
|
+
"__SLineArea": "___SLineArea_qcbx2_gg_"
|
|
30
30
|
})
|
|
31
31
|
);
|
|
32
32
|
class LineRoot extends Component {
|
package/lib/esm/Plot.mjs
CHANGED
|
@@ -14,12 +14,12 @@ const style = (
|
|
|
14
14
|
/*__reshadow_css_start__*/
|
|
15
15
|
(sstyled.insert(
|
|
16
16
|
/*__inner_css_start__*/
|
|
17
|
-
".
|
|
17
|
+
".___SPlot_ofkbz_gg_{overflow:hidden}.___SPlot_ofkbz_gg_:focus{outline:0}.___SPlot_ofkbz_gg_:active{outline:0;-webkit-text-decoration:none;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_ofkbz_gg_:has(foreignObject[data-aria-only]:focus-within){outline-color:var(--intergalactic-keyboard-focus-outline, rgba(0, 32, 221, 0.469));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))}@supports (color:color(display-p3 0 0 0%)){.___SPlot_ofkbz_gg_:has(foreignObject[data-aria-only]:focus-within){outline-color:var(--intergalactic-keyboard-focus-outline, rgba(0, 32, 221, 0.469))}@media (color-gamut:p3){.___SPlot_ofkbz_gg_:has(foreignObject[data-aria-only]:focus-within){outline-color:var(--intergalactic-keyboard-focus-outline, color(display-p3 0.03256 0.12227 0.83249 / 0.469))}}}",
|
|
18
18
|
/*__inner_css_end__*/
|
|
19
|
-
"
|
|
19
|
+
"ofkbz_gg_"
|
|
20
20
|
), /*__reshadow_css_end__*/
|
|
21
21
|
{
|
|
22
|
-
"__SPlot": "
|
|
22
|
+
"__SPlot": "___SPlot_ofkbz_gg_"
|
|
23
23
|
})
|
|
24
24
|
);
|
|
25
25
|
class PlotRoot extends Component {
|
package/lib/esm/Radar.mjs
CHANGED
|
@@ -16,29 +16,29 @@ const style = (
|
|
|
16
16
|
/*__reshadow_css_start__*/
|
|
17
17
|
(sstyled.insert(
|
|
18
18
|
/*__inner_css_start__*/
|
|
19
|
-
".
|
|
19
|
+
".___SAxisLine_1uamc_gg_,.___SAxisTick_1uamc_gg_,.___SAxis_1uamc_gg_{stroke:var(--intergalactic-chart-grid-line, rgb(237, 239, 238));stroke-width:1;fill:transparent}.___SAxisLine_1uamc_gg_,.___SAxisTick_1uamc_gg_{stroke-dasharray:2}.___SAxisLine_1uamc_gg_.__active_1uamc_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, rgb(214, 216, 215))}.___SAxisLabel_1uamc_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_1uamc_gg_.__xDirection_1uamc_gg_{text-anchor:var(--xDirection_1uamc)}.___SAxisLabel_1uamc_gg_.__yDirection_1uamc_gg_{dominant-baseline:var(--yDirection_1uamc)}.___SPolygonDot_1uamc_gg_,.___SPolygon_1uamc_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SPolygon_1uamc_gg_{opacity:.2}.___SPolygon_1uamc_gg_.__color_1uamc_gg_{fill:var(--color_1uamc)}.___SPolygon_1uamc_gg_.__pattern_1uamc_gg_.__color_1uamc_gg_{fill:var(--pattern_1uamc);stroke:var(--color_1uamc);stroke-width:1px}.___SPolygonDot_1uamc_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #fff);r:6px}.___SPolygonDot_1uamc_gg_.__transparent_1uamc_gg_{opacity:.3}.___SPolygonDot_1uamc_gg_.__color_1uamc_gg_{fill:var(--color_1uamc)}.___SPolygonLine_1uamc_gg_{stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));stroke-width:3;fill:transparent}.___SPolygonLine_1uamc_gg_.__transparent_1uamc_gg_{opacity:.3}.___SPolygonLine_1uamc_gg_.__color_1uamc_gg_{stroke:var(--color_1uamc)}.___SPieRect_1uamc_gg_{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}",
|
|
20
20
|
/*__inner_css_end__*/
|
|
21
|
-
"
|
|
21
|
+
"1uamc_gg_"
|
|
22
22
|
), /*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SAxis": "
|
|
25
|
-
"__SAxisLine": "
|
|
26
|
-
"__SAxisTick": "
|
|
27
|
-
"_active": "
|
|
28
|
-
"__SAxisLabel": "
|
|
29
|
-
"_xDirection": "
|
|
30
|
-
"--xDirection": "--
|
|
31
|
-
"_yDirection": "
|
|
32
|
-
"--yDirection": "--
|
|
33
|
-
"__SPolygon": "
|
|
34
|
-
"_color": "
|
|
35
|
-
"--color": "--
|
|
36
|
-
"_pattern": "
|
|
37
|
-
"--pattern": "--
|
|
38
|
-
"__SPolygonDot": "
|
|
39
|
-
"_transparent": "
|
|
40
|
-
"__SPolygonLine": "
|
|
41
|
-
"__SPieRect": "
|
|
24
|
+
"__SAxis": "___SAxis_1uamc_gg_",
|
|
25
|
+
"__SAxisLine": "___SAxisLine_1uamc_gg_",
|
|
26
|
+
"__SAxisTick": "___SAxisTick_1uamc_gg_",
|
|
27
|
+
"_active": "__active_1uamc_gg_",
|
|
28
|
+
"__SAxisLabel": "___SAxisLabel_1uamc_gg_",
|
|
29
|
+
"_xDirection": "__xDirection_1uamc_gg_",
|
|
30
|
+
"--xDirection": "--xDirection_1uamc",
|
|
31
|
+
"_yDirection": "__yDirection_1uamc_gg_",
|
|
32
|
+
"--yDirection": "--yDirection_1uamc",
|
|
33
|
+
"__SPolygon": "___SPolygon_1uamc_gg_",
|
|
34
|
+
"_color": "__color_1uamc_gg_",
|
|
35
|
+
"--color": "--color_1uamc",
|
|
36
|
+
"_pattern": "__pattern_1uamc_gg_",
|
|
37
|
+
"--pattern": "--pattern_1uamc",
|
|
38
|
+
"__SPolygonDot": "___SPolygonDot_1uamc_gg_",
|
|
39
|
+
"_transparent": "__transparent_1uamc_gg_",
|
|
40
|
+
"__SPolygonLine": "___SPolygonLine_1uamc_gg_",
|
|
41
|
+
"__SPieRect": "___SPieRect_1uamc_gg_"
|
|
42
42
|
})
|
|
43
43
|
);
|
|
44
44
|
const clampAngle = (angle) => {
|
package/lib/esm/RadialTree.mjs
CHANGED
|
@@ -14,22 +14,22 @@ const style = (
|
|
|
14
14
|
/*__reshadow_css_start__*/
|
|
15
15
|
(sstyled.insert(
|
|
16
16
|
/*__inner_css_start__*/
|
|
17
|
-
".
|
|
17
|
+
".___SRadian_1l8sf_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, rgb(92, 92, 196))}.___SLine_1l8sf_gg_{stroke:var(--intergalactic-text-large-info, rgb(92, 92, 196))}.___SLine_1l8sf_gg_.__stroke_1l8sf_gg_{stroke:var(--stroke_1l8sf)}.___SLine_1l8sf_gg_.__transparent_1l8sf_gg_{opacity:.3}.___SCap_1l8sf_gg_{transition:r .1s}.___SCap_1l8sf_gg_.__pattern_1l8sf_gg_{stroke:var(--intergalactic-chart-grid-border, #fff);stroke-width:1px}.___SCap_1l8sf_gg_.__transparent_1l8sf_gg_,.___SIcon_1l8sf_gg_.__transparent_1l8sf_gg_,.___SLabel_1l8sf_gg_.__transparent_1l8sf_gg_{opacity:.3}.___SLabel_1l8sf_gg_{fill:var(--color_1l8sf)}@media (hover:hover){.___SRadian_1l8sf_gg_:hover .___SLabel_1l8sf_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_1l8sf_gg_{transition:none}}",
|
|
18
18
|
/*__inner_css_end__*/
|
|
19
|
-
"
|
|
19
|
+
"1l8sf_gg_"
|
|
20
20
|
), /*__reshadow_css_end__*/
|
|
21
21
|
{
|
|
22
|
-
"__SRadian": "
|
|
23
|
-
"__SLine": "
|
|
24
|
-
"_stroke": "
|
|
25
|
-
"--stroke": "--
|
|
26
|
-
"_transparent": "
|
|
27
|
-
"__SCap": "
|
|
28
|
-
"_pattern": "
|
|
29
|
-
"__SIcon": "
|
|
30
|
-
"__SLabel": "
|
|
31
|
-
"--color": "--
|
|
32
|
-
"__SLineCap": "
|
|
22
|
+
"__SRadian": "___SRadian_1l8sf_gg_",
|
|
23
|
+
"__SLine": "___SLine_1l8sf_gg_",
|
|
24
|
+
"_stroke": "__stroke_1l8sf_gg_",
|
|
25
|
+
"--stroke": "--stroke_1l8sf",
|
|
26
|
+
"_transparent": "__transparent_1l8sf_gg_",
|
|
27
|
+
"__SCap": "___SCap_1l8sf_gg_",
|
|
28
|
+
"_pattern": "__pattern_1l8sf_gg_",
|
|
29
|
+
"__SIcon": "___SIcon_1l8sf_gg_",
|
|
30
|
+
"__SLabel": "___SLabel_1l8sf_gg_",
|
|
31
|
+
"--color": "--color_1l8sf",
|
|
32
|
+
"__SLineCap": "___SLineCap_1l8sf_gg_"
|
|
33
33
|
})
|
|
34
34
|
);
|
|
35
35
|
const baseAngle = -Math.PI / 2;
|