@semcore/d3-chart 16.1.1 → 16.1.2-prerelease.2
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/RadialTree.js.map +1 -1
- 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 +3 -2
- package/lib/cjs/a11y/PlotA11yModule.js.map +1 -1
- package/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/lib/cjs/a11y/locale.js +1 -0
- package/lib/cjs/a11y/locale.js.map +1 -1
- package/lib/cjs/component/Chart/AreaChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/BarChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/BubbleChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/CigaretteChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/CompactHorizontalBarChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/DonutChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/HistogramChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/LineChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/ScatterPlotChart.type.js.map +1 -1
- package/lib/cjs/component/Chart/VennChart.type.js.map +1 -1
- 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/types/Plot.d.js.map +1 -1
- package/lib/cjs/types/Reference.d.js.map +1 -1
- package/lib/cjs/utils.js +1 -0
- package/lib/cjs/utils.js.map +1 -1
- 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/RadialTree.js.map +1 -1
- 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 +3 -2
- package/lib/es6/a11y/PlotA11yModule.js.map +1 -1
- package/lib/es6/a11y/PlotA11yView.js +2 -2
- package/lib/es6/a11y/locale.js +1 -0
- package/lib/es6/a11y/locale.js.map +1 -1
- package/lib/es6/component/Chart/AreaChart.type.js.map +1 -1
- package/lib/es6/component/Chart/BarChart.type.js.map +1 -1
- package/lib/es6/component/Chart/BubbleChart.type.js.map +1 -1
- package/lib/es6/component/Chart/CigaretteChart.type.js.map +1 -1
- package/lib/es6/component/Chart/CompactHorizontalBarChart.type.js.map +1 -1
- package/lib/es6/component/Chart/DonutChart.type.js.map +1 -1
- package/lib/es6/component/Chart/HistogramChart.type.js.map +1 -1
- package/lib/es6/component/Chart/LineChart.type.js.map +1 -1
- package/lib/es6/component/Chart/ScatterPlotChart.type.js.map +1 -1
- package/lib/es6/component/Chart/VennChart.type.js.map +1 -1
- 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/types/Plot.d.js.map +1 -1
- package/lib/es6/types/Reference.d.js.map +1 -1
- package/lib/es6/utils.js +1 -0
- package/lib/es6/utils.js.map +1 -1
- 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/lib/types/Plot.d.ts +1 -0
- package/lib/types/RadialTree.d.ts +1 -0
- package/lib/types/Reference.d.ts +1 -1
- package/lib/types/component/Chart/AreaChart.type.d.ts +6 -0
- package/lib/types/component/Chart/BarChart.type.d.ts +5 -0
- package/lib/types/component/Chart/BubbleChart.type.d.ts +3 -0
- package/lib/types/component/Chart/CigaretteChart.type.d.ts +5 -0
- package/lib/types/component/Chart/CompactHorizontalBarChart.type.d.ts +4 -0
- package/lib/types/component/Chart/DonutChart.type.d.ts +6 -0
- package/lib/types/component/Chart/HistogramChart.type.d.ts +3 -0
- package/lib/types/component/Chart/LineChart.type.d.ts +7 -0
- package/lib/types/component/Chart/ScatterPlotChart.type.d.ts +4 -0
- package/lib/types/component/Chart/VennChart.type.d.ts +3 -0
- package/package.json +17 -17
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.2] - 2025-08-29
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Type description for `PlotProps`/`ReferenceLineProps`/`AreaChartProps`/`BarChartProps`/`BubbleChartProps`/`CigaretteChartProps`/`DonutChartProps`/`HistogramChartProps`/`LineChartProps`/`RadialTreeProps`/`ScatterPlotChartProps`/`VennChartProps`/`CompactHorizontalBarChartProps`.
|
|
10
|
+
|
|
5
11
|
## [16.1.1] - 2025-08-08
|
|
6
12
|
|
|
7
13
|
### Fixed
|
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_1fmni_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_1fmni_gg_.__color_1fmni_gg_{fill:var(--color_1fmni)}.___SArea_1fmni_gg_.__pattern_1fmni_gg_{fill:var(--pattern_1fmni);fill-opacity:.7}.___SArea_1fmni_gg_.__transparent_1fmni_gg_{opacity:.3}.___SAreaLine_1fmni_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_1fmni_gg_.__color_1fmni_gg_{stroke:var(--color_1fmni)}.___SAreaLine_1fmni_gg_.__transparent_1fmni_gg_{opacity:.3}.___SAreaLine_1fmni_gg_,.___SArea_1fmni_gg_{transition-property:d;transition-duration:var(--duration_1fmni);transition-timing-function:ease-in-out}.___SNull_1fmni_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_1fmni_gg_.__hide_1fmni_gg_{display:none}", /*__inner_css_end__*/"1fmni_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_1fmni_gg_",
|
|
34
|
+
"_color": "__color_1fmni_gg_",
|
|
35
|
+
"--color": "--color_1fmni",
|
|
36
|
+
"_pattern": "__pattern_1fmni_gg_",
|
|
37
|
+
"--pattern": "--pattern_1fmni",
|
|
38
|
+
"_transparent": "__transparent_1fmni_gg_",
|
|
39
|
+
"__SAreaLine": "___SAreaLine_1fmni_gg_",
|
|
40
|
+
"--duration": "--duration_1fmni",
|
|
41
|
+
"__SNull": "___SNull_1fmni_gg_",
|
|
42
|
+
"_hide": "__hide_1fmni_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_dz6pc_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_dz6pc_gg_.__hide_dz6pc_gg_,.___STick_dz6pc_gg_.__hide_dz6pc_gg_{display:none}.___STick_dz6pc_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_dz6pc_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_dz6pc_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_dz6pc)}.___STitle_dz6pc_gg_._position_top_dz6pc_gg_{text-anchor:middle}.___STitle_dz6pc_gg_._position_bottom_dz6pc_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_dz6pc_gg_._position_left_dz6pc_gg_,.___STitle_dz6pc_gg_._position_right_dz6pc_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_dz6pc_gg_._position_left_dz6pc_gg_.__verticalWritingMode_dz6pc_gg_,.___STitle_dz6pc_gg_._position_right_dz6pc_gg_.__verticalWritingMode_dz6pc_gg_{writing-mode:vertical-rl;transform:none}.___STick_dz6pc_gg_._position_top_dz6pc_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_dz6pc_gg_._position_bottom_dz6pc_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_dz6pc_gg_._position_right_dz6pc_gg_{transform:translateX(16px);text-anchor:start;dominant-baseline:middle}.___STick_dz6pc_gg_._position_left_dz6pc_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_dz6pc_gg_._position_custom_0_dz6pc_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_dz6pc_gg_._position_custom_1_dz6pc_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}", /*__inner_css_end__*/"dz6pc_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_dz6pc_gg_",
|
|
27
|
+
"_hide": "__hide_dz6pc_gg_",
|
|
28
|
+
"__STick": "___STick_dz6pc_gg_",
|
|
29
|
+
"__SGrid": "___SGrid_dz6pc_gg_",
|
|
30
|
+
"__STitle": "___STitle_dz6pc_gg_",
|
|
31
|
+
"--transform-origin": "--transform-origin_dz6pc",
|
|
32
|
+
"_position_top": "_position_top_dz6pc_gg_",
|
|
33
|
+
"_position_bottom": "_position_bottom_dz6pc_gg_",
|
|
34
|
+
"_position_right": "_position_right_dz6pc_gg_",
|
|
35
|
+
"_position_left": "_position_left_dz6pc_gg_",
|
|
36
|
+
"_verticalWritingMode": "__verticalWritingMode_dz6pc_gg_",
|
|
37
|
+
"_position_custom_0": "_position_custom_0_dz6pc_gg_",
|
|
38
|
+
"_position_custom_1": "_position_custom_1_dz6pc_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_1ex5k_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1ex5k);transition-timing-function:ease-in-out}.___SBar_1ex5k_gg_.__color_1ex5k_gg_{fill:var(--color_1ex5k)}.___SBar_1ex5k_gg_.__pattern_1ex5k_gg_.__color_1ex5k_gg_{fill:var(--pattern_1ex5k);stroke:var(--color_1ex5k);stroke-width:1px}.___SBar_1ex5k_gg_.__hide_1ex5k_gg_{display:none}.___SBar_1ex5k_gg_.__transparent_1ex5k_gg_{opacity:.3}.___SBackground_1ex5k_gg_.__onClick_1ex5k_gg_,.___SBar_1ex5k_gg_.__onClick_1ex5k_gg_{cursor:pointer}.___SBackground_1ex5k_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1ex5k_gg_{display:flex;justify-content:space-between}.___SBarLabel_1ex5k_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1ex5k_gg_,.___SBarPercent_1ex5k_gg_,.___SBarValue_1ex5k_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1ex5k_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1ex5k_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1ex5k_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1ex5k_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_1ex5k_gg_",
|
|
30
|
+
"--duration": "--duration_1ex5k",
|
|
31
|
+
"_color": "__color_1ex5k_gg_",
|
|
32
|
+
"--color": "--color_1ex5k",
|
|
33
|
+
"_pattern": "__pattern_1ex5k_gg_",
|
|
34
|
+
"--pattern": "--pattern_1ex5k",
|
|
35
|
+
"_hide": "__hide_1ex5k_gg_",
|
|
36
|
+
"_transparent": "__transparent_1ex5k_gg_",
|
|
37
|
+
"_onClick": "__onClick_1ex5k_gg_",
|
|
38
|
+
"__SBackground": "___SBackground_1ex5k_gg_",
|
|
39
|
+
"__SBarAnnotation": "___SBarAnnotation_1ex5k_gg_",
|
|
40
|
+
"__SBarLabel": "___SBarLabel_1ex5k_gg_",
|
|
41
|
+
"__SBarPercent": "___SBarPercent_1ex5k_gg_",
|
|
42
|
+
"__SBarValue": "___SBarValue_1ex5k_gg_",
|
|
43
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1ex5k_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_1u1zs_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_1u1zs);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1u1zs_gg_:hover{opacity:.8}}g._visible_false_1u1zs_gg_{display:none}.___SBubble_1u1zs_gg_.__color_1u1zs_gg_{fill:var(--color_1u1zs)}.___SBubble_1u1zs_gg_.__pattern_1u1zs_gg_.__color_1u1zs_gg_{fill:var(--pattern_1u1zs);stroke:var(--color_1u1zs);stroke-width:1px}.___SBubble_1u1zs_gg_.__transparent_1u1zs_gg_{opacity:.3}.___SCenter_1u1zs_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_1u1zs_gg_.__color_1u1zs_gg_{stroke:var(--color_1u1zs)}.___SCenter_1u1zs_gg_.__transparent_1u1zs_gg_{opacity:.3}.___SLabel_1u1zs_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_1u1zs_gg_._position_right_1u1zs_gg_{text-anchor:end}.___SLabel_1u1zs_gg_._position_left_1u1zs_gg_{text-anchor:start}.___SLabel_1u1zs_gg_.__color_1u1zs_gg_{fill:var(--color_1u1zs)}.___SLabel_1u1zs_gg_.__transparent_1u1zs_gg_{opacity:.3}", /*__inner_css_end__*/"1u1zs_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_1u1zs_gg_",
|
|
33
|
+
"__SBubble": "___SBubble_1u1zs_gg_",
|
|
34
|
+
"_color": "__color_1u1zs_gg_",
|
|
35
|
+
"--color": "--color_1u1zs",
|
|
36
|
+
"_pattern": "__pattern_1u1zs_gg_",
|
|
37
|
+
"--pattern": "--pattern_1u1zs",
|
|
38
|
+
"_transparent": "__transparent_1u1zs_gg_",
|
|
39
|
+
"__SCenter": "___SCenter_1u1zs_gg_",
|
|
40
|
+
"__SLabel": "___SLabel_1u1zs_gg_",
|
|
41
|
+
"_position_right": "_position_right_1u1zs_gg_",
|
|
42
|
+
"_position_left": "_position_left_1u1zs_gg_",
|
|
43
|
+
"--duration": "--duration_1u1zs"
|
|
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_1ex5k_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1ex5k);transition-timing-function:ease-in-out}.___SBar_1ex5k_gg_.__color_1ex5k_gg_{fill:var(--color_1ex5k)}.___SBar_1ex5k_gg_.__pattern_1ex5k_gg_.__color_1ex5k_gg_{fill:var(--pattern_1ex5k);stroke:var(--color_1ex5k);stroke-width:1px}.___SBar_1ex5k_gg_.__hide_1ex5k_gg_{display:none}.___SBar_1ex5k_gg_.__transparent_1ex5k_gg_{opacity:.3}.___SBackground_1ex5k_gg_.__onClick_1ex5k_gg_,.___SBar_1ex5k_gg_.__onClick_1ex5k_gg_{cursor:pointer}.___SBackground_1ex5k_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1ex5k_gg_{display:flex;justify-content:space-between}.___SBarLabel_1ex5k_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1ex5k_gg_,.___SBarPercent_1ex5k_gg_,.___SBarValue_1ex5k_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1ex5k_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1ex5k_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1ex5k_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1ex5k_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_1ex5k_gg_",
|
|
36
|
+
"--duration": "--duration_1ex5k",
|
|
37
|
+
"_color": "__color_1ex5k_gg_",
|
|
38
|
+
"--color": "--color_1ex5k",
|
|
39
|
+
"_pattern": "__pattern_1ex5k_gg_",
|
|
40
|
+
"--pattern": "--pattern_1ex5k",
|
|
41
|
+
"_hide": "__hide_1ex5k_gg_",
|
|
42
|
+
"_transparent": "__transparent_1ex5k_gg_",
|
|
43
|
+
"_onClick": "__onClick_1ex5k_gg_",
|
|
44
|
+
"__SBackground": "___SBackground_1ex5k_gg_",
|
|
45
|
+
"__SBarAnnotation": "___SBarAnnotation_1ex5k_gg_",
|
|
46
|
+
"__SBarLabel": "___SBarLabel_1ex5k_gg_",
|
|
47
|
+
"__SBarPercent": "___SBarPercent_1ex5k_gg_",
|
|
48
|
+
"__SBarValue": "___SBarValue_1ex5k_gg_",
|
|
49
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1ex5k_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_ab1rm_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_ab1rm_gg_.__color_ab1rm_gg_{fill:var(--color_ab1rm)}.___SPie_ab1rm_gg_.__pattern_ab1rm_gg_.__color_ab1rm_gg_{fill:var(--pattern_ab1rm);stroke:var(--color_ab1rm);stroke-width:1px}.___SPie_ab1rm_gg_.__transparent_ab1rm_gg_{opacity:.3}.___SEmptyData_ab1rm_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_ab1rm_gg_.__color_ab1rm_gg_{fill:var(--color_ab1rm)}.___SLabel_ab1rm_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}", /*__inner_css_end__*/"ab1rm_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_ab1rm_gg_",
|
|
37
|
+
"_color": "__color_ab1rm_gg_",
|
|
38
|
+
"--color": "--color_ab1rm",
|
|
39
|
+
"_pattern": "__pattern_ab1rm_gg_",
|
|
40
|
+
"--pattern": "--pattern_ab1rm",
|
|
41
|
+
"_transparent": "__transparent_ab1rm_gg_",
|
|
42
|
+
"__SEmptyData": "___SEmptyData_ab1rm_gg_",
|
|
43
|
+
"__SLabel": "___SLabel_ab1rm_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_7dewo_gg_ .___SDot_7dewo_gg_{transition-duration:var(--duration_7dewo)}.___SDot_7dewo_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_7dewo_gg_.__hide_7dewo_gg_{display:none}.___SDot_7dewo_gg_.__color_7dewo_gg_{fill:var(--color_7dewo)}.___SDot_7dewo_gg_.__transparent_7dewo_gg_{opacity:.3}", /*__inner_css_end__*/"7dewo_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_7dewo_gg_",
|
|
21
|
+
"_hide": "__hide_7dewo_gg_",
|
|
22
|
+
"_color": "__color_7dewo_gg_",
|
|
23
|
+
"--color": "--color_7dewo",
|
|
24
|
+
"_transparent": "__transparent_7dewo_gg_",
|
|
25
|
+
"__SDots": "___SDots_7dewo_gg_",
|
|
26
|
+
"--duration": "--duration_7dewo"
|
|
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_1ex5k_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1ex5k);transition-timing-function:ease-in-out}.___SBar_1ex5k_gg_.__color_1ex5k_gg_{fill:var(--color_1ex5k)}.___SBar_1ex5k_gg_.__pattern_1ex5k_gg_.__color_1ex5k_gg_{fill:var(--pattern_1ex5k);stroke:var(--color_1ex5k);stroke-width:1px}.___SBar_1ex5k_gg_.__hide_1ex5k_gg_{display:none}.___SBar_1ex5k_gg_.__transparent_1ex5k_gg_{opacity:.3}.___SBackground_1ex5k_gg_.__onClick_1ex5k_gg_,.___SBar_1ex5k_gg_.__onClick_1ex5k_gg_{cursor:pointer}.___SBackground_1ex5k_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1ex5k_gg_{display:flex;justify-content:space-between}.___SBarLabel_1ex5k_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1ex5k_gg_,.___SBarPercent_1ex5k_gg_,.___SBarValue_1ex5k_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1ex5k_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1ex5k_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1ex5k_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1ex5k_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_1ex5k_gg_",
|
|
29
|
+
"--duration": "--duration_1ex5k",
|
|
30
|
+
"_color": "__color_1ex5k_gg_",
|
|
31
|
+
"--color": "--color_1ex5k",
|
|
32
|
+
"_pattern": "__pattern_1ex5k_gg_",
|
|
33
|
+
"--pattern": "--pattern_1ex5k",
|
|
34
|
+
"_hide": "__hide_1ex5k_gg_",
|
|
35
|
+
"_transparent": "__transparent_1ex5k_gg_",
|
|
36
|
+
"_onClick": "__onClick_1ex5k_gg_",
|
|
37
|
+
"__SBackground": "___SBackground_1ex5k_gg_",
|
|
38
|
+
"__SBarAnnotation": "___SBarAnnotation_1ex5k_gg_",
|
|
39
|
+
"__SBarLabel": "___SBarLabel_1ex5k_gg_",
|
|
40
|
+
"__SBarPercent": "___SBarPercent_1ex5k_gg_",
|
|
41
|
+
"__SBarValue": "___SBarValue_1ex5k_gg_",
|
|
42
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1ex5k_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_x6n4z_gg_,.___SHoverLine_x6n4z_gg_:focus-visible{outline:0;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_x6n4z_gg_,.___SHoverRect_x6n4z_gg_:focus-visible{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"x6n4z_gg_"),
|
|
27
27
|
/*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"__SHoverLine": "
|
|
30
|
-
"__SHoverRect": "
|
|
29
|
+
"__SHoverLine": "___SHoverLine_x6n4z_gg_",
|
|
30
|
+
"__SHoverRect": "___SHoverRect_x6n4z_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_16a2o_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_16a2o);transition-timing-function:ease-in-out}.___SLine_16a2o_gg_.__color_16a2o_gg_{stroke:var(--color_16a2o)}.___SLine_16a2o_gg_.__hide_16a2o_gg_{display:none}.___SLine_16a2o_gg_.__transparent_16a2o_gg_{opacity:.3}.___SNull_16a2o_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, #c4c7cf);stroke-dasharray:4}.___SNull_16a2o_gg_.__hide_16a2o_gg_{display:none}.___SLineArea_16a2o_gg_{transition-property:d;transition-duration:var(--duration_16a2o);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLineArea_16a2o_gg_.__color_16a2o_gg_{fill:var(--color_16a2o)}", /*__inner_css_end__*/"16a2o_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_16a2o_gg_",
|
|
33
|
+
"--duration": "--duration_16a2o",
|
|
34
|
+
"_color": "__color_16a2o_gg_",
|
|
35
|
+
"--color": "--color_16a2o",
|
|
36
|
+
"_hide": "__hide_16a2o_gg_",
|
|
37
|
+
"_transparent": "__transparent_16a2o_gg_",
|
|
38
|
+
"__SNull": "___SNull_16a2o_gg_",
|
|
39
|
+
"__SLineArea": "___SLineArea_16a2o_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_1g92l_gg_{overflow:hidden}.___SPlot_1g92l_gg_:active,.___SPlot_1g92l_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_1g92l_gg_.__keyboardFocused_1g92l_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__*/"1g92l_gg_"),
|
|
31
31
|
/*__reshadow_css_end__*/
|
|
32
32
|
{
|
|
33
|
-
"__SPlot": "
|
|
34
|
-
"_keyboardFocused": "
|
|
33
|
+
"__SPlot": "___SPlot_1g92l_gg_",
|
|
34
|
+
"_keyboardFocused": "__keyboardFocused_1g92l_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_a2pnw_gg_,.___SAxisTick_a2pnw_gg_,.___SAxis_a2pnw_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_a2pnw_gg_,.___SAxisTick_a2pnw_gg_{stroke-dasharray:2}.___SAxisLine_a2pnw_gg_.__active_a2pnw_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_a2pnw_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_a2pnw_gg_.__xDirection_a2pnw_gg_{text-anchor:var(--xDirection_a2pnw)}.___SAxisLabel_a2pnw_gg_.__yDirection_a2pnw_gg_{dominant-baseline:var(--yDirection_a2pnw)}.___SPolygonDot_a2pnw_gg_,.___SPolygon_a2pnw_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_a2pnw_gg_{opacity:.2}.___SPolygon_a2pnw_gg_.__color_a2pnw_gg_{fill:var(--color_a2pnw)}.___SPolygon_a2pnw_gg_.__pattern_a2pnw_gg_.__color_a2pnw_gg_{fill:var(--pattern_a2pnw);stroke:var(--color_a2pnw);stroke-width:1px}.___SPolygonDot_a2pnw_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_a2pnw_gg_.__transparent_a2pnw_gg_{opacity:.3}.___SPolygonDot_a2pnw_gg_.__color_a2pnw_gg_{fill:var(--color_a2pnw)}.___SPolygonLine_a2pnw_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_a2pnw_gg_.__transparent_a2pnw_gg_{opacity:.3}.___SPolygonLine_a2pnw_gg_.__color_a2pnw_gg_{stroke:var(--color_a2pnw)}.___SPieRect_a2pnw_gg_{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"a2pnw_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_a2pnw_gg_",
|
|
38
|
+
"__SAxisLine": "___SAxisLine_a2pnw_gg_",
|
|
39
|
+
"__SAxisTick": "___SAxisTick_a2pnw_gg_",
|
|
40
|
+
"_active": "__active_a2pnw_gg_",
|
|
41
|
+
"__SAxisLabel": "___SAxisLabel_a2pnw_gg_",
|
|
42
|
+
"_xDirection": "__xDirection_a2pnw_gg_",
|
|
43
|
+
"--xDirection": "--xDirection_a2pnw",
|
|
44
|
+
"_yDirection": "__yDirection_a2pnw_gg_",
|
|
45
|
+
"--yDirection": "--yDirection_a2pnw",
|
|
46
|
+
"__SPolygon": "___SPolygon_a2pnw_gg_",
|
|
47
|
+
"_color": "__color_a2pnw_gg_",
|
|
48
|
+
"--color": "--color_a2pnw",
|
|
49
|
+
"_pattern": "__pattern_a2pnw_gg_",
|
|
50
|
+
"--pattern": "--pattern_a2pnw",
|
|
51
|
+
"__SPolygonDot": "___SPolygonDot_a2pnw_gg_",
|
|
52
|
+
"_transparent": "__transparent_a2pnw_gg_",
|
|
53
|
+
"__SPolygonLine": "___SPolygonLine_a2pnw_gg_",
|
|
54
|
+
"__SPieRect": "___SPieRect_a2pnw_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_108gz_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, #008ff8)}.___SLine_108gz_gg_{stroke:var(--intergalactic-text-large-info, #008ff8)}.___SLine_108gz_gg_.__stroke_108gz_gg_{stroke:var(--stroke_108gz)}.___SLine_108gz_gg_.__transparent_108gz_gg_{opacity:.3}.___SCap_108gz_gg_{transition:r .1s}.___SCap_108gz_gg_.__pattern_108gz_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:1px}.___SCap_108gz_gg_.__transparent_108gz_gg_,.___SIcon_108gz_gg_.__transparent_108gz_gg_,.___SLabel_108gz_gg_.__transparent_108gz_gg_{opacity:.3}.___SLabel_108gz_gg_{fill:var(--color_108gz)}@media (hover:hover){.___SRadian_108gz_gg_:hover .___SLabel_108gz_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_108gz_gg_{transition:none}}", /*__inner_css_end__*/"108gz_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_108gz_gg_",
|
|
36
|
+
"__SLine": "___SLine_108gz_gg_",
|
|
37
|
+
"_stroke": "__stroke_108gz_gg_",
|
|
38
|
+
"--stroke": "--stroke_108gz",
|
|
39
|
+
"_transparent": "__transparent_108gz_gg_",
|
|
40
|
+
"__SCap": "___SCap_108gz_gg_",
|
|
41
|
+
"_pattern": "__pattern_108gz_gg_",
|
|
42
|
+
"__SIcon": "___SIcon_108gz_gg_",
|
|
43
|
+
"__SLabel": "___SLabel_108gz_gg_",
|
|
44
|
+
"--color": "--color_108gz",
|
|
45
|
+
"__SLineCap": "___SLineCap_108gz_gg_"
|
|
46
46
|
});
|
|
47
47
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
|
48
48
|
|