@semcore/d3-chart 17.0.0 → 17.0.2-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 +12 -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/LegendTable/LegendTable.js +6 -6
- package/lib/cjs/style/axis.shadow.css +0 -1
- 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/LegendTable/LegendTable.js +6 -6
- package/lib/es6/style/axis.shadow.css +0 -1
- package/lib/esm/Area.mjs +13 -12
- package/lib/esm/Axis.mjs +18 -17
- package/lib/esm/Bar.mjs +18 -17
- package/lib/esm/Bubble.mjs +16 -15
- package/lib/esm/CompactHorizontalBar.mjs +18 -17
- package/lib/esm/Donut.mjs +11 -10
- package/lib/esm/Dots.mjs +10 -9
- package/lib/esm/HorizontalBar.mjs +18 -17
- package/lib/esm/Hover.mjs +5 -4
- package/lib/esm/Line.mjs +11 -10
- package/lib/esm/Plot.mjs +4 -3
- package/lib/esm/Radar.mjs +21 -20
- package/lib/esm/RadialTree.mjs +14 -13
- package/lib/esm/Reference.mjs +14 -13
- package/lib/esm/ScatterPlot.mjs +11 -10
- package/lib/esm/Tooltip.mjs +11 -10
- package/lib/esm/Venn.mjs +11 -10
- package/lib/esm/a11y/PlotA11yModule.mjs +4 -3
- package/lib/esm/a11y/PlotA11yView.mjs +4 -3
- package/lib/esm/component/Chart/AbstractChart.mjs +6 -5
- package/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +6 -5
- package/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +19 -18
- package/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +8 -7
- package/lib/esm/style/axis.shadow.css +0 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [17.0.2] - 2026-04-29
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Vulnerabilities were discovered in the `rollup` version.
|
|
10
|
+
|
|
11
|
+
## [17.0.1] - 2026-04-16
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- Build processing to correct extract styles.
|
|
16
|
+
|
|
5
17
|
## [17.0.0] - 2026-04-15
|
|
6
18
|
|
|
7
19
|
### BREAK
|
package/lib/cjs/Area.js
CHANGED
|
@@ -19,19 +19,19 @@ var _Dots = _interopRequireDefault(require("./Dots"));
|
|
|
19
19
|
var _Pattern = require("./Pattern");
|
|
20
20
|
var _utils = require("./utils");
|
|
21
21
|
/*!__reshadow-styles__:"./style/area.shadow.css"*/
|
|
22
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
22
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SArea_1je09_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_1je09_gg_.__color_1je09_gg_{fill:var(--color_1je09)}.___SArea_1je09_gg_.__pattern_1je09_gg_{fill:var(--pattern_1je09);fill-opacity:.7}.___SArea_1je09_gg_.__transparent_1je09_gg_{opacity:.3}.___SAreaLine_1je09_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_1je09_gg_.__color_1je09_gg_{stroke:var(--color_1je09)}.___SAreaLine_1je09_gg_.__transparent_1je09_gg_{opacity:.3}.___SAreaLine_1je09_gg_,.___SArea_1je09_gg_{transition-property:d;transition-duration:var(--duration_1je09);transition-timing-function:ease-in-out}.___SNull_1je09_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_1je09_gg_.__hide_1je09_gg_{display:none}", /*__inner_css_end__*/"1je09_gg_"),
|
|
23
23
|
/*__reshadow_css_end__*/
|
|
24
24
|
{
|
|
25
|
-
"__SArea": "
|
|
26
|
-
"_color": "
|
|
27
|
-
"--color": "--
|
|
28
|
-
"_pattern": "
|
|
29
|
-
"--pattern": "--
|
|
30
|
-
"_transparent": "
|
|
31
|
-
"__SAreaLine": "
|
|
32
|
-
"--duration": "--
|
|
33
|
-
"__SNull": "
|
|
34
|
-
"_hide": "
|
|
25
|
+
"__SArea": "___SArea_1je09_gg_",
|
|
26
|
+
"_color": "__color_1je09_gg_",
|
|
27
|
+
"--color": "--color_1je09",
|
|
28
|
+
"_pattern": "__pattern_1je09_gg_",
|
|
29
|
+
"--pattern": "--pattern_1je09",
|
|
30
|
+
"_transparent": "__transparent_1je09_gg_",
|
|
31
|
+
"__SAreaLine": "___SAreaLine_1je09_gg_",
|
|
32
|
+
"--duration": "--duration_1je09",
|
|
33
|
+
"__SNull": "___SNull_1je09_gg_",
|
|
34
|
+
"_hide": "__hide_1je09_gg_"
|
|
35
35
|
});
|
|
36
36
|
class AreaRoot extends _core.Component {
|
|
37
37
|
getDotsProps() {
|
package/lib/cjs/Axis.js
CHANGED
|
@@ -13,24 +13,24 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
13
13
|
var _createElement = _interopRequireDefault(require("./createElement"));
|
|
14
14
|
var _utils = require("./utils");
|
|
15
15
|
/*!__reshadow-styles__:"./style/axis.shadow.css"*/
|
|
16
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
16
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAxis_xn6ic_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_xn6ic_gg_.__hide_xn6ic_gg_{display:none}.___STick_xn6ic_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___STick_xn6ic_gg_.__primaryText_xn6ic_gg_{fill:var(--intergalactic-text-primary, #191b23)}.___STick_xn6ic_gg_.__hide_xn6ic_gg_{display:none}.___SGrid_xn6ic_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_xn6ic_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_xn6ic)}.___STitle_xn6ic_gg_._position_top_xn6ic_gg_{text-anchor:middle}.___STitle_xn6ic_gg_._position_bottom_xn6ic_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_xn6ic_gg_._position_left_xn6ic_gg_,.___STitle_xn6ic_gg_._position_right_xn6ic_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_xn6ic_gg_._position_left_xn6ic_gg_.__verticalWritingMode_xn6ic_gg_,.___STitle_xn6ic_gg_._position_right_xn6ic_gg_.__verticalWritingMode_xn6ic_gg_{writing-mode:vertical-rl;transform:none}.___STick_xn6ic_gg_._position_top_xn6ic_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_xn6ic_gg_._position_bottom_xn6ic_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_xn6ic_gg_._position_bottom_xn6ic_gg_ tspan{dominant-baseline:hanging}.___STick_xn6ic_gg_._position_right_xn6ic_gg_{transform:translateX(16px);dominant-baseline:middle}.___STick_xn6ic_gg_._position_left_xn6ic_gg_ tspan,.___STick_xn6ic_gg_._position_right_xn6ic_gg_ tspan{dominant-baseline:middle}.___STick_xn6ic_gg_._position_left_xn6ic_gg_.__multiline_xn6ic_gg_,.___STick_xn6ic_gg_._position_left_xn6ic_gg_.__multiline_xn6ic_gg_ tspan,.___STick_xn6ic_gg_._position_right_xn6ic_gg_.__multiline_xn6ic_gg_,.___STick_xn6ic_gg_._position_right_xn6ic_gg_.__multiline_xn6ic_gg_ tspan{dominant-baseline:auto}.___STick_xn6ic_gg_._position_left_xn6ic_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_xn6ic_gg_._position_custom_0_xn6ic_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_xn6ic_gg_._position_custom_0_xn6ic_gg_ tspan{dominant-baseline:hanging}.___STick_xn6ic_gg_._position_custom_1_xn6ic_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_xn6ic_gg_._position_custom_1_xn6ic_gg_ tspan{dominant-baseline:middle}", /*__inner_css_end__*/"xn6ic_gg_"),
|
|
17
17
|
/*__reshadow_css_end__*/
|
|
18
18
|
{
|
|
19
|
-
"__SAxis": "
|
|
20
|
-
"_hide": "
|
|
21
|
-
"__STick": "
|
|
22
|
-
"_primaryText": "
|
|
23
|
-
"__SGrid": "
|
|
24
|
-
"__STitle": "
|
|
25
|
-
"--transform-origin": "--transform-
|
|
26
|
-
"_position_top": "
|
|
27
|
-
"_position_bottom": "
|
|
28
|
-
"_position_right": "
|
|
29
|
-
"_position_left": "
|
|
30
|
-
"_verticalWritingMode": "
|
|
31
|
-
"_multiline": "
|
|
32
|
-
"_position_custom_0": "
|
|
33
|
-
"_position_custom_1": "
|
|
19
|
+
"__SAxis": "___SAxis_xn6ic_gg_",
|
|
20
|
+
"_hide": "__hide_xn6ic_gg_",
|
|
21
|
+
"__STick": "___STick_xn6ic_gg_",
|
|
22
|
+
"_primaryText": "__primaryText_xn6ic_gg_",
|
|
23
|
+
"__SGrid": "___SGrid_xn6ic_gg_",
|
|
24
|
+
"__STitle": "___STitle_xn6ic_gg_",
|
|
25
|
+
"--transform-origin": "--transform-origin_xn6ic",
|
|
26
|
+
"_position_top": "_position_top_xn6ic_gg_",
|
|
27
|
+
"_position_bottom": "_position_bottom_xn6ic_gg_",
|
|
28
|
+
"_position_right": "_position_right_xn6ic_gg_",
|
|
29
|
+
"_position_left": "_position_left_xn6ic_gg_",
|
|
30
|
+
"_verticalWritingMode": "__verticalWritingMode_xn6ic_gg_",
|
|
31
|
+
"_multiline": "__multiline_xn6ic_gg_",
|
|
32
|
+
"_position_custom_0": "_position_custom_0_xn6ic_gg_",
|
|
33
|
+
"_position_custom_1": "_position_custom_1_xn6ic_gg_"
|
|
34
34
|
});
|
|
35
35
|
const CUSTOM_0 = Symbol('custom_0');
|
|
36
36
|
const CUSTOM_1 = Symbol('custom_1');
|
package/lib/cjs/Bar.js
CHANGED
|
@@ -15,24 +15,24 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
15
15
|
var _Pattern = require("./Pattern");
|
|
16
16
|
var _utils = require("./utils");
|
|
17
17
|
/*!__reshadow-styles__:"./style/bar.shadow.css"*/
|
|
18
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
18
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBar_1x6nj_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1x6nj);transition-timing-function:ease-in-out}.___SBar_1x6nj_gg_.__color_1x6nj_gg_{fill:var(--color_1x6nj)}.___SBar_1x6nj_gg_.__pattern_1x6nj_gg_.__color_1x6nj_gg_{fill:var(--pattern_1x6nj);stroke:var(--color_1x6nj);stroke-width:1px}.___SBar_1x6nj_gg_.__hide_1x6nj_gg_{display:none}.___SBar_1x6nj_gg_.__transparent_1x6nj_gg_{opacity:.3}.___SBackground_1x6nj_gg_.__onClick_1x6nj_gg_,.___SBar_1x6nj_gg_.__onClick_1x6nj_gg_{cursor:pointer}.___SBackground_1x6nj_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1x6nj_gg_{display:flex;justify-content:space-between}.___SBarLabel_1x6nj_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1x6nj_gg_,.___SBarPercent_1x6nj_gg_,.___SBarValue_1x6nj_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1x6nj_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1x6nj_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1x6nj_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1x6nj_gg_"),
|
|
19
19
|
/*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SBar": "
|
|
22
|
-
"--duration": "--
|
|
23
|
-
"_color": "
|
|
24
|
-
"--color": "--
|
|
25
|
-
"_pattern": "
|
|
26
|
-
"--pattern": "--
|
|
27
|
-
"_hide": "
|
|
28
|
-
"_transparent": "
|
|
29
|
-
"_onClick": "
|
|
30
|
-
"__SBackground": "
|
|
31
|
-
"__SBarAnnotation": "
|
|
32
|
-
"__SBarLabel": "
|
|
33
|
-
"__SBarPercent": "
|
|
34
|
-
"__SBarValue": "
|
|
35
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
21
|
+
"__SBar": "___SBar_1x6nj_gg_",
|
|
22
|
+
"--duration": "--duration_1x6nj",
|
|
23
|
+
"_color": "__color_1x6nj_gg_",
|
|
24
|
+
"--color": "--color_1x6nj",
|
|
25
|
+
"_pattern": "__pattern_1x6nj_gg_",
|
|
26
|
+
"--pattern": "--pattern_1x6nj",
|
|
27
|
+
"_hide": "__hide_1x6nj_gg_",
|
|
28
|
+
"_transparent": "__transparent_1x6nj_gg_",
|
|
29
|
+
"_onClick": "__onClick_1x6nj_gg_",
|
|
30
|
+
"__SBackground": "___SBackground_1x6nj_gg_",
|
|
31
|
+
"__SBarAnnotation": "___SBarAnnotation_1x6nj_gg_",
|
|
32
|
+
"__SBarLabel": "___SBarLabel_1x6nj_gg_",
|
|
33
|
+
"__SBarPercent": "___SBarPercent_1x6nj_gg_",
|
|
34
|
+
"__SBarValue": "___SBarValue_1x6nj_gg_",
|
|
35
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1x6nj_gg_"
|
|
36
36
|
});
|
|
37
37
|
const MIN_HEIGHT = exports.MIN_HEIGHT = 2;
|
|
38
38
|
const calcPartBarY = (y, minHeight, height) => {
|
package/lib/cjs/Bubble.js
CHANGED
|
@@ -18,22 +18,22 @@ var _Pattern = require("./Pattern");
|
|
|
18
18
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
19
19
|
var _utils = require("./utils");
|
|
20
20
|
/*!__reshadow-styles__:"./style/bubble.shadow.css"*/
|
|
21
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
21
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBubble_1gzqm_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_1gzqm);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1gzqm_gg_:hover{opacity:.8}}g._visible_false_1gzqm_gg_{display:none}.___SBubble_1gzqm_gg_.__clickable_1gzqm_gg_{cursor:pointer}.___SBubble_1gzqm_gg_.__color_1gzqm_gg_{fill:var(--color_1gzqm)}.___SBubble_1gzqm_gg_.__pattern_1gzqm_gg_.__color_1gzqm_gg_{fill:var(--pattern_1gzqm);stroke:var(--color_1gzqm);stroke-width:1px}.___SBubble_1gzqm_gg_.__transparent_1gzqm_gg_{opacity:.3}.___SCenter_1gzqm_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_1gzqm_gg_.__color_1gzqm_gg_{stroke:var(--color_1gzqm)}.___SCenter_1gzqm_gg_.__transparent_1gzqm_gg_{opacity:.3}.___SLabel_1gzqm_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_1gzqm_gg_._position_right_1gzqm_gg_{text-anchor:end}.___SLabel_1gzqm_gg_._position_left_1gzqm_gg_{text-anchor:start}.___SLabel_1gzqm_gg_.__color_1gzqm_gg_{fill:var(--color_1gzqm)}.___SLabel_1gzqm_gg_.__transparent_1gzqm_gg_{opacity:.3}", /*__inner_css_end__*/"1gzqm_gg_"),
|
|
22
22
|
/*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"_visible_false": "
|
|
25
|
-
"__SBubble": "
|
|
26
|
-
"_clickable": "
|
|
27
|
-
"_color": "
|
|
28
|
-
"--color": "--
|
|
29
|
-
"_pattern": "
|
|
30
|
-
"--pattern": "--
|
|
31
|
-
"_transparent": "
|
|
32
|
-
"__SCenter": "
|
|
33
|
-
"__SLabel": "
|
|
34
|
-
"_position_right": "
|
|
35
|
-
"_position_left": "
|
|
36
|
-
"--duration": "--
|
|
24
|
+
"_visible_false": "_visible_false_1gzqm_gg_",
|
|
25
|
+
"__SBubble": "___SBubble_1gzqm_gg_",
|
|
26
|
+
"_clickable": "__clickable_1gzqm_gg_",
|
|
27
|
+
"_color": "__color_1gzqm_gg_",
|
|
28
|
+
"--color": "--color_1gzqm",
|
|
29
|
+
"_pattern": "__pattern_1gzqm_gg_",
|
|
30
|
+
"--pattern": "--pattern_1gzqm",
|
|
31
|
+
"_transparent": "__transparent_1gzqm_gg_",
|
|
32
|
+
"__SCenter": "___SCenter_1gzqm_gg_",
|
|
33
|
+
"__SLabel": "___SLabel_1gzqm_gg_",
|
|
34
|
+
"_position_right": "_position_right_1gzqm_gg_",
|
|
35
|
+
"_position_left": "_position_left_1gzqm_gg_",
|
|
36
|
+
"--duration": "--duration_1gzqm"
|
|
37
37
|
});
|
|
38
38
|
class BubbleRoot extends _core.Component {
|
|
39
39
|
constructor(...args) {
|
|
@@ -19,24 +19,24 @@ var _Pattern = require("./Pattern");
|
|
|
19
19
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
20
20
|
var _utils = require("./utils");
|
|
21
21
|
/*!__reshadow-styles__:"./style/bar.shadow.css"*/
|
|
22
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
22
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBar_1x6nj_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1x6nj);transition-timing-function:ease-in-out}.___SBar_1x6nj_gg_.__color_1x6nj_gg_{fill:var(--color_1x6nj)}.___SBar_1x6nj_gg_.__pattern_1x6nj_gg_.__color_1x6nj_gg_{fill:var(--pattern_1x6nj);stroke:var(--color_1x6nj);stroke-width:1px}.___SBar_1x6nj_gg_.__hide_1x6nj_gg_{display:none}.___SBar_1x6nj_gg_.__transparent_1x6nj_gg_{opacity:.3}.___SBackground_1x6nj_gg_.__onClick_1x6nj_gg_,.___SBar_1x6nj_gg_.__onClick_1x6nj_gg_{cursor:pointer}.___SBackground_1x6nj_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1x6nj_gg_{display:flex;justify-content:space-between}.___SBarLabel_1x6nj_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1x6nj_gg_,.___SBarPercent_1x6nj_gg_,.___SBarValue_1x6nj_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1x6nj_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1x6nj_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1x6nj_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1x6nj_gg_"),
|
|
23
23
|
/*__reshadow_css_end__*/
|
|
24
24
|
{
|
|
25
|
-
"__SBar": "
|
|
26
|
-
"--duration": "--
|
|
27
|
-
"_color": "
|
|
28
|
-
"--color": "--
|
|
29
|
-
"_pattern": "
|
|
30
|
-
"--pattern": "--
|
|
31
|
-
"_hide": "
|
|
32
|
-
"_transparent": "
|
|
33
|
-
"_onClick": "
|
|
34
|
-
"__SBackground": "
|
|
35
|
-
"__SBarAnnotation": "
|
|
36
|
-
"__SBarLabel": "
|
|
37
|
-
"__SBarPercent": "
|
|
38
|
-
"__SBarValue": "
|
|
39
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
25
|
+
"__SBar": "___SBar_1x6nj_gg_",
|
|
26
|
+
"--duration": "--duration_1x6nj",
|
|
27
|
+
"_color": "__color_1x6nj_gg_",
|
|
28
|
+
"--color": "--color_1x6nj",
|
|
29
|
+
"_pattern": "__pattern_1x6nj_gg_",
|
|
30
|
+
"--pattern": "--pattern_1x6nj",
|
|
31
|
+
"_hide": "__hide_1x6nj_gg_",
|
|
32
|
+
"_transparent": "__transparent_1x6nj_gg_",
|
|
33
|
+
"_onClick": "__onClick_1x6nj_gg_",
|
|
34
|
+
"__SBackground": "___SBackground_1x6nj_gg_",
|
|
35
|
+
"__SBarAnnotation": "___SBarAnnotation_1x6nj_gg_",
|
|
36
|
+
"__SBarLabel": "___SBarLabel_1x6nj_gg_",
|
|
37
|
+
"__SBarPercent": "___SBarPercent_1x6nj_gg_",
|
|
38
|
+
"__SBarValue": "___SBarValue_1x6nj_gg_",
|
|
39
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1x6nj_gg_"
|
|
40
40
|
});
|
|
41
41
|
const MIN_WIDTH = exports.MIN_WIDTH = 4;
|
|
42
42
|
const barHeight = 20;
|
package/lib/cjs/Donut.js
CHANGED
|
@@ -20,17 +20,17 @@ var _Pattern = require("./Pattern");
|
|
|
20
20
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
21
21
|
var _utils = require("./utils");
|
|
22
22
|
/*!__reshadow-styles__:"./style/donut.shadow.css"*/
|
|
23
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
23
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SPie_18wjb_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_18wjb_gg_.__color_18wjb_gg_{fill:var(--color_18wjb)}.___SPie_18wjb_gg_.__pattern_18wjb_gg_.__color_18wjb_gg_{fill:var(--pattern_18wjb);stroke:var(--color_18wjb);stroke-width:1px}.___SPie_18wjb_gg_.__transparent_18wjb_gg_{opacity:.3}.___SEmptyData_18wjb_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_18wjb_gg_.__color_18wjb_gg_{fill:var(--color_18wjb)}.___SLabel_18wjb_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}", /*__inner_css_end__*/"18wjb_gg_"),
|
|
24
24
|
/*__reshadow_css_end__*/
|
|
25
25
|
{
|
|
26
|
-
"__SPie": "
|
|
27
|
-
"_color": "
|
|
28
|
-
"--color": "--
|
|
29
|
-
"_pattern": "
|
|
30
|
-
"--pattern": "--
|
|
31
|
-
"_transparent": "
|
|
32
|
-
"__SEmptyData": "
|
|
33
|
-
"__SLabel": "
|
|
26
|
+
"__SPie": "___SPie_18wjb_gg_",
|
|
27
|
+
"_color": "__color_18wjb_gg_",
|
|
28
|
+
"--color": "--color_18wjb",
|
|
29
|
+
"_pattern": "__pattern_18wjb_gg_",
|
|
30
|
+
"--pattern": "--pattern_18wjb",
|
|
31
|
+
"_transparent": "__transparent_18wjb_gg_",
|
|
32
|
+
"__SEmptyData": "___SEmptyData_18wjb_gg_",
|
|
33
|
+
"__SLabel": "___SLabel_18wjb_gg_"
|
|
34
34
|
});
|
|
35
35
|
const DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
|
|
36
36
|
function transitionAnglePie({
|
package/lib/cjs/Dots.js
CHANGED
|
@@ -13,16 +13,16 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
13
13
|
var _Pattern = require("./Pattern");
|
|
14
14
|
var _utils = require("./utils");
|
|
15
15
|
/*!__reshadow-styles__:"./style/dot.shadow.css"*/
|
|
16
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
16
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SDots_17ivg_gg_ .___SDot_17ivg_gg_{transition-duration:var(--duration_17ivg)}.___SDot_17ivg_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_17ivg_gg_.__hide_17ivg_gg_{display:none}.___SDot_17ivg_gg_.__color_17ivg_gg_{fill:var(--color_17ivg)}.___SDot_17ivg_gg_.__transparent_17ivg_gg_{opacity:.3}", /*__inner_css_end__*/"17ivg_gg_"),
|
|
17
17
|
/*__reshadow_css_end__*/
|
|
18
18
|
{
|
|
19
|
-
"__SDot": "
|
|
20
|
-
"_hide": "
|
|
21
|
-
"_color": "
|
|
22
|
-
"--color": "--
|
|
23
|
-
"_transparent": "
|
|
24
|
-
"__SDots": "
|
|
25
|
-
"--duration": "--
|
|
19
|
+
"__SDot": "___SDot_17ivg_gg_",
|
|
20
|
+
"_hide": "__hide_17ivg_gg_",
|
|
21
|
+
"_color": "__color_17ivg_gg_",
|
|
22
|
+
"--color": "--color_17ivg",
|
|
23
|
+
"_transparent": "__transparent_17ivg_gg_",
|
|
24
|
+
"__SDots": "___SDots_17ivg_gg_",
|
|
25
|
+
"--duration": "--duration_17ivg"
|
|
26
26
|
});
|
|
27
27
|
function Dots(props) {
|
|
28
28
|
var _ref3;
|
package/lib/cjs/HorizontalBar.js
CHANGED
|
@@ -14,24 +14,24 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
14
14
|
var _Pattern = require("./Pattern");
|
|
15
15
|
var _utils = require("./utils");
|
|
16
16
|
/*!__reshadow-styles__:"./style/bar.shadow.css"*/
|
|
17
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
17
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBar_1x6nj_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1x6nj);transition-timing-function:ease-in-out}.___SBar_1x6nj_gg_.__color_1x6nj_gg_{fill:var(--color_1x6nj)}.___SBar_1x6nj_gg_.__pattern_1x6nj_gg_.__color_1x6nj_gg_{fill:var(--pattern_1x6nj);stroke:var(--color_1x6nj);stroke-width:1px}.___SBar_1x6nj_gg_.__hide_1x6nj_gg_{display:none}.___SBar_1x6nj_gg_.__transparent_1x6nj_gg_{opacity:.3}.___SBackground_1x6nj_gg_.__onClick_1x6nj_gg_,.___SBar_1x6nj_gg_.__onClick_1x6nj_gg_{cursor:pointer}.___SBackground_1x6nj_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1x6nj_gg_{display:flex;justify-content:space-between}.___SBarLabel_1x6nj_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1x6nj_gg_,.___SBarPercent_1x6nj_gg_,.___SBarValue_1x6nj_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1x6nj_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1x6nj_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1x6nj_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1x6nj_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_1x6nj_gg_",
|
|
21
|
+
"--duration": "--duration_1x6nj",
|
|
22
|
+
"_color": "__color_1x6nj_gg_",
|
|
23
|
+
"--color": "--color_1x6nj",
|
|
24
|
+
"_pattern": "__pattern_1x6nj_gg_",
|
|
25
|
+
"--pattern": "--pattern_1x6nj",
|
|
26
|
+
"_hide": "__hide_1x6nj_gg_",
|
|
27
|
+
"_transparent": "__transparent_1x6nj_gg_",
|
|
28
|
+
"_onClick": "__onClick_1x6nj_gg_",
|
|
29
|
+
"__SBackground": "___SBackground_1x6nj_gg_",
|
|
30
|
+
"__SBarAnnotation": "___SBarAnnotation_1x6nj_gg_",
|
|
31
|
+
"__SBarLabel": "___SBarLabel_1x6nj_gg_",
|
|
32
|
+
"__SBarPercent": "___SBarPercent_1x6nj_gg_",
|
|
33
|
+
"__SBarValue": "___SBarValue_1x6nj_gg_",
|
|
34
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1x6nj_gg_"
|
|
35
35
|
});
|
|
36
36
|
const MIN_WIDTH = exports.MIN_WIDTH = 2;
|
|
37
37
|
const calcPartBarX = (x, minWidth, width) => {
|
package/lib/cjs/Hover.js
CHANGED
|
@@ -15,11 +15,11 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
15
15
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
16
16
|
var _utils = require("./utils");
|
|
17
17
|
/*!__reshadow-styles__:"./style/hover.shadow.css"*/
|
|
18
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
18
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SHoverLine_1cadt_gg_,.___SHoverLine_1cadt_gg_:focus-visible{outline:0;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_1cadt_gg_,.___SHoverRect_1cadt_gg_:focus-visible{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1cadt_gg_"),
|
|
19
19
|
/*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SHoverLine": "
|
|
22
|
-
"__SHoverRect": "
|
|
21
|
+
"__SHoverLine": "___SHoverLine_1cadt_gg_",
|
|
22
|
+
"__SHoverRect": "___SHoverRect_1cadt_gg_"
|
|
23
23
|
});
|
|
24
24
|
class Hover extends _core.Component {
|
|
25
25
|
constructor(...args) {
|
package/lib/cjs/Line.js
CHANGED
|
@@ -18,17 +18,17 @@ var _Dots = _interopRequireDefault(require("./Dots"));
|
|
|
18
18
|
var _Pattern = require("./Pattern");
|
|
19
19
|
var _utils = require("./utils");
|
|
20
20
|
/*!__reshadow-styles__:"./style/line.shadow.css"*/
|
|
21
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
21
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SLine_pjfmb_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_pjfmb);transition-timing-function:ease-in-out}.___SLine_pjfmb_gg_.__color_pjfmb_gg_{stroke:var(--color_pjfmb)}.___SLine_pjfmb_gg_.__hide_pjfmb_gg_{display:none}.___SLine_pjfmb_gg_.__transparent_pjfmb_gg_{opacity:.3}.___SNull_pjfmb_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, #c4c7cf);stroke-dasharray:4}.___SNull_pjfmb_gg_.__hide_pjfmb_gg_{display:none}.___SLineArea_pjfmb_gg_{transition-property:d;transition-duration:var(--duration_pjfmb);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLineArea_pjfmb_gg_.__color_pjfmb_gg_{fill:var(--color_pjfmb)}", /*__inner_css_end__*/"pjfmb_gg_"),
|
|
22
22
|
/*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SLine": "
|
|
25
|
-
"--duration": "--
|
|
26
|
-
"_color": "
|
|
27
|
-
"--color": "--
|
|
28
|
-
"_hide": "
|
|
29
|
-
"_transparent": "
|
|
30
|
-
"__SNull": "
|
|
31
|
-
"__SLineArea": "
|
|
24
|
+
"__SLine": "___SLine_pjfmb_gg_",
|
|
25
|
+
"--duration": "--duration_pjfmb",
|
|
26
|
+
"_color": "__color_pjfmb_gg_",
|
|
27
|
+
"--color": "--color_pjfmb",
|
|
28
|
+
"_hide": "__hide_pjfmb_gg_",
|
|
29
|
+
"_transparent": "__transparent_pjfmb_gg_",
|
|
30
|
+
"__SNull": "___SNull_pjfmb_gg_",
|
|
31
|
+
"__SLineArea": "___SLineArea_pjfmb_gg_"
|
|
32
32
|
});
|
|
33
33
|
class LineRoot extends _core.Component {
|
|
34
34
|
getDotsProps() {
|
package/lib/cjs/Plot.js
CHANGED
|
@@ -17,10 +17,10 @@ var _PlotA11yModule = require("./a11y/PlotA11yModule");
|
|
|
17
17
|
var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynamic-locales");
|
|
18
18
|
var _utils = require("./utils");
|
|
19
19
|
/*!__reshadow-styles__:"./style/plot.shadow.css"*/
|
|
20
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
20
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SPlot_efsfa_gg_{overflow:hidden}.___SPlot_efsfa_gg_:focus{outline:0}.___SPlot_efsfa_gg_:active{outline:0;-webkit-text-decoration:none;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_efsfa_gg_:has(foreignObject[data-aria-only]:focus-within){outline-color:var(--intergalactic-keyboard-focus-outline, #008ff8);outline-style:solid;outline-width:2px;outline-offset:2px;transition-duration:calc(var(--intergalactic-duration-extra-fast, 100)*1ms);transition-timing-function:ease-in-out;transition-property:outline-color,outline-width,outline-offset;border-radius:var(--intergalactic-surface-rounded, 6px)}", /*__inner_css_end__*/"efsfa_gg_"),
|
|
21
21
|
/*__reshadow_css_end__*/
|
|
22
22
|
{
|
|
23
|
-
"__SPlot": "
|
|
23
|
+
"__SPlot": "___SPlot_efsfa_gg_"
|
|
24
24
|
});
|
|
25
25
|
class PlotRoot extends _core.Component {
|
|
26
26
|
constructor(props) {
|
package/lib/cjs/Radar.js
CHANGED
|
@@ -21,27 +21,27 @@ var _Pattern = require("./Pattern");
|
|
|
21
21
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
22
22
|
var _utils = require("./utils");
|
|
23
23
|
/*!__reshadow-styles__:"./style/radar.shadow.css"*/
|
|
24
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
24
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAxisLine_13fhy_gg_,.___SAxisTick_13fhy_gg_,.___SAxis_13fhy_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_13fhy_gg_,.___SAxisTick_13fhy_gg_{stroke-dasharray:2}.___SAxisLine_13fhy_gg_.__active_13fhy_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_13fhy_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_13fhy_gg_.__xDirection_13fhy_gg_{text-anchor:var(--xDirection_13fhy)}.___SAxisLabel_13fhy_gg_.__yDirection_13fhy_gg_{dominant-baseline:var(--yDirection_13fhy)}.___SPolygonDot_13fhy_gg_,.___SPolygon_13fhy_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_13fhy_gg_{opacity:.2}.___SPolygon_13fhy_gg_.__color_13fhy_gg_{fill:var(--color_13fhy)}.___SPolygon_13fhy_gg_.__pattern_13fhy_gg_.__color_13fhy_gg_{fill:var(--pattern_13fhy);stroke:var(--color_13fhy);stroke-width:1px}.___SPolygonDot_13fhy_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_13fhy_gg_.__transparent_13fhy_gg_{opacity:.3}.___SPolygonDot_13fhy_gg_.__color_13fhy_gg_{fill:var(--color_13fhy)}.___SPolygonLine_13fhy_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_13fhy_gg_.__transparent_13fhy_gg_{opacity:.3}.___SPolygonLine_13fhy_gg_.__color_13fhy_gg_{stroke:var(--color_13fhy)}.___SPieRect_13fhy_gg_{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"13fhy_gg_"),
|
|
25
25
|
/*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SAxis": "
|
|
28
|
-
"__SAxisLine": "
|
|
29
|
-
"__SAxisTick": "
|
|
30
|
-
"_active": "
|
|
31
|
-
"__SAxisLabel": "
|
|
32
|
-
"_xDirection": "
|
|
33
|
-
"--xDirection": "--
|
|
34
|
-
"_yDirection": "
|
|
35
|
-
"--yDirection": "--
|
|
36
|
-
"__SPolygon": "
|
|
37
|
-
"_color": "
|
|
38
|
-
"--color": "--
|
|
39
|
-
"_pattern": "
|
|
40
|
-
"--pattern": "--
|
|
41
|
-
"__SPolygonDot": "
|
|
42
|
-
"_transparent": "
|
|
43
|
-
"__SPolygonLine": "
|
|
44
|
-
"__SPieRect": "
|
|
27
|
+
"__SAxis": "___SAxis_13fhy_gg_",
|
|
28
|
+
"__SAxisLine": "___SAxisLine_13fhy_gg_",
|
|
29
|
+
"__SAxisTick": "___SAxisTick_13fhy_gg_",
|
|
30
|
+
"_active": "__active_13fhy_gg_",
|
|
31
|
+
"__SAxisLabel": "___SAxisLabel_13fhy_gg_",
|
|
32
|
+
"_xDirection": "__xDirection_13fhy_gg_",
|
|
33
|
+
"--xDirection": "--xDirection_13fhy",
|
|
34
|
+
"_yDirection": "__yDirection_13fhy_gg_",
|
|
35
|
+
"--yDirection": "--yDirection_13fhy",
|
|
36
|
+
"__SPolygon": "___SPolygon_13fhy_gg_",
|
|
37
|
+
"_color": "__color_13fhy_gg_",
|
|
38
|
+
"--color": "--color_13fhy",
|
|
39
|
+
"_pattern": "__pattern_13fhy_gg_",
|
|
40
|
+
"--pattern": "--pattern_13fhy",
|
|
41
|
+
"__SPolygonDot": "___SPolygonDot_13fhy_gg_",
|
|
42
|
+
"_transparent": "__transparent_13fhy_gg_",
|
|
43
|
+
"__SPolygonLine": "___SPolygonLine_13fhy_gg_",
|
|
44
|
+
"__SPieRect": "___SPieRect_13fhy_gg_"
|
|
45
45
|
});
|
|
46
46
|
const clampAngle = angle => {
|
|
47
47
|
angle = angle % (2 * Math.PI);
|
package/lib/cjs/RadialTree.js
CHANGED
|
@@ -17,20 +17,20 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
17
17
|
var _Pattern = require("./Pattern");
|
|
18
18
|
var _utils = require("./utils");
|
|
19
19
|
/*!__reshadow-styles__:"./style/radial-tree.shadow.css"*/
|
|
20
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
20
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SRadian_62z7u_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, #008ff8)}.___SLine_62z7u_gg_{stroke:var(--intergalactic-text-large-info, #008ff8)}.___SLine_62z7u_gg_.__stroke_62z7u_gg_{stroke:var(--stroke_62z7u)}.___SLine_62z7u_gg_.__transparent_62z7u_gg_{opacity:.3}.___SCap_62z7u_gg_{transition:r .1s}.___SCap_62z7u_gg_.__pattern_62z7u_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:1px}.___SCap_62z7u_gg_.__transparent_62z7u_gg_,.___SIcon_62z7u_gg_.__transparent_62z7u_gg_,.___SLabel_62z7u_gg_.__transparent_62z7u_gg_{opacity:.3}.___SLabel_62z7u_gg_{fill:var(--color_62z7u)}@media (hover:hover){.___SRadian_62z7u_gg_:hover .___SLabel_62z7u_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_62z7u_gg_{transition:none}}", /*__inner_css_end__*/"62z7u_gg_"),
|
|
21
21
|
/*__reshadow_css_end__*/
|
|
22
22
|
{
|
|
23
|
-
"__SRadian": "
|
|
24
|
-
"__SLine": "
|
|
25
|
-
"_stroke": "
|
|
26
|
-
"--stroke": "--
|
|
27
|
-
"_transparent": "
|
|
28
|
-
"__SCap": "
|
|
29
|
-
"_pattern": "
|
|
30
|
-
"__SIcon": "
|
|
31
|
-
"__SLabel": "
|
|
32
|
-
"--color": "--
|
|
33
|
-
"__SLineCap": "
|
|
23
|
+
"__SRadian": "___SRadian_62z7u_gg_",
|
|
24
|
+
"__SLine": "___SLine_62z7u_gg_",
|
|
25
|
+
"_stroke": "__stroke_62z7u_gg_",
|
|
26
|
+
"--stroke": "--stroke_62z7u",
|
|
27
|
+
"_transparent": "__transparent_62z7u_gg_",
|
|
28
|
+
"__SCap": "___SCap_62z7u_gg_",
|
|
29
|
+
"_pattern": "__pattern_62z7u_gg_",
|
|
30
|
+
"__SIcon": "___SIcon_62z7u_gg_",
|
|
31
|
+
"__SLabel": "___SLabel_62z7u_gg_",
|
|
32
|
+
"--color": "--color_62z7u",
|
|
33
|
+
"__SLineCap": "___SLineCap_62z7u_gg_"
|
|
34
34
|
});
|
|
35
35
|
const baseAngle = -Math.PI / 2; // The top vertical line
|
|
36
36
|
|
package/lib/cjs/Reference.js
CHANGED
|
@@ -12,20 +12,20 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
12
12
|
var _createElement = _interopRequireDefault(require("./createElement"));
|
|
13
13
|
var _utils = require("./utils");
|
|
14
14
|
/*!__reshadow-styles__:"./style/reference.shadow.css"*/
|
|
15
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
15
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SReferenceLine_jgy4n_gg_{fill:none;stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___STitle_jgy4n_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_jgy4n)}.___STitle_jgy4n_gg_._position_top_jgy4n_gg_{text-anchor:middle}.___STitle_jgy4n_gg_._position_bottom_jgy4n_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_jgy4n_gg_._position_left_jgy4n_gg_,.___STitle_jgy4n_gg_._position_right_jgy4n_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___SBackground_jgy4n_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}.___SStripes_jgy4n_gg_{fill:var(--fill_jgy4n)}.___SStripesPatternPath_jgy4n_gg_{stroke:var(--intergalactic-chart-grid-period-pattern, rgba(25, 27, 35, 0.15));stroke-width:1px}", /*__inner_css_end__*/"jgy4n_gg_"),
|
|
16
16
|
/*__reshadow_css_end__*/
|
|
17
17
|
{
|
|
18
|
-
"__SReferenceLine": "
|
|
19
|
-
"__STitle": "
|
|
20
|
-
"--transform-origin": "--transform-
|
|
21
|
-
"_position_top": "
|
|
22
|
-
"_position_bottom": "
|
|
23
|
-
"_position_right": "
|
|
24
|
-
"_position_left": "
|
|
25
|
-
"__SBackground": "
|
|
26
|
-
"__SStripes": "
|
|
27
|
-
"--fill": "--
|
|
28
|
-
"__SStripesPatternPath": "
|
|
18
|
+
"__SReferenceLine": "___SReferenceLine_jgy4n_gg_",
|
|
19
|
+
"__STitle": "___STitle_jgy4n_gg_",
|
|
20
|
+
"--transform-origin": "--transform-origin_jgy4n",
|
|
21
|
+
"_position_top": "_position_top_jgy4n_gg_",
|
|
22
|
+
"_position_bottom": "_position_bottom_jgy4n_gg_",
|
|
23
|
+
"_position_right": "_position_right_jgy4n_gg_",
|
|
24
|
+
"_position_left": "_position_left_jgy4n_gg_",
|
|
25
|
+
"__SBackground": "___SBackground_jgy4n_gg_",
|
|
26
|
+
"__SStripes": "___SStripes_jgy4n_gg_",
|
|
27
|
+
"--fill": "--fill_jgy4n",
|
|
28
|
+
"__SStripesPatternPath": "___SStripesPatternPath_jgy4n_gg_"
|
|
29
29
|
});
|
|
30
30
|
const side2direction = {
|
|
31
31
|
left: 'vertical',
|
package/lib/cjs/ScatterPlot.js
CHANGED
|
@@ -16,17 +16,17 @@ var _Pattern = require("./Pattern");
|
|
|
16
16
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
17
17
|
var _utils = require("./utils");
|
|
18
18
|
/*!__reshadow-styles__:"./style/scatterplot.shadow.css"*/
|
|
19
|
-
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
19
|
+
const style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SScatterPlot_93f9v_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_93f9v);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_93f9v_gg_:hover{opacity:.8}}.___SScatterPlot_93f9v_gg_.__color_93f9v_gg_{fill:var(--color_93f9v)}.___SScatterPlot_93f9v_gg_.__pattern_93f9v_gg_.__color_93f9v_gg_{fill:var(--pattern_93f9v);stroke:var(--color_93f9v);stroke-width:1px}.___SScatterPlot_93f9v_gg_.__transparent_93f9v_gg_{opacity:.3}.___SValue_93f9v_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_93f9v_gg_.__color_93f9v_gg_{stroke:var(--color_93f9v)}.___SValue_93f9v_gg_.__transparent_93f9v_gg_{opacity:.3}", /*__inner_css_end__*/"93f9v_gg_"),
|
|
20
20
|
/*__reshadow_css_end__*/
|
|
21
21
|
{
|
|
22
|
-
"__SScatterPlot": "
|
|
23
|
-
"_color": "
|
|
24
|
-
"--color": "--
|
|
25
|
-
"_pattern": "
|
|
26
|
-
"--pattern": "--
|
|
27
|
-
"_transparent": "
|
|
28
|
-
"__SValue": "
|
|
29
|
-
"--duration": "--
|
|
22
|
+
"__SScatterPlot": "___SScatterPlot_93f9v_gg_",
|
|
23
|
+
"_color": "__color_93f9v_gg_",
|
|
24
|
+
"--color": "--color_93f9v",
|
|
25
|
+
"_pattern": "__pattern_93f9v_gg_",
|
|
26
|
+
"--pattern": "--pattern_93f9v",
|
|
27
|
+
"_transparent": "__transparent_93f9v_gg_",
|
|
28
|
+
"__SValue": "___SValue_93f9v_gg_",
|
|
29
|
+
"--duration": "--duration_93f9v"
|
|
30
30
|
});
|
|
31
31
|
class ScatterPlotRoot extends _core.Component {
|
|
32
32
|
constructor(...args) {
|