@semcore/d3-chart 16.1.3 → 16.1.4-prerelease.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/cjs/Area.js +11 -11
- package/lib/cjs/Axis.js +14 -14
- package/lib/cjs/Bar.js +16 -16
- package/lib/cjs/Bubble.js +13 -13
- package/lib/cjs/CompactHorizontalBar.js +16 -16
- package/lib/cjs/Donut.js +9 -9
- package/lib/cjs/Dots.js +8 -8
- package/lib/cjs/HorizontalBar.js +16 -16
- package/lib/cjs/Hover.js +3 -3
- package/lib/cjs/Line.js +9 -9
- package/lib/cjs/Plot.js +3 -3
- package/lib/cjs/Radar.js +19 -19
- package/lib/cjs/RadialTree.js +12 -12
- package/lib/cjs/Reference.js +12 -12
- package/lib/cjs/ScatterPlot.js +9 -9
- package/lib/cjs/Tooltip.js +9 -9
- package/lib/cjs/Venn.js +9 -9
- package/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/es6/Area.js +11 -11
- package/lib/es6/Axis.js +14 -14
- package/lib/es6/Bar.js +16 -16
- package/lib/es6/Bubble.js +13 -13
- package/lib/es6/CompactHorizontalBar.js +16 -16
- package/lib/es6/Donut.js +9 -9
- package/lib/es6/Dots.js +8 -8
- package/lib/es6/HorizontalBar.js +16 -16
- package/lib/es6/Hover.js +3 -3
- package/lib/es6/Line.js +9 -9
- package/lib/es6/Plot.js +3 -3
- package/lib/es6/Radar.js +19 -19
- package/lib/es6/RadialTree.js +12 -12
- package/lib/es6/Reference.js +12 -12
- package/lib/es6/ScatterPlot.js +9 -9
- package/lib/es6/Tooltip.js +9 -9
- package/lib/es6/Venn.js +9 -9
- package/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/lib/es6/a11y/PlotA11yView.js +2 -2
- package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/esm/Area.mjs +12 -12
- package/lib/esm/Axis.mjs +15 -15
- package/lib/esm/Bar.mjs +17 -17
- package/lib/esm/Bubble.mjs +14 -14
- package/lib/esm/CompactHorizontalBar.mjs +17 -17
- package/lib/esm/Donut.mjs +10 -10
- package/lib/esm/Dots.mjs +9 -9
- package/lib/esm/HorizontalBar.mjs +17 -17
- package/lib/esm/Hover.mjs +4 -4
- package/lib/esm/Line.mjs +10 -10
- package/lib/esm/Plot.mjs +4 -4
- package/lib/esm/Radar.mjs +20 -20
- package/lib/esm/RadialTree.mjs +13 -13
- package/lib/esm/Reference.mjs +13 -13
- package/lib/esm/ScatterPlot.mjs +10 -10
- package/lib/esm/Tooltip.mjs +10 -10
- package/lib/esm/Venn.mjs +10 -10
- package/lib/esm/a11y/PlotA11yModule.mjs +3 -3
- package/lib/esm/a11y/PlotA11yView.mjs +3 -3
- package/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +5 -5
- package/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +18 -18
- package/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +7 -7
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [16.1.4] - 2025-09-12
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/checkbox` [16.1.2 ~> 16.1.3], `@semcore/base-components` [16.2.2 ~> 16.2.3]).
|
|
10
|
+
|
|
5
11
|
## [16.1.3] - 2025-09-05
|
|
6
12
|
|
|
7
13
|
### Changed
|
package/lib/cjs/Area.js
CHANGED
|
@@ -27,19 +27,19 @@ var _Pattern = require("./Pattern");
|
|
|
27
27
|
var _utils = require("./utils");
|
|
28
28
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
29
29
|
/*!__reshadow-styles__:"./style/area.shadow.css"*/
|
|
30
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
30
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SArea_1i8rp_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_1i8rp_gg_.__color_1i8rp_gg_{fill:var(--color_1i8rp)}.___SArea_1i8rp_gg_.__pattern_1i8rp_gg_{fill:var(--pattern_1i8rp);fill-opacity:.7}.___SArea_1i8rp_gg_.__transparent_1i8rp_gg_{opacity:.3}.___SAreaLine_1i8rp_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_1i8rp_gg_.__color_1i8rp_gg_{stroke:var(--color_1i8rp)}.___SAreaLine_1i8rp_gg_.__transparent_1i8rp_gg_{opacity:.3}.___SAreaLine_1i8rp_gg_,.___SArea_1i8rp_gg_{transition-property:d;transition-duration:var(--duration_1i8rp);transition-timing-function:ease-in-out}.___SNull_1i8rp_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_1i8rp_gg_.__hide_1i8rp_gg_{display:none}", /*__inner_css_end__*/"1i8rp_gg_"),
|
|
31
31
|
/*__reshadow_css_end__*/
|
|
32
32
|
{
|
|
33
|
-
"__SArea": "
|
|
34
|
-
"_color": "
|
|
35
|
-
"--color": "--
|
|
36
|
-
"_pattern": "
|
|
37
|
-
"--pattern": "--
|
|
38
|
-
"_transparent": "
|
|
39
|
-
"__SAreaLine": "
|
|
40
|
-
"--duration": "--
|
|
41
|
-
"__SNull": "
|
|
42
|
-
"_hide": "
|
|
33
|
+
"__SArea": "___SArea_1i8rp_gg_",
|
|
34
|
+
"_color": "__color_1i8rp_gg_",
|
|
35
|
+
"--color": "--color_1i8rp",
|
|
36
|
+
"_pattern": "__pattern_1i8rp_gg_",
|
|
37
|
+
"--pattern": "--pattern_1i8rp",
|
|
38
|
+
"_transparent": "__transparent_1i8rp_gg_",
|
|
39
|
+
"__SAreaLine": "___SAreaLine_1i8rp_gg_",
|
|
40
|
+
"--duration": "--duration_1i8rp",
|
|
41
|
+
"__SNull": "___SNull_1i8rp_gg_",
|
|
42
|
+
"_hide": "__hide_1i8rp_gg_"
|
|
43
43
|
});
|
|
44
44
|
var AreaRoot = /*#__PURE__*/function (_Component) {
|
|
45
45
|
function AreaRoot() {
|
package/lib/cjs/Axis.js
CHANGED
|
@@ -20,22 +20,22 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
20
20
|
var _utils = require("./utils");
|
|
21
21
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
22
22
|
/*!__reshadow-styles__:"./style/axis.shadow.css"*/
|
|
23
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
23
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAxis_bw55s_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_bw55s_gg_.__hide_bw55s_gg_,.___STick_bw55s_gg_.__hide_bw55s_gg_{display:none}.___STick_bw55s_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_bw55s_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_bw55s_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_bw55s)}.___STitle_bw55s_gg_._position_top_bw55s_gg_{text-anchor:middle}.___STitle_bw55s_gg_._position_bottom_bw55s_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_bw55s_gg_._position_left_bw55s_gg_,.___STitle_bw55s_gg_._position_right_bw55s_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_bw55s_gg_._position_left_bw55s_gg_.__verticalWritingMode_bw55s_gg_,.___STitle_bw55s_gg_._position_right_bw55s_gg_.__verticalWritingMode_bw55s_gg_{writing-mode:vertical-rl;transform:none}.___STick_bw55s_gg_._position_top_bw55s_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_bw55s_gg_._position_bottom_bw55s_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_bw55s_gg_._position_right_bw55s_gg_{transform:translateX(16px);text-anchor:start;dominant-baseline:middle}.___STick_bw55s_gg_._position_left_bw55s_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_bw55s_gg_._position_custom_0_bw55s_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_bw55s_gg_._position_custom_1_bw55s_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}", /*__inner_css_end__*/"bw55s_gg_"),
|
|
24
24
|
/*__reshadow_css_end__*/
|
|
25
25
|
{
|
|
26
|
-
"__SAxis": "
|
|
27
|
-
"_hide": "
|
|
28
|
-
"__STick": "
|
|
29
|
-
"__SGrid": "
|
|
30
|
-
"__STitle": "
|
|
31
|
-
"--transform-origin": "--transform-
|
|
32
|
-
"_position_top": "
|
|
33
|
-
"_position_bottom": "
|
|
34
|
-
"_position_right": "
|
|
35
|
-
"_position_left": "
|
|
36
|
-
"_verticalWritingMode": "
|
|
37
|
-
"_position_custom_0": "
|
|
38
|
-
"_position_custom_1": "
|
|
26
|
+
"__SAxis": "___SAxis_bw55s_gg_",
|
|
27
|
+
"_hide": "__hide_bw55s_gg_",
|
|
28
|
+
"__STick": "___STick_bw55s_gg_",
|
|
29
|
+
"__SGrid": "___SGrid_bw55s_gg_",
|
|
30
|
+
"__STitle": "___STitle_bw55s_gg_",
|
|
31
|
+
"--transform-origin": "--transform-origin_bw55s",
|
|
32
|
+
"_position_top": "_position_top_bw55s_gg_",
|
|
33
|
+
"_position_bottom": "_position_bottom_bw55s_gg_",
|
|
34
|
+
"_position_right": "_position_right_bw55s_gg_",
|
|
35
|
+
"_position_left": "_position_left_bw55s_gg_",
|
|
36
|
+
"_verticalWritingMode": "__verticalWritingMode_bw55s_gg_",
|
|
37
|
+
"_position_custom_0": "_position_custom_0_bw55s_gg_",
|
|
38
|
+
"_position_custom_1": "_position_custom_1_bw55s_gg_"
|
|
39
39
|
});
|
|
40
40
|
var CUSTOM_0 = Symbol('custom_0');
|
|
41
41
|
var CUSTOM_1 = Symbol('custom_1');
|
package/lib/cjs/Bar.js
CHANGED
|
@@ -23,24 +23,24 @@ var _Pattern = require("./Pattern");
|
|
|
23
23
|
var _utils = require("./utils");
|
|
24
24
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
25
25
|
/*!__reshadow-styles__:"./style/bar.shadow.css"*/
|
|
26
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
26
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBar_1bx3c_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1bx3c);transition-timing-function:ease-in-out}.___SBar_1bx3c_gg_.__color_1bx3c_gg_{fill:var(--color_1bx3c)}.___SBar_1bx3c_gg_.__pattern_1bx3c_gg_.__color_1bx3c_gg_{fill:var(--pattern_1bx3c);stroke:var(--color_1bx3c);stroke-width:1px}.___SBar_1bx3c_gg_.__hide_1bx3c_gg_{display:none}.___SBar_1bx3c_gg_.__transparent_1bx3c_gg_{opacity:.3}.___SBackground_1bx3c_gg_.__onClick_1bx3c_gg_,.___SBar_1bx3c_gg_.__onClick_1bx3c_gg_{cursor:pointer}.___SBackground_1bx3c_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1bx3c_gg_{display:flex;justify-content:space-between}.___SBarLabel_1bx3c_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1bx3c_gg_,.___SBarPercent_1bx3c_gg_,.___SBarValue_1bx3c_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1bx3c_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1bx3c_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1bx3c_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1bx3c_gg_"),
|
|
27
27
|
/*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"__SBar": "
|
|
30
|
-
"--duration": "--
|
|
31
|
-
"_color": "
|
|
32
|
-
"--color": "--
|
|
33
|
-
"_pattern": "
|
|
34
|
-
"--pattern": "--
|
|
35
|
-
"_hide": "
|
|
36
|
-
"_transparent": "
|
|
37
|
-
"_onClick": "
|
|
38
|
-
"__SBackground": "
|
|
39
|
-
"__SBarAnnotation": "
|
|
40
|
-
"__SBarLabel": "
|
|
41
|
-
"__SBarPercent": "
|
|
42
|
-
"__SBarValue": "
|
|
43
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
29
|
+
"__SBar": "___SBar_1bx3c_gg_",
|
|
30
|
+
"--duration": "--duration_1bx3c",
|
|
31
|
+
"_color": "__color_1bx3c_gg_",
|
|
32
|
+
"--color": "--color_1bx3c",
|
|
33
|
+
"_pattern": "__pattern_1bx3c_gg_",
|
|
34
|
+
"--pattern": "--pattern_1bx3c",
|
|
35
|
+
"_hide": "__hide_1bx3c_gg_",
|
|
36
|
+
"_transparent": "__transparent_1bx3c_gg_",
|
|
37
|
+
"_onClick": "__onClick_1bx3c_gg_",
|
|
38
|
+
"__SBackground": "___SBackground_1bx3c_gg_",
|
|
39
|
+
"__SBarAnnotation": "___SBarAnnotation_1bx3c_gg_",
|
|
40
|
+
"__SBarLabel": "___SBarLabel_1bx3c_gg_",
|
|
41
|
+
"__SBarPercent": "___SBarPercent_1bx3c_gg_",
|
|
42
|
+
"__SBarValue": "___SBarValue_1bx3c_gg_",
|
|
43
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1bx3c_gg_"
|
|
44
44
|
});
|
|
45
45
|
var MIN_HEIGHT = exports.MIN_HEIGHT = 2;
|
|
46
46
|
var calcPartBarY = function calcPartBarY(y, minHeight, height) {
|
package/lib/cjs/Bubble.js
CHANGED
|
@@ -26,21 +26,21 @@ var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
|
26
26
|
var _utils = require("./utils");
|
|
27
27
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
28
28
|
/*!__reshadow-styles__:"./style/bubble.shadow.css"*/
|
|
29
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
29
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBubble_1dq2t_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_1dq2t);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1dq2t_gg_:hover{opacity:.8}}g._visible_false_1dq2t_gg_{display:none}.___SBubble_1dq2t_gg_.__color_1dq2t_gg_{fill:var(--color_1dq2t)}.___SBubble_1dq2t_gg_.__pattern_1dq2t_gg_.__color_1dq2t_gg_{fill:var(--pattern_1dq2t);stroke:var(--color_1dq2t);stroke-width:1px}.___SBubble_1dq2t_gg_.__transparent_1dq2t_gg_{opacity:.3}.___SCenter_1dq2t_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_1dq2t_gg_.__color_1dq2t_gg_{stroke:var(--color_1dq2t)}.___SCenter_1dq2t_gg_.__transparent_1dq2t_gg_{opacity:.3}.___SLabel_1dq2t_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_1dq2t_gg_._position_right_1dq2t_gg_{text-anchor:end}.___SLabel_1dq2t_gg_._position_left_1dq2t_gg_{text-anchor:start}.___SLabel_1dq2t_gg_.__color_1dq2t_gg_{fill:var(--color_1dq2t)}.___SLabel_1dq2t_gg_.__transparent_1dq2t_gg_{opacity:.3}", /*__inner_css_end__*/"1dq2t_gg_"),
|
|
30
30
|
/*__reshadow_css_end__*/
|
|
31
31
|
{
|
|
32
|
-
"_visible_false": "
|
|
33
|
-
"__SBubble": "
|
|
34
|
-
"_color": "
|
|
35
|
-
"--color": "--
|
|
36
|
-
"_pattern": "
|
|
37
|
-
"--pattern": "--
|
|
38
|
-
"_transparent": "
|
|
39
|
-
"__SCenter": "
|
|
40
|
-
"__SLabel": "
|
|
41
|
-
"_position_right": "
|
|
42
|
-
"_position_left": "
|
|
43
|
-
"--duration": "--
|
|
32
|
+
"_visible_false": "_visible_false_1dq2t_gg_",
|
|
33
|
+
"__SBubble": "___SBubble_1dq2t_gg_",
|
|
34
|
+
"_color": "__color_1dq2t_gg_",
|
|
35
|
+
"--color": "--color_1dq2t",
|
|
36
|
+
"_pattern": "__pattern_1dq2t_gg_",
|
|
37
|
+
"--pattern": "--pattern_1dq2t",
|
|
38
|
+
"_transparent": "__transparent_1dq2t_gg_",
|
|
39
|
+
"__SCenter": "___SCenter_1dq2t_gg_",
|
|
40
|
+
"__SLabel": "___SLabel_1dq2t_gg_",
|
|
41
|
+
"_position_right": "_position_right_1dq2t_gg_",
|
|
42
|
+
"_position_left": "_position_left_1dq2t_gg_",
|
|
43
|
+
"--duration": "--duration_1dq2t"
|
|
44
44
|
});
|
|
45
45
|
var BubbleRoot = /*#__PURE__*/function (_Component) {
|
|
46
46
|
function BubbleRoot() {
|
|
@@ -29,24 +29,24 @@ var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
|
29
29
|
var _utils = require("./utils");
|
|
30
30
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
31
31
|
/*!__reshadow-styles__:"./style/bar.shadow.css"*/
|
|
32
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
32
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBar_1bx3c_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1bx3c);transition-timing-function:ease-in-out}.___SBar_1bx3c_gg_.__color_1bx3c_gg_{fill:var(--color_1bx3c)}.___SBar_1bx3c_gg_.__pattern_1bx3c_gg_.__color_1bx3c_gg_{fill:var(--pattern_1bx3c);stroke:var(--color_1bx3c);stroke-width:1px}.___SBar_1bx3c_gg_.__hide_1bx3c_gg_{display:none}.___SBar_1bx3c_gg_.__transparent_1bx3c_gg_{opacity:.3}.___SBackground_1bx3c_gg_.__onClick_1bx3c_gg_,.___SBar_1bx3c_gg_.__onClick_1bx3c_gg_{cursor:pointer}.___SBackground_1bx3c_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1bx3c_gg_{display:flex;justify-content:space-between}.___SBarLabel_1bx3c_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1bx3c_gg_,.___SBarPercent_1bx3c_gg_,.___SBarValue_1bx3c_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1bx3c_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1bx3c_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1bx3c_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1bx3c_gg_"),
|
|
33
33
|
/*__reshadow_css_end__*/
|
|
34
34
|
{
|
|
35
|
-
"__SBar": "
|
|
36
|
-
"--duration": "--
|
|
37
|
-
"_color": "
|
|
38
|
-
"--color": "--
|
|
39
|
-
"_pattern": "
|
|
40
|
-
"--pattern": "--
|
|
41
|
-
"_hide": "
|
|
42
|
-
"_transparent": "
|
|
43
|
-
"_onClick": "
|
|
44
|
-
"__SBackground": "
|
|
45
|
-
"__SBarAnnotation": "
|
|
46
|
-
"__SBarLabel": "
|
|
47
|
-
"__SBarPercent": "
|
|
48
|
-
"__SBarValue": "
|
|
49
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
35
|
+
"__SBar": "___SBar_1bx3c_gg_",
|
|
36
|
+
"--duration": "--duration_1bx3c",
|
|
37
|
+
"_color": "__color_1bx3c_gg_",
|
|
38
|
+
"--color": "--color_1bx3c",
|
|
39
|
+
"_pattern": "__pattern_1bx3c_gg_",
|
|
40
|
+
"--pattern": "--pattern_1bx3c",
|
|
41
|
+
"_hide": "__hide_1bx3c_gg_",
|
|
42
|
+
"_transparent": "__transparent_1bx3c_gg_",
|
|
43
|
+
"_onClick": "__onClick_1bx3c_gg_",
|
|
44
|
+
"__SBackground": "___SBackground_1bx3c_gg_",
|
|
45
|
+
"__SBarAnnotation": "___SBarAnnotation_1bx3c_gg_",
|
|
46
|
+
"__SBarLabel": "___SBarLabel_1bx3c_gg_",
|
|
47
|
+
"__SBarPercent": "___SBarPercent_1bx3c_gg_",
|
|
48
|
+
"__SBarValue": "___SBarValue_1bx3c_gg_",
|
|
49
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1bx3c_gg_"
|
|
50
50
|
});
|
|
51
51
|
var MIN_WIDTH = exports.MIN_WIDTH = 4;
|
|
52
52
|
var barHeight = 20;
|
package/lib/cjs/Donut.js
CHANGED
|
@@ -30,17 +30,17 @@ var _utils = require("./utils");
|
|
|
30
30
|
var _excluded = ["Element", "styles", "d3Arc", "data", "color", "$animationActivePie", "active", "d3ArcOut", "name", "dataKey", "dataHintsHandler", "transparent", "innerRadius", "outerRadius", "resolveColor", "halfsize", "uid", "patterns", "onClick"];
|
|
31
31
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
32
32
|
/*!__reshadow-styles__:"./style/donut.shadow.css"*/
|
|
33
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
33
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SPie_1bchg_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_1bchg_gg_.__color_1bchg_gg_{fill:var(--color_1bchg)}.___SPie_1bchg_gg_.__pattern_1bchg_gg_.__color_1bchg_gg_{fill:var(--pattern_1bchg);stroke:var(--color_1bchg);stroke-width:1px}.___SPie_1bchg_gg_.__transparent_1bchg_gg_{opacity:.3}.___SEmptyData_1bchg_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_1bchg_gg_.__color_1bchg_gg_{fill:var(--color_1bchg)}.___SLabel_1bchg_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}", /*__inner_css_end__*/"1bchg_gg_"),
|
|
34
34
|
/*__reshadow_css_end__*/
|
|
35
35
|
{
|
|
36
|
-
"__SPie": "
|
|
37
|
-
"_color": "
|
|
38
|
-
"--color": "--
|
|
39
|
-
"_pattern": "
|
|
40
|
-
"--pattern": "--
|
|
41
|
-
"_transparent": "
|
|
42
|
-
"__SEmptyData": "
|
|
43
|
-
"__SLabel": "
|
|
36
|
+
"__SPie": "___SPie_1bchg_gg_",
|
|
37
|
+
"_color": "__color_1bchg_gg_",
|
|
38
|
+
"--color": "--color_1bchg",
|
|
39
|
+
"_pattern": "__pattern_1bchg_gg_",
|
|
40
|
+
"--pattern": "--pattern_1bchg",
|
|
41
|
+
"_transparent": "__transparent_1bchg_gg_",
|
|
42
|
+
"__SEmptyData": "___SEmptyData_1bchg_gg_",
|
|
43
|
+
"__SLabel": "___SLabel_1bchg_gg_"
|
|
44
44
|
});
|
|
45
45
|
var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
|
|
46
46
|
function transitionAnglePie(_ref6) {
|
package/lib/cjs/Dots.js
CHANGED
|
@@ -14,16 +14,16 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
14
14
|
var _Pattern = require("./Pattern");
|
|
15
15
|
var _utils = require("./utils");
|
|
16
16
|
/*!__reshadow-styles__:"./style/dot.shadow.css"*/
|
|
17
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
17
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SDots_xldlv_gg_ .___SDot_xldlv_gg_{transition-duration:var(--duration_xldlv)}.___SDot_xldlv_gg_{stroke-width:1px;stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy,x,y;transition-timing-function:ease-in-out}.___SDot_xldlv_gg_.__hide_xldlv_gg_{display:none}.___SDot_xldlv_gg_.__color_xldlv_gg_{fill:var(--color_xldlv)}.___SDot_xldlv_gg_.__transparent_xldlv_gg_{opacity:.3}", /*__inner_css_end__*/"xldlv_gg_"),
|
|
18
18
|
/*__reshadow_css_end__*/
|
|
19
19
|
{
|
|
20
|
-
"__SDot": "
|
|
21
|
-
"_hide": "
|
|
22
|
-
"_color": "
|
|
23
|
-
"--color": "--
|
|
24
|
-
"_transparent": "
|
|
25
|
-
"__SDots": "
|
|
26
|
-
"--duration": "--
|
|
20
|
+
"__SDot": "___SDot_xldlv_gg_",
|
|
21
|
+
"_hide": "__hide_xldlv_gg_",
|
|
22
|
+
"_color": "__color_xldlv_gg_",
|
|
23
|
+
"--color": "--color_xldlv",
|
|
24
|
+
"_transparent": "__transparent_xldlv_gg_",
|
|
25
|
+
"__SDots": "___SDots_xldlv_gg_",
|
|
26
|
+
"--duration": "--duration_xldlv"
|
|
27
27
|
});
|
|
28
28
|
function Dots(props) {
|
|
29
29
|
var _ref3;
|
package/lib/cjs/HorizontalBar.js
CHANGED
|
@@ -22,24 +22,24 @@ var _Pattern = require("./Pattern");
|
|
|
22
22
|
var _utils = require("./utils");
|
|
23
23
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
24
24
|
/*!__reshadow-styles__:"./style/bar.shadow.css"*/
|
|
25
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
25
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBar_1bx3c_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1bx3c);transition-timing-function:ease-in-out}.___SBar_1bx3c_gg_.__color_1bx3c_gg_{fill:var(--color_1bx3c)}.___SBar_1bx3c_gg_.__pattern_1bx3c_gg_.__color_1bx3c_gg_{fill:var(--pattern_1bx3c);stroke:var(--color_1bx3c);stroke-width:1px}.___SBar_1bx3c_gg_.__hide_1bx3c_gg_{display:none}.___SBar_1bx3c_gg_.__transparent_1bx3c_gg_{opacity:.3}.___SBackground_1bx3c_gg_.__onClick_1bx3c_gg_,.___SBar_1bx3c_gg_.__onClick_1bx3c_gg_{cursor:pointer}.___SBackground_1bx3c_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1bx3c_gg_{display:flex;justify-content:space-between}.___SBarLabel_1bx3c_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1bx3c_gg_,.___SBarPercent_1bx3c_gg_,.___SBarValue_1bx3c_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1bx3c_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1bx3c_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1bx3c_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1bx3c_gg_"),
|
|
26
26
|
/*__reshadow_css_end__*/
|
|
27
27
|
{
|
|
28
|
-
"__SBar": "
|
|
29
|
-
"--duration": "--
|
|
30
|
-
"_color": "
|
|
31
|
-
"--color": "--
|
|
32
|
-
"_pattern": "
|
|
33
|
-
"--pattern": "--
|
|
34
|
-
"_hide": "
|
|
35
|
-
"_transparent": "
|
|
36
|
-
"_onClick": "
|
|
37
|
-
"__SBackground": "
|
|
38
|
-
"__SBarAnnotation": "
|
|
39
|
-
"__SBarLabel": "
|
|
40
|
-
"__SBarPercent": "
|
|
41
|
-
"__SBarValue": "
|
|
42
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
28
|
+
"__SBar": "___SBar_1bx3c_gg_",
|
|
29
|
+
"--duration": "--duration_1bx3c",
|
|
30
|
+
"_color": "__color_1bx3c_gg_",
|
|
31
|
+
"--color": "--color_1bx3c",
|
|
32
|
+
"_pattern": "__pattern_1bx3c_gg_",
|
|
33
|
+
"--pattern": "--pattern_1bx3c",
|
|
34
|
+
"_hide": "__hide_1bx3c_gg_",
|
|
35
|
+
"_transparent": "__transparent_1bx3c_gg_",
|
|
36
|
+
"_onClick": "__onClick_1bx3c_gg_",
|
|
37
|
+
"__SBackground": "___SBackground_1bx3c_gg_",
|
|
38
|
+
"__SBarAnnotation": "___SBarAnnotation_1bx3c_gg_",
|
|
39
|
+
"__SBarLabel": "___SBarLabel_1bx3c_gg_",
|
|
40
|
+
"__SBarPercent": "___SBarPercent_1bx3c_gg_",
|
|
41
|
+
"__SBarValue": "___SBarValue_1bx3c_gg_",
|
|
42
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1bx3c_gg_"
|
|
43
43
|
});
|
|
44
44
|
var MIN_WIDTH = exports.MIN_WIDTH = 2;
|
|
45
45
|
var calcPartBarX = function calcPartBarX(x, minWidth, width) {
|
package/lib/cjs/Hover.js
CHANGED
|
@@ -23,11 +23,11 @@ var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
|
23
23
|
var _utils = require("./utils");
|
|
24
24
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
25
25
|
/*!__reshadow-styles__:"./style/hover.shadow.css"*/
|
|
26
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
26
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SHoverLine_dpdcq_gg_,.___SHoverLine_dpdcq_gg_:focus-visible{outline:0;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_dpdcq_gg_,.___SHoverRect_dpdcq_gg_:focus-visible{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"dpdcq_gg_"),
|
|
27
27
|
/*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"__SHoverLine": "
|
|
30
|
-
"__SHoverRect": "
|
|
29
|
+
"__SHoverLine": "___SHoverLine_dpdcq_gg_",
|
|
30
|
+
"__SHoverRect": "___SHoverRect_dpdcq_gg_"
|
|
31
31
|
});
|
|
32
32
|
var Hover = /*#__PURE__*/function (_Component) {
|
|
33
33
|
function Hover() {
|
package/lib/cjs/Line.js
CHANGED
|
@@ -26,17 +26,17 @@ var _Pattern = require("./Pattern");
|
|
|
26
26
|
var _utils = require("./utils");
|
|
27
27
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
28
28
|
/*!__reshadow-styles__:"./style/line.shadow.css"*/
|
|
29
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
29
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SLine_1kv8a_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_1kv8a);transition-timing-function:ease-in-out}.___SLine_1kv8a_gg_.__color_1kv8a_gg_{stroke:var(--color_1kv8a)}.___SLine_1kv8a_gg_.__hide_1kv8a_gg_{display:none}.___SLine_1kv8a_gg_.__transparent_1kv8a_gg_{opacity:.3}.___SNull_1kv8a_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, #c4c7cf);stroke-dasharray:4}.___SNull_1kv8a_gg_.__hide_1kv8a_gg_{display:none}.___SLineArea_1kv8a_gg_{transition-property:d;transition-duration:var(--duration_1kv8a);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLineArea_1kv8a_gg_.__color_1kv8a_gg_{fill:var(--color_1kv8a)}", /*__inner_css_end__*/"1kv8a_gg_"),
|
|
30
30
|
/*__reshadow_css_end__*/
|
|
31
31
|
{
|
|
32
|
-
"__SLine": "
|
|
33
|
-
"--duration": "--
|
|
34
|
-
"_color": "
|
|
35
|
-
"--color": "--
|
|
36
|
-
"_hide": "
|
|
37
|
-
"_transparent": "
|
|
38
|
-
"__SNull": "
|
|
39
|
-
"__SLineArea": "
|
|
32
|
+
"__SLine": "___SLine_1kv8a_gg_",
|
|
33
|
+
"--duration": "--duration_1kv8a",
|
|
34
|
+
"_color": "__color_1kv8a_gg_",
|
|
35
|
+
"--color": "--color_1kv8a",
|
|
36
|
+
"_hide": "__hide_1kv8a_gg_",
|
|
37
|
+
"_transparent": "__transparent_1kv8a_gg_",
|
|
38
|
+
"__SNull": "___SNull_1kv8a_gg_",
|
|
39
|
+
"__SLineArea": "___SLineArea_1kv8a_gg_"
|
|
40
40
|
});
|
|
41
41
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
|
42
42
|
function LineRoot() {
|
package/lib/cjs/Plot.js
CHANGED
|
@@ -27,11 +27,11 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
|
|
|
27
27
|
var _utils = require("./utils");
|
|
28
28
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
29
29
|
/*!__reshadow-styles__:"./style/plot.shadow.css"*/
|
|
30
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
30
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SPlot_1cuxz_gg_{overflow:hidden}.___SPlot_1cuxz_gg_:active,.___SPlot_1cuxz_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_1cuxz_gg_.__keyboardFocused_1cuxz_gg_{border:1px solid var(--intergalactic-chart-palette-order-9, #008ff8);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}", /*__inner_css_end__*/"1cuxz_gg_"),
|
|
31
31
|
/*__reshadow_css_end__*/
|
|
32
32
|
{
|
|
33
|
-
"__SPlot": "
|
|
34
|
-
"_keyboardFocused": "
|
|
33
|
+
"__SPlot": "___SPlot_1cuxz_gg_",
|
|
34
|
+
"_keyboardFocused": "__keyboardFocused_1cuxz_gg_"
|
|
35
35
|
});
|
|
36
36
|
var PlotRoot = /*#__PURE__*/function (_Component) {
|
|
37
37
|
function PlotRoot(props) {
|
package/lib/cjs/Radar.js
CHANGED
|
@@ -31,27 +31,27 @@ var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
|
31
31
|
var _utils = require("./utils");
|
|
32
32
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
33
33
|
/*!__reshadow-styles__:"./style/radar.shadow.css"*/
|
|
34
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
34
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAxisLine_qmxhe_gg_,.___SAxisTick_qmxhe_gg_,.___SAxis_qmxhe_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_qmxhe_gg_,.___SAxisTick_qmxhe_gg_{stroke-dasharray:2}.___SAxisLine_qmxhe_gg_.__active_qmxhe_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_qmxhe_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_qmxhe_gg_.__xDirection_qmxhe_gg_{text-anchor:var(--xDirection_qmxhe)}.___SAxisLabel_qmxhe_gg_.__yDirection_qmxhe_gg_{dominant-baseline:var(--yDirection_qmxhe)}.___SPolygonDot_qmxhe_gg_,.___SPolygon_qmxhe_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_qmxhe_gg_{opacity:.2}.___SPolygon_qmxhe_gg_.__color_qmxhe_gg_{fill:var(--color_qmxhe)}.___SPolygon_qmxhe_gg_.__pattern_qmxhe_gg_.__color_qmxhe_gg_{fill:var(--pattern_qmxhe);stroke:var(--color_qmxhe);stroke-width:1px}.___SPolygonDot_qmxhe_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_qmxhe_gg_.__transparent_qmxhe_gg_{opacity:.3}.___SPolygonDot_qmxhe_gg_.__color_qmxhe_gg_{fill:var(--color_qmxhe)}.___SPolygonLine_qmxhe_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_qmxhe_gg_.__transparent_qmxhe_gg_{opacity:.3}.___SPolygonLine_qmxhe_gg_.__color_qmxhe_gg_{stroke:var(--color_qmxhe)}.___SPieRect_qmxhe_gg_{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"qmxhe_gg_"),
|
|
35
35
|
/*__reshadow_css_end__*/
|
|
36
36
|
{
|
|
37
|
-
"__SAxis": "
|
|
38
|
-
"__SAxisLine": "
|
|
39
|
-
"__SAxisTick": "
|
|
40
|
-
"_active": "
|
|
41
|
-
"__SAxisLabel": "
|
|
42
|
-
"_xDirection": "
|
|
43
|
-
"--xDirection": "--
|
|
44
|
-
"_yDirection": "
|
|
45
|
-
"--yDirection": "--
|
|
46
|
-
"__SPolygon": "
|
|
47
|
-
"_color": "
|
|
48
|
-
"--color": "--
|
|
49
|
-
"_pattern": "
|
|
50
|
-
"--pattern": "--
|
|
51
|
-
"__SPolygonDot": "
|
|
52
|
-
"_transparent": "
|
|
53
|
-
"__SPolygonLine": "
|
|
54
|
-
"__SPieRect": "
|
|
37
|
+
"__SAxis": "___SAxis_qmxhe_gg_",
|
|
38
|
+
"__SAxisLine": "___SAxisLine_qmxhe_gg_",
|
|
39
|
+
"__SAxisTick": "___SAxisTick_qmxhe_gg_",
|
|
40
|
+
"_active": "__active_qmxhe_gg_",
|
|
41
|
+
"__SAxisLabel": "___SAxisLabel_qmxhe_gg_",
|
|
42
|
+
"_xDirection": "__xDirection_qmxhe_gg_",
|
|
43
|
+
"--xDirection": "--xDirection_qmxhe",
|
|
44
|
+
"_yDirection": "__yDirection_qmxhe_gg_",
|
|
45
|
+
"--yDirection": "--yDirection_qmxhe",
|
|
46
|
+
"__SPolygon": "___SPolygon_qmxhe_gg_",
|
|
47
|
+
"_color": "__color_qmxhe_gg_",
|
|
48
|
+
"--color": "--color_qmxhe",
|
|
49
|
+
"_pattern": "__pattern_qmxhe_gg_",
|
|
50
|
+
"--pattern": "--pattern_qmxhe",
|
|
51
|
+
"__SPolygonDot": "___SPolygonDot_qmxhe_gg_",
|
|
52
|
+
"_transparent": "__transparent_qmxhe_gg_",
|
|
53
|
+
"__SPolygonLine": "___SPolygonLine_qmxhe_gg_",
|
|
54
|
+
"__SPieRect": "___SPieRect_qmxhe_gg_"
|
|
55
55
|
});
|
|
56
56
|
var clampAngle = function clampAngle(angle) {
|
|
57
57
|
angle = angle % (2 * Math.PI);
|
package/lib/cjs/RadialTree.js
CHANGED
|
@@ -29,20 +29,20 @@ var _utils = require("./utils");
|
|
|
29
29
|
var _excluded = ["data"];
|
|
30
30
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
31
31
|
/*!__reshadow-styles__:"./style/radial-tree.shadow.css"*/
|
|
32
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
32
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SRadian_1jqk5_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, #008ff8)}.___SLine_1jqk5_gg_{stroke:var(--intergalactic-text-large-info, #008ff8)}.___SLine_1jqk5_gg_.__stroke_1jqk5_gg_{stroke:var(--stroke_1jqk5)}.___SLine_1jqk5_gg_.__transparent_1jqk5_gg_{opacity:.3}.___SCap_1jqk5_gg_{transition:r .1s}.___SCap_1jqk5_gg_.__pattern_1jqk5_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:1px}.___SCap_1jqk5_gg_.__transparent_1jqk5_gg_,.___SIcon_1jqk5_gg_.__transparent_1jqk5_gg_,.___SLabel_1jqk5_gg_.__transparent_1jqk5_gg_{opacity:.3}.___SLabel_1jqk5_gg_{fill:var(--color_1jqk5)}@media (hover:hover){.___SRadian_1jqk5_gg_:hover .___SLabel_1jqk5_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_1jqk5_gg_{transition:none}}", /*__inner_css_end__*/"1jqk5_gg_"),
|
|
33
33
|
/*__reshadow_css_end__*/
|
|
34
34
|
{
|
|
35
|
-
"__SRadian": "
|
|
36
|
-
"__SLine": "
|
|
37
|
-
"_stroke": "
|
|
38
|
-
"--stroke": "--
|
|
39
|
-
"_transparent": "
|
|
40
|
-
"__SCap": "
|
|
41
|
-
"_pattern": "
|
|
42
|
-
"__SIcon": "
|
|
43
|
-
"__SLabel": "
|
|
44
|
-
"--color": "--
|
|
45
|
-
"__SLineCap": "
|
|
35
|
+
"__SRadian": "___SRadian_1jqk5_gg_",
|
|
36
|
+
"__SLine": "___SLine_1jqk5_gg_",
|
|
37
|
+
"_stroke": "__stroke_1jqk5_gg_",
|
|
38
|
+
"--stroke": "--stroke_1jqk5",
|
|
39
|
+
"_transparent": "__transparent_1jqk5_gg_",
|
|
40
|
+
"__SCap": "___SCap_1jqk5_gg_",
|
|
41
|
+
"_pattern": "__pattern_1jqk5_gg_",
|
|
42
|
+
"__SIcon": "___SIcon_1jqk5_gg_",
|
|
43
|
+
"__SLabel": "___SLabel_1jqk5_gg_",
|
|
44
|
+
"--color": "--color_1jqk5",
|
|
45
|
+
"__SLineCap": "___SLineCap_1jqk5_gg_"
|
|
46
46
|
});
|
|
47
47
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
|
48
48
|
|
package/lib/cjs/Reference.js
CHANGED
|
@@ -21,20 +21,20 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
21
21
|
var _utils = require("./utils");
|
|
22
22
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
23
23
|
/*!__reshadow-styles__:"./style/reference.shadow.css"*/
|
|
24
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
24
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SReferenceLine_127pc_gg_{fill:none;stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___STitle_127pc_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_127pc)}.___STitle_127pc_gg_._position_top_127pc_gg_{text-anchor:middle}.___STitle_127pc_gg_._position_bottom_127pc_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_127pc_gg_._position_left_127pc_gg_,.___STitle_127pc_gg_._position_right_127pc_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___SBackground_127pc_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}.___SStripes_127pc_gg_{fill:var(--fill_127pc)}.___SStripesPatternPath_127pc_gg_{stroke:var(--intergalactic-chart-grid-period-pattern, rgba(25, 27, 35, 0.15));stroke-width:1px}", /*__inner_css_end__*/"127pc_gg_"),
|
|
25
25
|
/*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SReferenceLine": "
|
|
28
|
-
"__STitle": "
|
|
29
|
-
"--transform-origin": "--transform-
|
|
30
|
-
"_position_top": "
|
|
31
|
-
"_position_bottom": "
|
|
32
|
-
"_position_right": "
|
|
33
|
-
"_position_left": "
|
|
34
|
-
"__SBackground": "
|
|
35
|
-
"__SStripes": "
|
|
36
|
-
"--fill": "--
|
|
37
|
-
"__SStripesPatternPath": "
|
|
27
|
+
"__SReferenceLine": "___SReferenceLine_127pc_gg_",
|
|
28
|
+
"__STitle": "___STitle_127pc_gg_",
|
|
29
|
+
"--transform-origin": "--transform-origin_127pc",
|
|
30
|
+
"_position_top": "_position_top_127pc_gg_",
|
|
31
|
+
"_position_bottom": "_position_bottom_127pc_gg_",
|
|
32
|
+
"_position_right": "_position_right_127pc_gg_",
|
|
33
|
+
"_position_left": "_position_left_127pc_gg_",
|
|
34
|
+
"__SBackground": "___SBackground_127pc_gg_",
|
|
35
|
+
"__SStripes": "___SStripes_127pc_gg_",
|
|
36
|
+
"--fill": "--fill_127pc",
|
|
37
|
+
"__SStripesPatternPath": "___SStripesPatternPath_127pc_gg_"
|
|
38
38
|
});
|
|
39
39
|
var side2direction = {
|
|
40
40
|
left: 'vertical',
|
package/lib/cjs/ScatterPlot.js
CHANGED
|
@@ -25,17 +25,17 @@ var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
|
25
25
|
var _utils = require("./utils");
|
|
26
26
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
27
27
|
/*!__reshadow-styles__:"./style/scatterplot.shadow.css"*/
|
|
28
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
28
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SScatterPlot_kbjqy_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_kbjqy);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_kbjqy_gg_:hover{opacity:.8}}.___SScatterPlot_kbjqy_gg_.__color_kbjqy_gg_{fill:var(--color_kbjqy)}.___SScatterPlot_kbjqy_gg_.__pattern_kbjqy_gg_.__color_kbjqy_gg_{fill:var(--pattern_kbjqy);stroke:var(--color_kbjqy);stroke-width:1px}.___SScatterPlot_kbjqy_gg_.__transparent_kbjqy_gg_{opacity:.3}.___SValue_kbjqy_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_kbjqy_gg_.__color_kbjqy_gg_{stroke:var(--color_kbjqy)}.___SValue_kbjqy_gg_.__transparent_kbjqy_gg_{opacity:.3}", /*__inner_css_end__*/"kbjqy_gg_"),
|
|
29
29
|
/*__reshadow_css_end__*/
|
|
30
30
|
{
|
|
31
|
-
"__SScatterPlot": "
|
|
32
|
-
"_color": "
|
|
33
|
-
"--color": "--
|
|
34
|
-
"_pattern": "
|
|
35
|
-
"--pattern": "--
|
|
36
|
-
"_transparent": "
|
|
37
|
-
"__SValue": "
|
|
38
|
-
"--duration": "--
|
|
31
|
+
"__SScatterPlot": "___SScatterPlot_kbjqy_gg_",
|
|
32
|
+
"_color": "__color_kbjqy_gg_",
|
|
33
|
+
"--color": "--color_kbjqy",
|
|
34
|
+
"_pattern": "__pattern_kbjqy_gg_",
|
|
35
|
+
"--pattern": "--pattern_kbjqy",
|
|
36
|
+
"_transparent": "__transparent_kbjqy_gg_",
|
|
37
|
+
"__SValue": "___SValue_kbjqy_gg_",
|
|
38
|
+
"--duration": "--duration_kbjqy"
|
|
39
39
|
});
|
|
40
40
|
var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
|
|
41
41
|
function ScatterPlotRoot() {
|