@semcore/d3-chart 2.8.5 → 2.8.6
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 +2 -2
- package/lib/cjs/Area.js +10 -10
- package/lib/cjs/Axis.js +14 -14
- package/lib/cjs/Bar.js +9 -9
- package/lib/cjs/Bubble.js +11 -11
- package/lib/cjs/Donut.js +8 -8
- package/lib/cjs/Dots.js +10 -10
- package/lib/cjs/HorizontalBar.js +9 -9
- package/lib/cjs/Hover.js +4 -4
- package/lib/cjs/Line.js +9 -9
- package/lib/cjs/Plot.js +4 -4
- package/lib/cjs/RadialTree.js +13 -13
- package/lib/cjs/ReferenceLine.js +10 -10
- package/lib/cjs/ScatterPlot.js +8 -8
- package/lib/cjs/Tooltip.js +8 -8
- package/lib/cjs/Venn.js +8 -8
- package/lib/cjs/a11y/PlotA11yModule.js +3 -3
- package/lib/cjs/a11y/PlotA11yView.js +4 -4
- package/lib/cjs/style/area.shadow.css +2 -2
- package/lib/cjs/style/bar.shadow.css +1 -1
- package/lib/cjs/style/bubble.shadow.css +3 -3
- package/lib/cjs/style/donut.shadow.css +1 -1
- package/lib/cjs/style/dot.shadow.css +1 -1
- package/lib/cjs/style/line.shadow.css +1 -1
- package/lib/cjs/style/plot.shadow.css +1 -1
- package/lib/cjs/style/radial-tree.shadow.css +2 -2
- package/lib/cjs/style/scatterplot.shadow.css +2 -2
- package/lib/cjs/style/venn.shadow.css +1 -1
- package/lib/es6/Area.js +10 -10
- package/lib/es6/Axis.js +14 -14
- package/lib/es6/Bar.js +9 -9
- package/lib/es6/Bubble.js +11 -11
- package/lib/es6/Donut.js +8 -8
- package/lib/es6/Dots.js +10 -10
- package/lib/es6/HorizontalBar.js +9 -9
- package/lib/es6/Hover.js +4 -4
- package/lib/es6/Line.js +9 -9
- package/lib/es6/Plot.js +4 -4
- package/lib/es6/RadialTree.js +13 -13
- package/lib/es6/ReferenceLine.js +10 -10
- package/lib/es6/ScatterPlot.js +8 -8
- package/lib/es6/Tooltip.js +8 -8
- package/lib/es6/Venn.js +8 -8
- package/lib/es6/a11y/PlotA11yModule.js +3 -3
- package/lib/es6/a11y/PlotA11yView.js +4 -4
- package/lib/es6/style/area.shadow.css +2 -2
- package/lib/es6/style/bar.shadow.css +1 -1
- package/lib/es6/style/bubble.shadow.css +3 -3
- package/lib/es6/style/donut.shadow.css +1 -1
- package/lib/es6/style/dot.shadow.css +1 -1
- package/lib/es6/style/line.shadow.css +1 -1
- package/lib/es6/style/plot.shadow.css +1 -1
- package/lib/es6/style/radial-tree.shadow.css +2 -2
- package/lib/es6/style/scatterplot.shadow.css +2 -2
- package/lib/es6/style/venn.shadow.css +1 -1
- package/package.json +1 -1
|
@@ -14,6 +14,6 @@ foreignObject[data-aria-only] {
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
SPlot[keyboardFocused] {
|
|
17
|
-
border: 1px solid var(--intergalactic-chart-palette-order-
|
|
17
|
+
border: 1px solid var(--intergalactic-chart-palette-order-9, #008ff8);
|
|
18
18
|
box-shadow: var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3));
|
|
19
19
|
}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
SRadian {
|
|
4
4
|
cursor: pointer;
|
|
5
|
-
fill: var(--intergalactic-chart-palette-order-
|
|
5
|
+
fill: var(--intergalactic-chart-palette-order-9, #008ff8);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
SLine {
|
|
9
|
-
stroke: var(--intergalactic-chart-palette-order-
|
|
9
|
+
stroke: var(--intergalactic-chart-palette-order-9, #008ff8);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
SLine[color] {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SScatterPlot {
|
|
4
|
-
fill: var(--intergalactic-chart-palette-order-
|
|
4
|
+
fill: var(--intergalactic-chart-palette-order-1, #2bb3ff);
|
|
5
5
|
transition-property: cx, cy;
|
|
6
6
|
transition-duration: var(--duration);
|
|
7
7
|
transition-timing-function: ease-in-out;
|
|
@@ -22,7 +22,7 @@ SScatterPlot[transparent] {
|
|
|
22
22
|
SValue {
|
|
23
23
|
text-anchor: middle;
|
|
24
24
|
font-size: var(--intergalactic-fs-50, 10px);
|
|
25
|
-
stroke: var(--intergalactic-chart-palette-order-
|
|
25
|
+
stroke: var(--intergalactic-chart-palette-order-9, #008ff8);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
SValue[color] {
|
package/lib/es6/Area.js
CHANGED
|
@@ -26,19 +26,19 @@ var style = (
|
|
|
26
26
|
/*__reshadow_css_start__*/
|
|
27
27
|
_sstyled.insert(
|
|
28
28
|
/*__inner_css_start__*/
|
|
29
|
-
".
|
|
29
|
+
".___SArea_1o2p5_gg_{fill:var(--intergalactic-chart-palette-order-1,#2bb3ff);fill-opacity:.2}.___SArea_1o2p5_gg_.__color_1o2p5_gg_{fill:var(--color_1o2p5)}.___SArea_1o2p5_gg_.__transparent_1o2p5_gg_{opacity:.3}.___SAreaLine_1o2p5_gg_{stroke:var(--intergalactic-chart-palette-order-1,#2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_1o2p5_gg_.__color_1o2p5_gg_{stroke:var(--color_1o2p5)}.___SAreaLine_1o2p5_gg_.__transparent_1o2p5_gg_{opacity:.3}.___SArea_1o2p5_gg_,.___SAreaLine_1o2p5_gg_{transition-property:d;transition-duration:var(--duration_1o2p5);transition-timing-function:ease-in-out}.___SNull_1o2p5_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis,#c4c7cf);stroke-dasharray:4}.___SNull_1o2p5_gg_.__hide_1o2p5_gg_{display:none}"
|
|
30
30
|
/*__inner_css_end__*/
|
|
31
|
-
, "
|
|
31
|
+
, "1o2p5_gg_")
|
|
32
32
|
/*__reshadow_css_end__*/
|
|
33
33
|
, {
|
|
34
|
-
"__SArea": "
|
|
35
|
-
"_color": "
|
|
36
|
-
"--color": "--
|
|
37
|
-
"_transparent": "
|
|
38
|
-
"__SAreaLine": "
|
|
39
|
-
"--duration": "--
|
|
40
|
-
"__SNull": "
|
|
41
|
-
"_hide": "
|
|
34
|
+
"__SArea": "___SArea_1o2p5_gg_",
|
|
35
|
+
"_color": "__color_1o2p5_gg_",
|
|
36
|
+
"--color": "--color_1o2p5",
|
|
37
|
+
"_transparent": "__transparent_1o2p5_gg_",
|
|
38
|
+
"__SAreaLine": "___SAreaLine_1o2p5_gg_",
|
|
39
|
+
"--duration": "--duration_1o2p5",
|
|
40
|
+
"__SNull": "___SNull_1o2p5_gg_",
|
|
41
|
+
"_hide": "__hide_1o2p5_gg_"
|
|
42
42
|
});
|
|
43
43
|
|
|
44
44
|
var AreaRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Axis.js
CHANGED
|
@@ -27,23 +27,23 @@ var style = (
|
|
|
27
27
|
/*__reshadow_css_start__*/
|
|
28
28
|
_sstyled.insert(
|
|
29
29
|
/*__inner_css_start__*/
|
|
30
|
-
".
|
|
30
|
+
".___SAxis_1ylxa_gg_{stroke:var(--intergalactic-chart-grid-x-axis,#c4c7cf)}.___SAxis_1ylxa_gg_.__hide_1ylxa_gg_{display:none}.___STick_1ylxa_gg_{font-size:var(--intergalactic-fs-100,12px);fill:var(--intergalactic-chart-grid-text-label,#6c6e79)}.___STick_1ylxa_gg_.__hide_1ylxa_gg_{display:none}.___SGrid_1ylxa_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary,#e0e1e9)}.___STitle_1ylxa_gg_{font-size:var(--intergalactic-fs-100,12px);fill:var(--intergalactic-text-hint,#6c6e79);transform-origin:var(--transform-origin_1ylxa)}.___STitle_1ylxa_gg_._position_top_1ylxa_gg_{text-anchor:middle}.___STitle_1ylxa_gg_._position_bottom_1ylxa_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_1ylxa_gg_._position_right_1ylxa_gg_{transform:rotate(-90deg);alignment-baseline:middle;text-anchor:middle}.___STitle_1ylxa_gg_._position_left_1ylxa_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___STick_1ylxa_gg_._position_top_1ylxa_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_1ylxa_gg_._position_bottom_1ylxa_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1ylxa_gg_._position_right_1ylxa_gg_{transform:translateX(16px);text-anchor:start;alignment-baseline:middle}.___STick_1ylxa_gg_._position_left_1ylxa_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}.___STick_1ylxa_gg_._position_custom_0_1ylxa_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1ylxa_gg_._position_custom_1_1ylxa_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}"
|
|
31
31
|
/*__inner_css_end__*/
|
|
32
|
-
, "
|
|
32
|
+
, "1ylxa_gg_")
|
|
33
33
|
/*__reshadow_css_end__*/
|
|
34
34
|
, {
|
|
35
|
-
"__SAxis": "
|
|
36
|
-
"_hide": "
|
|
37
|
-
"__STick": "
|
|
38
|
-
"__SGrid": "
|
|
39
|
-
"__STitle": "
|
|
40
|
-
"--transform-origin": "--transform-
|
|
41
|
-
"_position_top": "
|
|
42
|
-
"_position_bottom": "
|
|
43
|
-
"_position_right": "
|
|
44
|
-
"_position_left": "
|
|
45
|
-
"_position_custom_0": "
|
|
46
|
-
"_position_custom_1": "
|
|
35
|
+
"__SAxis": "___SAxis_1ylxa_gg_",
|
|
36
|
+
"_hide": "__hide_1ylxa_gg_",
|
|
37
|
+
"__STick": "___STick_1ylxa_gg_",
|
|
38
|
+
"__SGrid": "___SGrid_1ylxa_gg_",
|
|
39
|
+
"__STitle": "___STitle_1ylxa_gg_",
|
|
40
|
+
"--transform-origin": "--transform-origin_1ylxa",
|
|
41
|
+
"_position_top": "_position_top_1ylxa_gg_",
|
|
42
|
+
"_position_bottom": "_position_bottom_1ylxa_gg_",
|
|
43
|
+
"_position_right": "_position_right_1ylxa_gg_",
|
|
44
|
+
"_position_left": "_position_left_1ylxa_gg_",
|
|
45
|
+
"_position_custom_0": "_position_custom_0_1ylxa_gg_",
|
|
46
|
+
"_position_custom_1": "_position_custom_1_1ylxa_gg_"
|
|
47
47
|
});
|
|
48
48
|
var CUSTOM_0 = Symbol('custom_0');
|
|
49
49
|
var CUSTOM_1 = Symbol('custom_1');
|
package/lib/es6/Bar.js
CHANGED
|
@@ -24,18 +24,18 @@ var style = (
|
|
|
24
24
|
/*__reshadow_css_start__*/
|
|
25
25
|
_sstyled.insert(
|
|
26
26
|
/*__inner_css_start__*/
|
|
27
|
-
".
|
|
27
|
+
".___SBar_9vh8m_gg_{fill:var(--intergalactic-chart-palette-order-1,#2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_9vh8m);transition-timing-function:ease-in-out}.___SBar_9vh8m_gg_.__color_9vh8m_gg_{fill:var(--color_9vh8m)}.___SBar_9vh8m_gg_.__hide_9vh8m_gg_{display:none}.___SBar_9vh8m_gg_.__transparent_9vh8m_gg_{opacity:.3}.___SBackground_9vh8m_gg_{fill:var(--intergalactic-chart-palette-order-other-data,#c4c7cf)}"
|
|
28
28
|
/*__inner_css_end__*/
|
|
29
|
-
, "
|
|
29
|
+
, "9vh8m_gg_")
|
|
30
30
|
/*__reshadow_css_end__*/
|
|
31
31
|
, {
|
|
32
|
-
"__SBar": "
|
|
33
|
-
"--duration": "--
|
|
34
|
-
"_color": "
|
|
35
|
-
"--color": "--
|
|
36
|
-
"_hide": "
|
|
37
|
-
"_transparent": "
|
|
38
|
-
"__SBackground": "
|
|
32
|
+
"__SBar": "___SBar_9vh8m_gg_",
|
|
33
|
+
"--duration": "--duration_9vh8m",
|
|
34
|
+
"_color": "__color_9vh8m_gg_",
|
|
35
|
+
"--color": "--color_9vh8m",
|
|
36
|
+
"_hide": "__hide_9vh8m_gg_",
|
|
37
|
+
"_transparent": "__transparent_9vh8m_gg_",
|
|
38
|
+
"__SBackground": "___SBackground_9vh8m_gg_"
|
|
39
39
|
});
|
|
40
40
|
|
|
41
41
|
var BarRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Bubble.js
CHANGED
|
@@ -32,20 +32,20 @@ var style = (
|
|
|
32
32
|
/*__reshadow_css_start__*/
|
|
33
33
|
_sstyled.insert(
|
|
34
34
|
/*__inner_css_start__*/
|
|
35
|
-
".
|
|
35
|
+
".___SBubble_1h5yz_gg_{fill:var(--intergalactic-chart-palette-order-1,#2bb3ff);stroke:var(--intergalactic-chart-grid-border,#fff);stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_1h5yz);transition-timing-function:ease-in-out;opacity:.5}.___SBubble_1h5yz_gg_:hover{opacity:.8}.___SBubble_1h5yz_gg_.__color_1h5yz_gg_{fill:var(--color_1h5yz)}.___SBubble_1h5yz_gg_.__transparent_1h5yz_gg_{opacity:.3}.___SCenter_1h5yz_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1,#2bb3ff)}.___SCenter_1h5yz_gg_.__color_1h5yz_gg_{stroke:var(--color_1h5yz)}.___SCenter_1h5yz_gg_.__transparent_1h5yz_gg_{opacity:.3}.___SLabel_1h5yz_gg_{fill:var(--intergalactic-chart-palette-order-1,#2bb3ff)}.___SLabel_1h5yz_gg_._position_right_1h5yz_gg_{text-anchor:end}.___SLabel_1h5yz_gg_._position_left_1h5yz_gg_{text-anchor:start}.___SLabel_1h5yz_gg_.__color_1h5yz_gg_{fill:var(--color_1h5yz)}.___SLabel_1h5yz_gg_.__transparent_1h5yz_gg_{opacity:.3}"
|
|
36
36
|
/*__inner_css_end__*/
|
|
37
|
-
, "
|
|
37
|
+
, "1h5yz_gg_")
|
|
38
38
|
/*__reshadow_css_end__*/
|
|
39
39
|
, {
|
|
40
|
-
"__SBubble": "
|
|
41
|
-
"--duration": "--
|
|
42
|
-
"_color": "
|
|
43
|
-
"--color": "--
|
|
44
|
-
"_transparent": "
|
|
45
|
-
"__SCenter": "
|
|
46
|
-
"__SLabel": "
|
|
47
|
-
"_position_right": "
|
|
48
|
-
"_position_left": "
|
|
40
|
+
"__SBubble": "___SBubble_1h5yz_gg_",
|
|
41
|
+
"--duration": "--duration_1h5yz",
|
|
42
|
+
"_color": "__color_1h5yz_gg_",
|
|
43
|
+
"--color": "--color_1h5yz",
|
|
44
|
+
"_transparent": "__transparent_1h5yz_gg_",
|
|
45
|
+
"__SCenter": "___SCenter_1h5yz_gg_",
|
|
46
|
+
"__SLabel": "___SLabel_1h5yz_gg_",
|
|
47
|
+
"_position_right": "_position_right_1h5yz_gg_",
|
|
48
|
+
"_position_left": "_position_left_1h5yz_gg_"
|
|
49
49
|
});
|
|
50
50
|
|
|
51
51
|
var BubbleRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Donut.js
CHANGED
|
@@ -34,17 +34,17 @@ var style = (
|
|
|
34
34
|
/*__reshadow_css_start__*/
|
|
35
35
|
_sstyled.insert(
|
|
36
36
|
/*__inner_css_start__*/
|
|
37
|
-
".
|
|
37
|
+
".___SPie_a9g76_gg_{stroke:var(--intergalactic-chart-grid-border,#fff);fill:var(--intergalactic-chart-palette-order-1,#2bb3ff)}.___SPie_a9g76_gg_.__color_a9g76_gg_{fill:var(--color_a9g76)}.___SPie_a9g76_gg_.__transparent_a9g76_gg_{opacity:.3}.___SEmptyData_a9g76_gg_{fill:var(--intergalactic-chart-palette-order-null,#e0e1e9)}.___SEmptyData_a9g76_gg_.__color_a9g76_gg_{fill:var(--color_a9g76)}.___SLabel_a9g76_gg_{text-anchor:middle;vertical-anchor:middle}"
|
|
38
38
|
/*__inner_css_end__*/
|
|
39
|
-
, "
|
|
39
|
+
, "a9g76_gg_")
|
|
40
40
|
/*__reshadow_css_end__*/
|
|
41
41
|
, {
|
|
42
|
-
"__SPie": "
|
|
43
|
-
"_color": "
|
|
44
|
-
"--color": "--
|
|
45
|
-
"_transparent": "
|
|
46
|
-
"__SEmptyData": "
|
|
47
|
-
"__SLabel": "
|
|
42
|
+
"__SPie": "___SPie_a9g76_gg_",
|
|
43
|
+
"_color": "__color_a9g76_gg_",
|
|
44
|
+
"--color": "--color_a9g76",
|
|
45
|
+
"_transparent": "__transparent_a9g76_gg_",
|
|
46
|
+
"__SEmptyData": "___SEmptyData_a9g76_gg_",
|
|
47
|
+
"__SLabel": "___SLabel_a9g76_gg_"
|
|
48
48
|
});
|
|
49
49
|
var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
|
|
50
50
|
|
package/lib/es6/Dots.js
CHANGED
|
@@ -12,19 +12,19 @@ var style = (
|
|
|
12
12
|
/*__reshadow_css_start__*/
|
|
13
13
|
_sstyled.insert(
|
|
14
14
|
/*__inner_css_start__*/
|
|
15
|
-
".
|
|
15
|
+
".___SDots_1hmir_gg_ .___SDot_1hmir_gg_{transition-duration:var(--duration_1hmir)}.___SDot_1hmir_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border,#fff);r:6px;fill:var(--intergalactic-chart-palette-order-1,#2bb3ff);transition-property:cx,cy;transition-timing-function:ease-in-out}.___SDot_1hmir_gg_.__hide_1hmir_gg_{display:none}.___SDot_1hmir_gg_.__active_1hmir_gg_{r:8px}.___SDot_1hmir_gg_.__color_1hmir_gg_{fill:var(--color_1hmir)}.___SDot_1hmir_gg_.__transparent_1hmir_gg_{opacity:.3}"
|
|
16
16
|
/*__inner_css_end__*/
|
|
17
|
-
, "
|
|
17
|
+
, "1hmir_gg_")
|
|
18
18
|
/*__reshadow_css_end__*/
|
|
19
19
|
, {
|
|
20
|
-
"__SDots": "
|
|
21
|
-
"__SDot": "
|
|
22
|
-
"--duration": "--
|
|
23
|
-
"_hide": "
|
|
24
|
-
"_active": "
|
|
25
|
-
"_color": "
|
|
26
|
-
"--color": "--
|
|
27
|
-
"_transparent": "
|
|
20
|
+
"__SDots": "___SDots_1hmir_gg_",
|
|
21
|
+
"__SDot": "___SDot_1hmir_gg_",
|
|
22
|
+
"--duration": "--duration_1hmir",
|
|
23
|
+
"_hide": "__hide_1hmir_gg_",
|
|
24
|
+
"_active": "__active_1hmir_gg_",
|
|
25
|
+
"_color": "__color_1hmir_gg_",
|
|
26
|
+
"--color": "--color_1hmir",
|
|
27
|
+
"_transparent": "__transparent_1hmir_gg_"
|
|
28
28
|
});
|
|
29
29
|
var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
|
|
30
30
|
|
package/lib/es6/HorizontalBar.js
CHANGED
|
@@ -23,18 +23,18 @@ var style = (
|
|
|
23
23
|
/*__reshadow_css_start__*/
|
|
24
24
|
_sstyled.insert(
|
|
25
25
|
/*__inner_css_start__*/
|
|
26
|
-
".
|
|
26
|
+
".___SBar_9vh8m_gg_{fill:var(--intergalactic-chart-palette-order-1,#2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_9vh8m);transition-timing-function:ease-in-out}.___SBar_9vh8m_gg_.__color_9vh8m_gg_{fill:var(--color_9vh8m)}.___SBar_9vh8m_gg_.__hide_9vh8m_gg_{display:none}.___SBar_9vh8m_gg_.__transparent_9vh8m_gg_{opacity:.3}.___SBackground_9vh8m_gg_{fill:var(--intergalactic-chart-palette-order-other-data,#c4c7cf)}"
|
|
27
27
|
/*__inner_css_end__*/
|
|
28
|
-
, "
|
|
28
|
+
, "9vh8m_gg_")
|
|
29
29
|
/*__reshadow_css_end__*/
|
|
30
30
|
, {
|
|
31
|
-
"__SBar": "
|
|
32
|
-
"--duration": "--
|
|
33
|
-
"_color": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"_hide": "
|
|
36
|
-
"_transparent": "
|
|
37
|
-
"__SBackground": "
|
|
31
|
+
"__SBar": "___SBar_9vh8m_gg_",
|
|
32
|
+
"--duration": "--duration_9vh8m",
|
|
33
|
+
"_color": "__color_9vh8m_gg_",
|
|
34
|
+
"--color": "--color_9vh8m",
|
|
35
|
+
"_hide": "__hide_9vh8m_gg_",
|
|
36
|
+
"_transparent": "__transparent_9vh8m_gg_",
|
|
37
|
+
"__SBackground": "___SBackground_9vh8m_gg_"
|
|
38
38
|
});
|
|
39
39
|
|
|
40
40
|
var HorizontalBarRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Hover.js
CHANGED
|
@@ -24,13 +24,13 @@ var style = (
|
|
|
24
24
|
/*__reshadow_css_start__*/
|
|
25
25
|
_sstyled.insert(
|
|
26
26
|
/*__inner_css_start__*/
|
|
27
|
-
".
|
|
27
|
+
".___SHoverLine_3fhd2_gg_{stroke:var(--intergalactic-chart-grid-x-axis,#c4c7cf)}.___SHoverRect_3fhd2_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover,rgba(196,199,207,.3))}"
|
|
28
28
|
/*__inner_css_end__*/
|
|
29
|
-
, "
|
|
29
|
+
, "3fhd2_gg_")
|
|
30
30
|
/*__reshadow_css_end__*/
|
|
31
31
|
, {
|
|
32
|
-
"__SHoverLine": "
|
|
33
|
-
"__SHoverRect": "
|
|
32
|
+
"__SHoverLine": "___SHoverLine_3fhd2_gg_",
|
|
33
|
+
"__SHoverRect": "___SHoverRect_3fhd2_gg_"
|
|
34
34
|
});
|
|
35
35
|
|
|
36
36
|
var Hover = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Line.js
CHANGED
|
@@ -25,18 +25,18 @@ var style = (
|
|
|
25
25
|
/*__reshadow_css_start__*/
|
|
26
26
|
_sstyled.insert(
|
|
27
27
|
/*__inner_css_start__*/
|
|
28
|
-
".
|
|
28
|
+
".___SLine_ljt9r_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1,#2bb3ff);transition-property:d;transition-duration:var(--duration_ljt9r);transition-timing-function:ease-in-out}.___SLine_ljt9r_gg_.__color_ljt9r_gg_{stroke:var(--color_ljt9r)}.___SLine_ljt9r_gg_.__hide_ljt9r_gg_{display:none}.___SLine_ljt9r_gg_.__transparent_ljt9r_gg_{opacity:.3}.___SNull_ljt9r_gg_{fill:transparent;stroke:var(-intergalactic-border-primary);stroke-dasharray:4}.___SNull_ljt9r_gg_.__hide_ljt9r_gg_{display:none}"
|
|
29
29
|
/*__inner_css_end__*/
|
|
30
|
-
, "
|
|
30
|
+
, "ljt9r_gg_")
|
|
31
31
|
/*__reshadow_css_end__*/
|
|
32
32
|
, {
|
|
33
|
-
"__SLine": "
|
|
34
|
-
"--duration": "--
|
|
35
|
-
"_color": "
|
|
36
|
-
"--color": "--
|
|
37
|
-
"_hide": "
|
|
38
|
-
"_transparent": "
|
|
39
|
-
"__SNull": "
|
|
33
|
+
"__SLine": "___SLine_ljt9r_gg_",
|
|
34
|
+
"--duration": "--duration_ljt9r",
|
|
35
|
+
"_color": "__color_ljt9r_gg_",
|
|
36
|
+
"--color": "--color_ljt9r",
|
|
37
|
+
"_hide": "__hide_ljt9r_gg_",
|
|
38
|
+
"_transparent": "__transparent_ljt9r_gg_",
|
|
39
|
+
"__SNull": "___SNull_ljt9r_gg_"
|
|
40
40
|
});
|
|
41
41
|
|
|
42
42
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Plot.js
CHANGED
|
@@ -31,13 +31,13 @@ var style = (
|
|
|
31
31
|
/*__reshadow_css_start__*/
|
|
32
32
|
_sstyled.insert(
|
|
33
33
|
/*__inner_css_start__*/
|
|
34
|
-
".
|
|
34
|
+
".___SPlot_42adj_gg_{overflow:hidden}.___SPlot_42adj_gg_:active,.___SPlot_42adj_gg_:focus{outline:0;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_42adj_gg_.__keyboardFocused_42adj_gg_{border:1px solid var(--intergalactic-chart-palette-order-9,#008ff8);box-shadow:var(--intergalactic-keyboard-focus,0 0 0 3px rgba(0,143,248,.3))}"
|
|
35
35
|
/*__inner_css_end__*/
|
|
36
|
-
, "
|
|
36
|
+
, "42adj_gg_")
|
|
37
37
|
/*__reshadow_css_end__*/
|
|
38
38
|
, {
|
|
39
|
-
"__SPlot": "
|
|
40
|
-
"_keyboardFocused": "
|
|
39
|
+
"__SPlot": "___SPlot_42adj_gg_",
|
|
40
|
+
"_keyboardFocused": "__keyboardFocused_42adj_gg_"
|
|
41
41
|
});
|
|
42
42
|
|
|
43
43
|
var PlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/RadialTree.js
CHANGED
|
@@ -34,22 +34,22 @@ var style = (
|
|
|
34
34
|
/*__reshadow_css_start__*/
|
|
35
35
|
_sstyled.insert(
|
|
36
36
|
/*__inner_css_start__*/
|
|
37
|
-
".
|
|
37
|
+
".___SRadian_1iqt4_gg_{cursor:pointer;fill:var(--intergalactic-chart-palette-order-9,#008ff8)}.___SLine_1iqt4_gg_{stroke:var(--intergalactic-chart-palette-order-9,#008ff8)}.___SLine_1iqt4_gg_.__color_1iqt4_gg_{stroke:var(--color_1iqt4)}.___SLine_1iqt4_gg_.__transparent_1iqt4_gg_{opacity:.3}.___SCap_1iqt4_gg_{transition:r .1s}.___SCap_1iqt4_gg_.__transparent_1iqt4_gg_{opacity:.3}.___SIcon_1iqt4_gg_.__transparent_1iqt4_gg_{opacity:.3}.___SLabel_1iqt4_gg_{fill:var(--color_1iqt4);cursor:var(--text-cursor_1iqt4)}.___SLabel_1iqt4_gg_.__transparent_1iqt4_gg_{opacity:.3}.___SRadian_1iqt4_gg_:hover .___SLabel_1iqt4_gg_{fill:var(--color-hovered_1iqt4)}@media (prefers-reduced-motion){.___SLineCap_1iqt4_gg_{transition:none}}"
|
|
38
38
|
/*__inner_css_end__*/
|
|
39
|
-
, "
|
|
39
|
+
, "1iqt4_gg_")
|
|
40
40
|
/*__reshadow_css_end__*/
|
|
41
41
|
, {
|
|
42
|
-
"__SRadian": "
|
|
43
|
-
"__SLine": "
|
|
44
|
-
"_color": "
|
|
45
|
-
"--color": "--
|
|
46
|
-
"_transparent": "
|
|
47
|
-
"__SCap": "
|
|
48
|
-
"__SIcon": "
|
|
49
|
-
"__SLabel": "
|
|
50
|
-
"--text-cursor": "--text-
|
|
51
|
-
"--color-hovered": "--color-
|
|
52
|
-
"__SLineCap": "
|
|
42
|
+
"__SRadian": "___SRadian_1iqt4_gg_",
|
|
43
|
+
"__SLine": "___SLine_1iqt4_gg_",
|
|
44
|
+
"_color": "__color_1iqt4_gg_",
|
|
45
|
+
"--color": "--color_1iqt4",
|
|
46
|
+
"_transparent": "__transparent_1iqt4_gg_",
|
|
47
|
+
"__SCap": "___SCap_1iqt4_gg_",
|
|
48
|
+
"__SIcon": "___SIcon_1iqt4_gg_",
|
|
49
|
+
"__SLabel": "___SLabel_1iqt4_gg_",
|
|
50
|
+
"--text-cursor": "--text-cursor_1iqt4",
|
|
51
|
+
"--color-hovered": "--color-hovered_1iqt4",
|
|
52
|
+
"__SLineCap": "___SLineCap_1iqt4_gg_"
|
|
53
53
|
});
|
|
54
54
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
|
55
55
|
|
package/lib/es6/ReferenceLine.js
CHANGED
|
@@ -25,19 +25,19 @@ var style = (
|
|
|
25
25
|
/*__reshadow_css_start__*/
|
|
26
26
|
_sstyled.insert(
|
|
27
27
|
/*__inner_css_start__*/
|
|
28
|
-
".
|
|
28
|
+
".___SReferenceLine_isgbe_gg_{fill:none;stroke:var(--intergalactic-chart-grid-x-axis,#c4c7cf)}.___STitle_isgbe_gg_{font-size:var(--intergalactic-fs-100,12px);fill:var(--intergalactic-chart-grid-text-label,#6c6e79);transform-origin:var(--transform-origin_isgbe)}.___STitle_isgbe_gg_._position_top_isgbe_gg_{text-anchor:middle}.___STitle_isgbe_gg_._position_bottom_isgbe_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_isgbe_gg_._position_right_isgbe_gg_{transform:rotate(-90deg);alignment-baseline:middle;text-anchor:middle}.___STitle_isgbe_gg_._position_left_isgbe_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___SBackground_isgbe_gg_{fill:var(--intergalactic-chart-grid-period-bg,rgba(196,199,207,.2))}"
|
|
29
29
|
/*__inner_css_end__*/
|
|
30
|
-
, "
|
|
30
|
+
, "isgbe_gg_")
|
|
31
31
|
/*__reshadow_css_end__*/
|
|
32
32
|
, {
|
|
33
|
-
"__SReferenceLine": "
|
|
34
|
-
"__STitle": "
|
|
35
|
-
"--transform-origin": "--transform-
|
|
36
|
-
"_position_top": "
|
|
37
|
-
"_position_bottom": "
|
|
38
|
-
"_position_right": "
|
|
39
|
-
"_position_left": "
|
|
40
|
-
"__SBackground": "
|
|
33
|
+
"__SReferenceLine": "___SReferenceLine_isgbe_gg_",
|
|
34
|
+
"__STitle": "___STitle_isgbe_gg_",
|
|
35
|
+
"--transform-origin": "--transform-origin_isgbe",
|
|
36
|
+
"_position_top": "_position_top_isgbe_gg_",
|
|
37
|
+
"_position_bottom": "_position_bottom_isgbe_gg_",
|
|
38
|
+
"_position_right": "_position_right_isgbe_gg_",
|
|
39
|
+
"_position_left": "_position_left_isgbe_gg_",
|
|
40
|
+
"__SBackground": "___SBackground_isgbe_gg_"
|
|
41
41
|
});
|
|
42
42
|
var side2direction = {
|
|
43
43
|
left: 'vertical',
|
package/lib/es6/ScatterPlot.js
CHANGED
|
@@ -30,17 +30,17 @@ var style = (
|
|
|
30
30
|
/*__reshadow_css_start__*/
|
|
31
31
|
_sstyled.insert(
|
|
32
32
|
/*__inner_css_start__*/
|
|
33
|
-
".
|
|
33
|
+
".___SScatterPlot_1uhku_gg_{fill:var(--intergalactic-chart-palette-order-1,#2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_1uhku);transition-timing-function:ease-in-out;opacity:.5}.___SScatterPlot_1uhku_gg_:hover{opacity:.8}.___SScatterPlot_1uhku_gg_.__color_1uhku_gg_{fill:var(--color_1uhku)}.___SScatterPlot_1uhku_gg_.__transparent_1uhku_gg_{opacity:.3}.___SValue_1uhku_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50,10px);stroke:var(--intergalactic-chart-palette-order-9,#008ff8)}.___SValue_1uhku_gg_.__color_1uhku_gg_{stroke:var(--color_1uhku)}.___SValue_1uhku_gg_.__transparent_1uhku_gg_{opacity:.3}"
|
|
34
34
|
/*__inner_css_end__*/
|
|
35
|
-
, "
|
|
35
|
+
, "1uhku_gg_")
|
|
36
36
|
/*__reshadow_css_end__*/
|
|
37
37
|
, {
|
|
38
|
-
"__SScatterPlot": "
|
|
39
|
-
"--duration": "--
|
|
40
|
-
"_color": "
|
|
41
|
-
"--color": "--
|
|
42
|
-
"_transparent": "
|
|
43
|
-
"__SValue": "
|
|
38
|
+
"__SScatterPlot": "___SScatterPlot_1uhku_gg_",
|
|
39
|
+
"--duration": "--duration_1uhku",
|
|
40
|
+
"_color": "__color_1uhku_gg_",
|
|
41
|
+
"--color": "--color_1uhku",
|
|
42
|
+
"_transparent": "__transparent_1uhku_gg_",
|
|
43
|
+
"__SValue": "___SValue_1uhku_gg_"
|
|
44
44
|
});
|
|
45
45
|
|
|
46
46
|
var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Tooltip.js
CHANGED
|
@@ -34,17 +34,17 @@ var style = (
|
|
|
34
34
|
/*__reshadow_css_start__*/
|
|
35
35
|
_sstyled.insert(
|
|
36
36
|
/*__inner_css_start__*/
|
|
37
|
-
".
|
|
37
|
+
".___STooltip_1xshf_gg_{font-size:var(--intergalactic-fs-100,12px);line-height:var(--intergalactic-lh-100,133%);position:relative;background-color:var(--intergalactic-bg-primary-neutral,#fff);border-radius:var(--intergalactic-rounded-medium,6px);border:1px solid var(--intergalactic-border-secondary,#e0e1e9);box-sizing:border-box;box-shadow:var(--intergalactic-box-shadow-popper,0 1px 12px 0 rgba(25,27,35,.15));padding:var(--intergalactic-spacing-3x,12px)}.___STitle_1xshf_gg_{color:var(--intergalactic-text-secondary,#6c6e79);margin-bottom:var(--intergalactic-spacing-2x,8px)}.___SDotGroup_1xshf_gg_{display:flex;align-items:center}.___SDot_1xshf_gg_{width:8px;height:8px;border-radius:50%;margin-right:var(--intergalactic-spacing-2x,8px);background:var(--intergalactic-icon-secondary-info,#2bb3ff)}.___SDot_1xshf_gg_.__color_1xshf_gg_{background:var(--color_1xshf)}"
|
|
38
38
|
/*__inner_css_end__*/
|
|
39
|
-
, "
|
|
39
|
+
, "1xshf_gg_")
|
|
40
40
|
/*__reshadow_css_end__*/
|
|
41
41
|
, {
|
|
42
|
-
"__STooltip": "
|
|
43
|
-
"__STitle": "
|
|
44
|
-
"__SDotGroup": "
|
|
45
|
-
"__SDot": "
|
|
46
|
-
"_color": "
|
|
47
|
-
"--color": "--
|
|
42
|
+
"__STooltip": "___STooltip_1xshf_gg_",
|
|
43
|
+
"__STitle": "___STitle_1xshf_gg_",
|
|
44
|
+
"__SDotGroup": "___SDotGroup_1xshf_gg_",
|
|
45
|
+
"__SDot": "___SDot_1xshf_gg_",
|
|
46
|
+
"_color": "__color_1xshf_gg_",
|
|
47
|
+
"--color": "--color_1xshf"
|
|
48
48
|
});
|
|
49
49
|
|
|
50
50
|
var TooltipRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Venn.js
CHANGED
|
@@ -26,17 +26,17 @@ var style = (
|
|
|
26
26
|
/*__reshadow_css_start__*/
|
|
27
27
|
_sstyled.insert(
|
|
28
28
|
/*__inner_css_start__*/
|
|
29
|
-
".
|
|
29
|
+
".___SCircle_pnyu3_gg_{fill:var(--intergalactic-chart-palette-order-2,#59ddaa);stroke:var(--intergalactic-chart-grid-border,#fff);stroke-width:2px;fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_pnyu3);transition-timing-function:ease-in-out}.___SCircle_pnyu3_gg_:hover{fill-opacity:.7}.___SCircle_pnyu3_gg_.__color_pnyu3_gg_{fill:var(--color_pnyu3)}.___SCircle_pnyu3_gg_.__transparent_pnyu3_gg_{opacity:.3}.___SIntersection_pnyu3_gg_{stroke:var(--intergalactic-chart-grid-border,#fff);stroke-width:2px;fill-opacity:0}.___SIntersection_pnyu3_gg_:hover{fill-opacity:.1}.___SIntersection_pnyu3_gg_.__transparent_pnyu3_gg_{opacity:.3}"
|
|
30
30
|
/*__inner_css_end__*/
|
|
31
|
-
, "
|
|
31
|
+
, "pnyu3_gg_")
|
|
32
32
|
/*__reshadow_css_end__*/
|
|
33
33
|
, {
|
|
34
|
-
"__SCircle": "
|
|
35
|
-
"--duration": "--
|
|
36
|
-
"_color": "
|
|
37
|
-
"--color": "--
|
|
38
|
-
"_transparent": "
|
|
39
|
-
"__SIntersection": "
|
|
34
|
+
"__SCircle": "___SCircle_pnyu3_gg_",
|
|
35
|
+
"--duration": "--duration_pnyu3",
|
|
36
|
+
"_color": "__color_pnyu3_gg_",
|
|
37
|
+
"--color": "--color_pnyu3",
|
|
38
|
+
"_transparent": "__transparent_pnyu3_gg_",
|
|
39
|
+
"__SIntersection": "___SIntersection_pnyu3_gg_"
|
|
40
40
|
});
|
|
41
41
|
|
|
42
42
|
var VennRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -20,12 +20,12 @@ var styles = (
|
|
|
20
20
|
/*__reshadow_css_start__*/
|
|
21
21
|
_sstyled.insert(
|
|
22
22
|
/*__inner_css_start__*/
|
|
23
|
-
".
|
|
23
|
+
".___SPlotA11yModule_1k0mu_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_1k0mu_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1}"
|
|
24
24
|
/*__inner_css_end__*/
|
|
25
|
-
, "
|
|
25
|
+
, "1k0mu_gg_")
|
|
26
26
|
/*__reshadow_css_end__*/
|
|
27
27
|
, {
|
|
28
|
-
"__SPlotA11yModule": "
|
|
28
|
+
"__SPlotA11yModule": "___SPlotA11yModule_1k0mu_gg_"
|
|
29
29
|
});
|
|
30
30
|
import { Context as I18nContext, useI18n } from '@semcore/utils/lib/enhances/WithI18n';
|
|
31
31
|
import { Box } from '@semcore/flex-box';
|
|
@@ -27,13 +27,13 @@ var styles = (
|
|
|
27
27
|
/*__reshadow_css_start__*/
|
|
28
28
|
_sstyled.insert(
|
|
29
29
|
/*__inner_css_start__*/
|
|
30
|
-
".
|
|
30
|
+
".___SPlotA11yView_16de4_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0;background-color:var(--intergalactic-bg-primary-neutral,#fff);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_16de4_gg_:focus,.___SPlotA11yView_16de4_gg_.__focus-within_16de4_gg_{-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_16de4_gg_:focus,.___SPlotA11yView_16de4_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_16de4_gg_ a{cursor:pointer;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x,8px);display:block}.___SPlotA11yView_16de4_gg_ table,.___SPlotA11yView_16de4_gg_ td,.___SPlotA11yView_16de4_gg_ th{border:1px solid var(--intergalactic-border-primary,#c4c7cf)}"
|
|
31
31
|
/*__inner_css_end__*/
|
|
32
|
-
, "
|
|
32
|
+
, "16de4_gg_")
|
|
33
33
|
/*__reshadow_css_end__*/
|
|
34
34
|
, {
|
|
35
|
-
"__SPlotA11yView": "
|
|
36
|
-
"_focus-within": "__focus-
|
|
35
|
+
"__SPlotA11yView": "___SPlotA11yView_16de4_gg_",
|
|
36
|
+
"_focus-within": "__focus-within_16de4_gg_"
|
|
37
37
|
});
|
|
38
38
|
import { Box } from '@semcore/flex-box';
|
|
39
39
|
import { useAsyncI18nMessages } from '@semcore/utils/lib/enhances/i18nEnhance';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SArea {
|
|
4
|
-
fill: var(--intergalactic-chart-palette-order-
|
|
4
|
+
fill: var(--intergalactic-chart-palette-order-1, #2bb3ff);
|
|
5
5
|
fill-opacity: 0.2;
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -14,7 +14,7 @@ SArea[transparent] {
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
SAreaLine {
|
|
17
|
-
stroke: var(--intergalactic-chart-palette-order-
|
|
17
|
+
stroke: var(--intergalactic-chart-palette-order-1, #2bb3ff);
|
|
18
18
|
stroke-width: 3;
|
|
19
19
|
fill: transparent;
|
|
20
20
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SBar {
|
|
4
|
-
fill: var(--intergalactic-chart-palette-order-
|
|
4
|
+
fill: var(--intergalactic-chart-palette-order-1, #2bb3ff);
|
|
5
5
|
transition-property: height, width, y;
|
|
6
6
|
transition-duration: var(--duration);
|
|
7
7
|
transition-timing-function: ease-in-out;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SBubble {
|
|
4
|
-
fill: var(--intergalactic-chart-palette-order-
|
|
4
|
+
fill: var(--intergalactic-chart-palette-order-1, #2bb3ff);
|
|
5
5
|
stroke: var(--intergalactic-chart-grid-border, #ffffff);
|
|
6
6
|
stroke-width: 2px;
|
|
7
7
|
transition-property: cx, cy;
|
|
@@ -25,7 +25,7 @@ SCenter {
|
|
|
25
25
|
text-anchor: middle;
|
|
26
26
|
/* disable-tokens-validator */
|
|
27
27
|
font-size: calc(var(--intergalactic-fs-100, 12px) - 1px);
|
|
28
|
-
stroke: var(--intergalactic-chart-palette-order-
|
|
28
|
+
stroke: var(--intergalactic-chart-palette-order-1, #2bb3ff);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
SCenter[color] {
|
|
@@ -37,7 +37,7 @@ SCenter[transparent] {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
SLabel {
|
|
40
|
-
fill: var(--intergalactic-chart-palette-order-
|
|
40
|
+
fill: var(--intergalactic-chart-palette-order-1, #2bb3ff);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
SLabel[position='right'] {
|