@semcore/d3-chart 16.6.0 → 16.7.0-prerelease.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/cjs/Area.js +11 -11
- package/lib/cjs/Axis.js +15 -15
- 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 +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/Chart/AbstractChart.js +4 -4
- package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/cjs/component/ChartLegend/LegendItem/legend-item.shadow.css +1 -1
- package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/cjs/style/area.shadow.css +3 -3
- package/lib/cjs/style/axis.shadow.css +4 -4
- package/lib/cjs/style/bar.shadow.css +6 -6
- package/lib/cjs/style/bubble.shadow.css +4 -4
- package/lib/cjs/style/donut.shadow.css +3 -3
- package/lib/cjs/style/dot.shadow.css +2 -2
- package/lib/cjs/style/hover.shadow.css +2 -2
- package/lib/cjs/style/line.shadow.css +3 -3
- package/lib/cjs/style/plot.shadow.css +1 -1
- package/lib/cjs/style/plotA11yView.shadow.css +4 -4
- package/lib/cjs/style/radar.shadow.css +8 -8
- package/lib/cjs/style/radial-tree.shadow.css +3 -3
- package/lib/cjs/style/reference.shadow.css +4 -4
- package/lib/cjs/style/scatterplot.shadow.css +2 -2
- package/lib/cjs/style/tooltip.shadow.css +5 -5
- package/lib/cjs/style/venn.shadow.css +3 -3
- package/lib/es6/Area.js +11 -11
- package/lib/es6/Axis.js +15 -15
- 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 +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/Chart/AbstractChart.js +4 -4
- package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/es6/component/ChartLegend/LegendItem/legend-item.shadow.css +1 -1
- package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/es6/style/area.shadow.css +3 -3
- package/lib/es6/style/axis.shadow.css +4 -4
- package/lib/es6/style/bar.shadow.css +6 -6
- package/lib/es6/style/bubble.shadow.css +4 -4
- package/lib/es6/style/donut.shadow.css +3 -3
- package/lib/es6/style/dot.shadow.css +2 -2
- package/lib/es6/style/hover.shadow.css +2 -2
- package/lib/es6/style/line.shadow.css +3 -3
- package/lib/es6/style/plot.shadow.css +1 -1
- package/lib/es6/style/plotA11yView.shadow.css +4 -4
- package/lib/es6/style/radar.shadow.css +8 -8
- package/lib/es6/style/radial-tree.shadow.css +3 -3
- package/lib/es6/style/reference.shadow.css +4 -4
- package/lib/es6/style/scatterplot.shadow.css +2 -2
- package/lib/es6/style/tooltip.shadow.css +5 -5
- package/lib/es6/style/venn.shadow.css +3 -3
- package/lib/esm/Area.mjs +12 -12
- package/lib/esm/Axis.mjs +16 -16
- package/lib/esm/Bar.mjs +17 -17
- package/lib/esm/Bubble.mjs +15 -15
- package/lib/esm/CompactHorizontalBar.mjs +17 -17
- package/lib/esm/Donut.mjs +10 -10
- package/lib/esm/Dots.mjs +9 -9
- package/lib/esm/HorizontalBar.mjs +17 -17
- package/lib/esm/Hover.mjs +4 -4
- package/lib/esm/Line.mjs +10 -10
- package/lib/esm/Plot.mjs +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/Chart/AbstractChart.mjs +5 -5
- package/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +5 -5
- package/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +18 -18
- package/lib/esm/component/ChartLegend/LegendItem/legend-item.shadow.css +1 -1
- package/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +7 -7
- package/lib/esm/style/area.shadow.css +3 -3
- package/lib/esm/style/axis.shadow.css +4 -4
- package/lib/esm/style/bar.shadow.css +6 -6
- package/lib/esm/style/bubble.shadow.css +4 -4
- package/lib/esm/style/donut.shadow.css +3 -3
- package/lib/esm/style/dot.shadow.css +2 -2
- package/lib/esm/style/hover.shadow.css +2 -2
- package/lib/esm/style/line.shadow.css +3 -3
- package/lib/esm/style/plot.shadow.css +1 -1
- package/lib/esm/style/plotA11yView.shadow.css +4 -4
- package/lib/esm/style/radar.shadow.css +8 -8
- package/lib/esm/style/radial-tree.shadow.css +3 -3
- package/lib/esm/style/reference.shadow.css +4 -4
- package/lib/esm/style/scatterplot.shadow.css +2 -2
- package/lib/esm/style/tooltip.shadow.css +5 -5
- package/lib/esm/style/venn.shadow.css +3 -3
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
package/lib/cjs/Area.js
CHANGED
|
@@ -24,19 +24,19 @@ var _Dots = _interopRequireDefault(require("./Dots"));
|
|
|
24
24
|
var _Pattern = require("./Pattern");
|
|
25
25
|
var _utils = require("./utils");
|
|
26
26
|
/*!__reshadow-styles__:"./style/area.shadow.css"*/
|
|
27
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
27
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SArea_1q484_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));fill-opacity:.2}.___SArea_1q484_gg_.__color_1q484_gg_{fill:var(--color_1q484)}.___SArea_1q484_gg_.__pattern_1q484_gg_{fill:var(--pattern_1q484);fill-opacity:.7}.___SArea_1q484_gg_.__transparent_1q484_gg_{opacity:.3}.___SAreaLine_1q484_gg_{stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));stroke-width:3;fill:transparent}.___SAreaLine_1q484_gg_.__color_1q484_gg_{stroke:var(--color_1q484)}.___SAreaLine_1q484_gg_.__transparent_1q484_gg_{opacity:.3}.___SAreaLine_1q484_gg_,.___SArea_1q484_gg_{transition-property:d;transition-duration:var(--duration_1q484);transition-timing-function:ease-in-out}.___SNull_1q484_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215));stroke-dasharray:4}.___SNull_1q484_gg_.__hide_1q484_gg_{display:none}", /*__inner_css_end__*/"1q484_gg_"),
|
|
28
28
|
/*__reshadow_css_end__*/
|
|
29
29
|
{
|
|
30
|
-
"__SArea": "
|
|
31
|
-
"_color": "
|
|
32
|
-
"--color": "--
|
|
33
|
-
"_pattern": "
|
|
34
|
-
"--pattern": "--
|
|
35
|
-
"_transparent": "
|
|
36
|
-
"__SAreaLine": "
|
|
37
|
-
"--duration": "--
|
|
38
|
-
"__SNull": "
|
|
39
|
-
"_hide": "
|
|
30
|
+
"__SArea": "___SArea_1q484_gg_",
|
|
31
|
+
"_color": "__color_1q484_gg_",
|
|
32
|
+
"--color": "--color_1q484",
|
|
33
|
+
"_pattern": "__pattern_1q484_gg_",
|
|
34
|
+
"--pattern": "--pattern_1q484",
|
|
35
|
+
"_transparent": "__transparent_1q484_gg_",
|
|
36
|
+
"__SAreaLine": "___SAreaLine_1q484_gg_",
|
|
37
|
+
"--duration": "--duration_1q484",
|
|
38
|
+
"__SNull": "___SNull_1q484_gg_",
|
|
39
|
+
"_hide": "__hide_1q484_gg_"
|
|
40
40
|
});
|
|
41
41
|
var AreaRoot = /*#__PURE__*/function (_Component) {
|
|
42
42
|
function AreaRoot() {
|
package/lib/cjs/Axis.js
CHANGED
|
@@ -19,23 +19,23 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
19
19
|
var _createElement = _interopRequireDefault(require("./createElement"));
|
|
20
20
|
var _utils = require("./utils");
|
|
21
21
|
/*!__reshadow-styles__:"./style/axis.shadow.css"*/
|
|
22
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
22
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAxis_vyvv7_gg_{stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215))}.___SAxis_vyvv7_gg_.__hide_vyvv7_gg_,.___STick_vyvv7_gg_.__hide_vyvv7_gg_{display:none}.___STick_vyvv7_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583))}@supports (color:color(display-p3 0 0 0%)){.___STick_vyvv7_gg_{fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STick_vyvv7_gg_{fill:var(--intergalactic-chart-grid-text-label, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SGrid_vyvv7_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@supports (color:color(display-p3 0 0 0%)){.___SGrid_vyvv7_gg_{stroke:var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@media (color-gamut:p3){.___SGrid_vyvv7_gg_{stroke:var(--intergalactic-border-secondary, color(display-p3 0.01753 0.08157 0.06372 / 0.07))}}}.___STitle_vyvv7_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, rgba(0, 3, 0, 0.583));transform-origin:var(--transform-origin_vyvv7)}@supports (color:color(display-p3 0 0 0%)){.___STitle_vyvv7_gg_{fill:var(--intergalactic-text-hint, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STitle_vyvv7_gg_{fill:var(--intergalactic-text-hint, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___STitle_vyvv7_gg_._position_top_vyvv7_gg_{text-anchor:middle}.___STitle_vyvv7_gg_._position_bottom_vyvv7_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_vyvv7_gg_._position_left_vyvv7_gg_,.___STitle_vyvv7_gg_._position_right_vyvv7_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_vyvv7_gg_._position_left_vyvv7_gg_.__verticalWritingMode_vyvv7_gg_,.___STitle_vyvv7_gg_._position_right_vyvv7_gg_.__verticalWritingMode_vyvv7_gg_{writing-mode:vertical-rl;transform:none}.___STick_vyvv7_gg_._position_top_vyvv7_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_vyvv7_gg_._position_bottom_vyvv7_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_vyvv7_gg_._position_bottom_vyvv7_gg_ tspan{dominant-baseline:hanging}.___STick_vyvv7_gg_._position_right_vyvv7_gg_{transform:translateX(16px);text-anchor:start;dominant-baseline:middle}.___STick_vyvv7_gg_._position_left_vyvv7_gg_ tspan,.___STick_vyvv7_gg_._position_right_vyvv7_gg_ tspan{dominant-baseline:middle}.___STick_vyvv7_gg_._position_left_vyvv7_gg_.__multiline_vyvv7_gg_,.___STick_vyvv7_gg_._position_left_vyvv7_gg_.__multiline_vyvv7_gg_ tspan,.___STick_vyvv7_gg_._position_right_vyvv7_gg_.__multiline_vyvv7_gg_,.___STick_vyvv7_gg_._position_right_vyvv7_gg_.__multiline_vyvv7_gg_ tspan{dominant-baseline:auto}.___STick_vyvv7_gg_._position_left_vyvv7_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_vyvv7_gg_._position_custom_0_vyvv7_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_vyvv7_gg_._position_custom_0_vyvv7_gg_ tspan{dominant-baseline:hanging}.___STick_vyvv7_gg_._position_custom_1_vyvv7_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_vyvv7_gg_._position_custom_1_vyvv7_gg_ tspan{dominant-baseline:middle}", /*__inner_css_end__*/"vyvv7_gg_"),
|
|
23
23
|
/*__reshadow_css_end__*/
|
|
24
24
|
{
|
|
25
|
-
"__SAxis": "
|
|
26
|
-
"_hide": "
|
|
27
|
-
"__STick": "
|
|
28
|
-
"__SGrid": "
|
|
29
|
-
"__STitle": "
|
|
30
|
-
"--transform-origin": "--transform-
|
|
31
|
-
"_position_top": "
|
|
32
|
-
"_position_bottom": "
|
|
33
|
-
"_position_right": "
|
|
34
|
-
"_position_left": "
|
|
35
|
-
"_verticalWritingMode": "
|
|
36
|
-
"_multiline": "
|
|
37
|
-
"_position_custom_0": "
|
|
38
|
-
"_position_custom_1": "
|
|
25
|
+
"__SAxis": "___SAxis_vyvv7_gg_",
|
|
26
|
+
"_hide": "__hide_vyvv7_gg_",
|
|
27
|
+
"__STick": "___STick_vyvv7_gg_",
|
|
28
|
+
"__SGrid": "___SGrid_vyvv7_gg_",
|
|
29
|
+
"__STitle": "___STitle_vyvv7_gg_",
|
|
30
|
+
"--transform-origin": "--transform-origin_vyvv7",
|
|
31
|
+
"_position_top": "_position_top_vyvv7_gg_",
|
|
32
|
+
"_position_bottom": "_position_bottom_vyvv7_gg_",
|
|
33
|
+
"_position_right": "_position_right_vyvv7_gg_",
|
|
34
|
+
"_position_left": "_position_left_vyvv7_gg_",
|
|
35
|
+
"_verticalWritingMode": "__verticalWritingMode_vyvv7_gg_",
|
|
36
|
+
"_multiline": "__multiline_vyvv7_gg_",
|
|
37
|
+
"_position_custom_0": "_position_custom_0_vyvv7_gg_",
|
|
38
|
+
"_position_custom_1": "_position_custom_1_vyvv7_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
|
@@ -20,24 +20,24 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
20
20
|
var _Pattern = require("./Pattern");
|
|
21
21
|
var _utils = require("./utils");
|
|
22
22
|
/*!__reshadow-styles__:"./style/bar.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__*/".___SBar_ypckh_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:height,width,y;transition-duration:var(--duration_ypckh);transition-timing-function:ease-in-out}.___SBar_ypckh_gg_.__color_ypckh_gg_{fill:var(--color_ypckh)}.___SBar_ypckh_gg_.__pattern_ypckh_gg_.__color_ypckh_gg_{fill:var(--pattern_ypckh);stroke:var(--color_ypckh);stroke-width:1px}.___SBar_ypckh_gg_.__hide_ypckh_gg_{display:none}.___SBar_ypckh_gg_.__transparent_ypckh_gg_{opacity:.3}.___SBackground_ypckh_gg_.__onClick_ypckh_gg_,.___SBar_ypckh_gg_.__onClick_ypckh_gg_{cursor:pointer}.___SBackground_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, rgb(241, 242, 242))}.___SBarAnnotation_ypckh_gg_{display:flex;justify-content:space-between}.___SBarLabel_ypckh_gg_,.___SBarPercent_ypckh_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarLabel_ypckh_gg_{color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));margin-right:auto}.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583));margin-right:var(--intergalactic-spacing-2x, 8px)}@supports (color:color(display-p3 0 0 0%)){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SBarValue_ypckh_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);text-align:right}.___SCompactHorizontalBarHoverRect_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}", /*__inner_css_end__*/"ypckh_gg_"),
|
|
24
24
|
/*__reshadow_css_end__*/
|
|
25
25
|
{
|
|
26
|
-
"__SBar": "
|
|
27
|
-
"--duration": "--
|
|
28
|
-
"_color": "
|
|
29
|
-
"--color": "--
|
|
30
|
-
"_pattern": "
|
|
31
|
-
"--pattern": "--
|
|
32
|
-
"_hide": "
|
|
33
|
-
"_transparent": "
|
|
34
|
-
"_onClick": "
|
|
35
|
-
"__SBackground": "
|
|
36
|
-
"__SBarAnnotation": "
|
|
37
|
-
"__SBarLabel": "
|
|
38
|
-
"__SBarPercent": "
|
|
39
|
-
"__SBarValue": "
|
|
40
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
26
|
+
"__SBar": "___SBar_ypckh_gg_",
|
|
27
|
+
"--duration": "--duration_ypckh",
|
|
28
|
+
"_color": "__color_ypckh_gg_",
|
|
29
|
+
"--color": "--color_ypckh",
|
|
30
|
+
"_pattern": "__pattern_ypckh_gg_",
|
|
31
|
+
"--pattern": "--pattern_ypckh",
|
|
32
|
+
"_hide": "__hide_ypckh_gg_",
|
|
33
|
+
"_transparent": "__transparent_ypckh_gg_",
|
|
34
|
+
"_onClick": "__onClick_ypckh_gg_",
|
|
35
|
+
"__SBackground": "___SBackground_ypckh_gg_",
|
|
36
|
+
"__SBarAnnotation": "___SBarAnnotation_ypckh_gg_",
|
|
37
|
+
"__SBarLabel": "___SBarLabel_ypckh_gg_",
|
|
38
|
+
"__SBarPercent": "___SBarPercent_ypckh_gg_",
|
|
39
|
+
"__SBarValue": "___SBarValue_ypckh_gg_",
|
|
40
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_ypckh_gg_"
|
|
41
41
|
});
|
|
42
42
|
var MIN_HEIGHT = exports.MIN_HEIGHT = 2;
|
|
43
43
|
var calcPartBarY = function calcPartBarY(y, minHeight, height) {
|
package/lib/cjs/Bubble.js
CHANGED
|
@@ -24,22 +24,22 @@ var _Pattern = require("./Pattern");
|
|
|
24
24
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
25
25
|
var _utils = require("./utils");
|
|
26
26
|
/*!__reshadow-styles__:"./style/bubble.shadow.css"*/
|
|
27
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
27
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBubble_1e4ew_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));stroke:var(--intergalactic-chart-grid-border, #fff);stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_1e4ew);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1e4ew_gg_:hover{opacity:.8}}g._visible_false_1e4ew_gg_{display:none}.___SBubble_1e4ew_gg_.__clickable_1e4ew_gg_{cursor:pointer}.___SBubble_1e4ew_gg_.__color_1e4ew_gg_{fill:var(--color_1e4ew)}.___SBubble_1e4ew_gg_.__pattern_1e4ew_gg_.__color_1e4ew_gg_{fill:var(--pattern_1e4ew);stroke:var(--color_1e4ew);stroke-width:1px}.___SBubble_1e4ew_gg_.__transparent_1e4ew_gg_{opacity:.3}.___SCenter_1e4ew_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SCenter_1e4ew_gg_.__color_1e4ew_gg_{stroke:var(--color_1e4ew)}.___SCenter_1e4ew_gg_.__transparent_1e4ew_gg_{opacity:.3}.___SLabel_1e4ew_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SLabel_1e4ew_gg_._position_right_1e4ew_gg_{text-anchor:end}.___SLabel_1e4ew_gg_._position_left_1e4ew_gg_{text-anchor:start}.___SLabel_1e4ew_gg_.__color_1e4ew_gg_{fill:var(--color_1e4ew)}.___SLabel_1e4ew_gg_.__transparent_1e4ew_gg_{opacity:.3}", /*__inner_css_end__*/"1e4ew_gg_"),
|
|
28
28
|
/*__reshadow_css_end__*/
|
|
29
29
|
{
|
|
30
|
-
"_visible_false": "
|
|
31
|
-
"__SBubble": "
|
|
32
|
-
"_clickable": "
|
|
33
|
-
"_color": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"_pattern": "
|
|
36
|
-
"--pattern": "--
|
|
37
|
-
"_transparent": "
|
|
38
|
-
"__SCenter": "
|
|
39
|
-
"__SLabel": "
|
|
40
|
-
"_position_right": "
|
|
41
|
-
"_position_left": "
|
|
42
|
-
"--duration": "--
|
|
30
|
+
"_visible_false": "_visible_false_1e4ew_gg_",
|
|
31
|
+
"__SBubble": "___SBubble_1e4ew_gg_",
|
|
32
|
+
"_clickable": "__clickable_1e4ew_gg_",
|
|
33
|
+
"_color": "__color_1e4ew_gg_",
|
|
34
|
+
"--color": "--color_1e4ew",
|
|
35
|
+
"_pattern": "__pattern_1e4ew_gg_",
|
|
36
|
+
"--pattern": "--pattern_1e4ew",
|
|
37
|
+
"_transparent": "__transparent_1e4ew_gg_",
|
|
38
|
+
"__SCenter": "___SCenter_1e4ew_gg_",
|
|
39
|
+
"__SLabel": "___SLabel_1e4ew_gg_",
|
|
40
|
+
"_position_right": "_position_right_1e4ew_gg_",
|
|
41
|
+
"_position_left": "_position_left_1e4ew_gg_",
|
|
42
|
+
"--duration": "--duration_1e4ew"
|
|
43
43
|
});
|
|
44
44
|
var BubbleRoot = /*#__PURE__*/function (_Component) {
|
|
45
45
|
function BubbleRoot() {
|
|
@@ -26,24 +26,24 @@ var _Pattern = require("./Pattern");
|
|
|
26
26
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
27
27
|
var _utils = require("./utils");
|
|
28
28
|
/*!__reshadow-styles__:"./style/bar.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__*/".___SBar_ypckh_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:height,width,y;transition-duration:var(--duration_ypckh);transition-timing-function:ease-in-out}.___SBar_ypckh_gg_.__color_ypckh_gg_{fill:var(--color_ypckh)}.___SBar_ypckh_gg_.__pattern_ypckh_gg_.__color_ypckh_gg_{fill:var(--pattern_ypckh);stroke:var(--color_ypckh);stroke-width:1px}.___SBar_ypckh_gg_.__hide_ypckh_gg_{display:none}.___SBar_ypckh_gg_.__transparent_ypckh_gg_{opacity:.3}.___SBackground_ypckh_gg_.__onClick_ypckh_gg_,.___SBar_ypckh_gg_.__onClick_ypckh_gg_{cursor:pointer}.___SBackground_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, rgb(241, 242, 242))}.___SBarAnnotation_ypckh_gg_{display:flex;justify-content:space-between}.___SBarLabel_ypckh_gg_,.___SBarPercent_ypckh_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarLabel_ypckh_gg_{color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));margin-right:auto}.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583));margin-right:var(--intergalactic-spacing-2x, 8px)}@supports (color:color(display-p3 0 0 0%)){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SBarValue_ypckh_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);text-align:right}.___SCompactHorizontalBarHoverRect_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}", /*__inner_css_end__*/"ypckh_gg_"),
|
|
30
30
|
/*__reshadow_css_end__*/
|
|
31
31
|
{
|
|
32
|
-
"__SBar": "
|
|
33
|
-
"--duration": "--
|
|
34
|
-
"_color": "
|
|
35
|
-
"--color": "--
|
|
36
|
-
"_pattern": "
|
|
37
|
-
"--pattern": "--
|
|
38
|
-
"_hide": "
|
|
39
|
-
"_transparent": "
|
|
40
|
-
"_onClick": "
|
|
41
|
-
"__SBackground": "
|
|
42
|
-
"__SBarAnnotation": "
|
|
43
|
-
"__SBarLabel": "
|
|
44
|
-
"__SBarPercent": "
|
|
45
|
-
"__SBarValue": "
|
|
46
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
32
|
+
"__SBar": "___SBar_ypckh_gg_",
|
|
33
|
+
"--duration": "--duration_ypckh",
|
|
34
|
+
"_color": "__color_ypckh_gg_",
|
|
35
|
+
"--color": "--color_ypckh",
|
|
36
|
+
"_pattern": "__pattern_ypckh_gg_",
|
|
37
|
+
"--pattern": "--pattern_ypckh",
|
|
38
|
+
"_hide": "__hide_ypckh_gg_",
|
|
39
|
+
"_transparent": "__transparent_ypckh_gg_",
|
|
40
|
+
"_onClick": "__onClick_ypckh_gg_",
|
|
41
|
+
"__SBackground": "___SBackground_ypckh_gg_",
|
|
42
|
+
"__SBarAnnotation": "___SBarAnnotation_ypckh_gg_",
|
|
43
|
+
"__SBarLabel": "___SBarLabel_ypckh_gg_",
|
|
44
|
+
"__SBarPercent": "___SBarPercent_ypckh_gg_",
|
|
45
|
+
"__SBarValue": "___SBarValue_ypckh_gg_",
|
|
46
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_ypckh_gg_"
|
|
47
47
|
});
|
|
48
48
|
var MIN_WIDTH = exports.MIN_WIDTH = 4;
|
|
49
49
|
var barHeight = 20;
|
package/lib/cjs/Donut.js
CHANGED
|
@@ -28,17 +28,17 @@ var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
|
28
28
|
var _utils = require("./utils");
|
|
29
29
|
var _excluded = ["Element", "styles", "d3Arc", "data", "color", "$animationActivePie", "active", "d3ArcOut", "name", "dataKey", "dataHintsHandler", "transparent", "innerRadius", "outerRadius", "resolveColor", "halfsize", "uid", "patterns", "onClick", "onClickPieRoot"];
|
|
30
30
|
/*!__reshadow-styles__:"./style/donut.shadow.css"*/
|
|
31
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
31
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SPie_1q03a_gg_{stroke:var(--intergalactic-chart-grid-border, #fff);fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SPie_1q03a_gg_.__color_1q03a_gg_{fill:var(--color_1q03a)}.___SPie_1q03a_gg_.__pattern_1q03a_gg_.__color_1q03a_gg_{fill:var(--pattern_1q03a);stroke:var(--color_1q03a);stroke-width:1px}.___SPie_1q03a_gg_.__transparent_1q03a_gg_{opacity:.3}.___SEmptyData_1q03a_gg_{fill:var(--intergalactic-chart-palette-order-null, rgb(221, 222, 222))}.___SEmptyData_1q03a_gg_.__color_1q03a_gg_{fill:var(--color_1q03a)}.___SLabel_1q03a_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}", /*__inner_css_end__*/"1q03a_gg_"),
|
|
32
32
|
/*__reshadow_css_end__*/
|
|
33
33
|
{
|
|
34
|
-
"__SPie": "
|
|
35
|
-
"_color": "
|
|
36
|
-
"--color": "--
|
|
37
|
-
"_pattern": "
|
|
38
|
-
"--pattern": "--
|
|
39
|
-
"_transparent": "
|
|
40
|
-
"__SEmptyData": "
|
|
41
|
-
"__SLabel": "
|
|
34
|
+
"__SPie": "___SPie_1q03a_gg_",
|
|
35
|
+
"_color": "__color_1q03a_gg_",
|
|
36
|
+
"--color": "--color_1q03a",
|
|
37
|
+
"_pattern": "__pattern_1q03a_gg_",
|
|
38
|
+
"--pattern": "--pattern_1q03a",
|
|
39
|
+
"_transparent": "__transparent_1q03a_gg_",
|
|
40
|
+
"__SEmptyData": "___SEmptyData_1q03a_gg_",
|
|
41
|
+
"__SLabel": "___SLabel_1q03a_gg_"
|
|
42
42
|
});
|
|
43
43
|
var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
|
|
44
44
|
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_1k634_gg_ .___SDot_1k634_gg_{transition-duration:var(--duration_1k634)}.___SDot_1k634_gg_{stroke-width:1px;stroke:var(--intergalactic-chart-grid-border, #fff);fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:cx,cy,x,y;transition-timing-function:ease-in-out}.___SDot_1k634_gg_.__hide_1k634_gg_{display:none}.___SDot_1k634_gg_.__color_1k634_gg_{fill:var(--color_1k634)}.___SDot_1k634_gg_.__transparent_1k634_gg_{opacity:.3}", /*__inner_css_end__*/"1k634_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_1k634_gg_",
|
|
21
|
+
"_hide": "__hide_1k634_gg_",
|
|
22
|
+
"_color": "__color_1k634_gg_",
|
|
23
|
+
"--color": "--color_1k634",
|
|
24
|
+
"_transparent": "__transparent_1k634_gg_",
|
|
25
|
+
"__SDots": "___SDots_1k634_gg_",
|
|
26
|
+
"--duration": "--duration_1k634"
|
|
27
27
|
});
|
|
28
28
|
function Dots(props) {
|
|
29
29
|
var _ref3;
|
package/lib/cjs/HorizontalBar.js
CHANGED
|
@@ -19,24 +19,24 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
19
19
|
var _Pattern = require("./Pattern");
|
|
20
20
|
var _utils = require("./utils");
|
|
21
21
|
/*!__reshadow-styles__:"./style/bar.shadow.css"*/
|
|
22
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
22
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SBar_ypckh_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:height,width,y;transition-duration:var(--duration_ypckh);transition-timing-function:ease-in-out}.___SBar_ypckh_gg_.__color_ypckh_gg_{fill:var(--color_ypckh)}.___SBar_ypckh_gg_.__pattern_ypckh_gg_.__color_ypckh_gg_{fill:var(--pattern_ypckh);stroke:var(--color_ypckh);stroke-width:1px}.___SBar_ypckh_gg_.__hide_ypckh_gg_{display:none}.___SBar_ypckh_gg_.__transparent_ypckh_gg_{opacity:.3}.___SBackground_ypckh_gg_.__onClick_ypckh_gg_,.___SBar_ypckh_gg_.__onClick_ypckh_gg_{cursor:pointer}.___SBackground_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, rgb(241, 242, 242))}.___SBarAnnotation_ypckh_gg_{display:flex;justify-content:space-between}.___SBarLabel_ypckh_gg_,.___SBarPercent_ypckh_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarLabel_ypckh_gg_{color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));margin-right:auto}.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583));margin-right:var(--intergalactic-spacing-2x, 8px)}@supports (color:color(display-p3 0 0 0%)){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SBarPercent_ypckh_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SBarValue_ypckh_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);text-align:right}.___SCompactHorizontalBarHoverRect_ypckh_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}", /*__inner_css_end__*/"ypckh_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_ypckh_gg_",
|
|
26
|
+
"--duration": "--duration_ypckh",
|
|
27
|
+
"_color": "__color_ypckh_gg_",
|
|
28
|
+
"--color": "--color_ypckh",
|
|
29
|
+
"_pattern": "__pattern_ypckh_gg_",
|
|
30
|
+
"--pattern": "--pattern_ypckh",
|
|
31
|
+
"_hide": "__hide_ypckh_gg_",
|
|
32
|
+
"_transparent": "__transparent_ypckh_gg_",
|
|
33
|
+
"_onClick": "__onClick_ypckh_gg_",
|
|
34
|
+
"__SBackground": "___SBackground_ypckh_gg_",
|
|
35
|
+
"__SBarAnnotation": "___SBarAnnotation_ypckh_gg_",
|
|
36
|
+
"__SBarLabel": "___SBarLabel_ypckh_gg_",
|
|
37
|
+
"__SBarPercent": "___SBarPercent_ypckh_gg_",
|
|
38
|
+
"__SBarValue": "___SBarValue_ypckh_gg_",
|
|
39
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_ypckh_gg_"
|
|
40
40
|
});
|
|
41
41
|
var MIN_WIDTH = exports.MIN_WIDTH = 2;
|
|
42
42
|
var calcPartBarX = function calcPartBarX(x, minWidth, width) {
|
package/lib/cjs/Hover.js
CHANGED
|
@@ -21,11 +21,11 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
|
21
21
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
22
22
|
var _utils = require("./utils");
|
|
23
23
|
/*!__reshadow-styles__:"./style/hover.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__*/".___SHoverLine_1m0wx_gg_,.___SHoverLine_1m0wx_gg_:focus-visible{outline:0;stroke:var(--intergalactic-chart-grid-x-axis, rgb(214, 216, 215))}.___SHoverRect_1m0wx_gg_,.___SHoverRect_1m0wx_gg_:focus-visible{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}", /*__inner_css_end__*/"1m0wx_gg_"),
|
|
25
25
|
/*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SHoverLine": "
|
|
28
|
-
"__SHoverRect": "
|
|
27
|
+
"__SHoverLine": "___SHoverLine_1m0wx_gg_",
|
|
28
|
+
"__SHoverRect": "___SHoverRect_1m0wx_gg_"
|
|
29
29
|
});
|
|
30
30
|
var Hover = /*#__PURE__*/function (_Component) {
|
|
31
31
|
function Hover() {
|
package/lib/cjs/Line.js
CHANGED
|
@@ -23,17 +23,17 @@ var _Dots = _interopRequireDefault(require("./Dots"));
|
|
|
23
23
|
var _Pattern = require("./Pattern");
|
|
24
24
|
var _utils = require("./utils");
|
|
25
25
|
/*!__reshadow-styles__:"./style/line.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__*/".___SLine_hc4yd_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:d;transition-duration:var(--duration_hc4yd);transition-timing-function:ease-in-out}.___SLine_hc4yd_gg_.__color_hc4yd_gg_{stroke:var(--color_hc4yd)}.___SLine_hc4yd_gg_.__hide_hc4yd_gg_{display:none}.___SLine_hc4yd_gg_.__transparent_hc4yd_gg_{opacity:.3}.___SNull_hc4yd_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, rgba(0, 12, 8, 0.161));stroke-dasharray:4}@supports (color:color(display-p3 0 0 0%)){.___SNull_hc4yd_gg_{stroke:var(--intergalactic-border-primary, rgba(0, 12, 8, 0.161))}@media (color-gamut:p3){.___SNull_hc4yd_gg_{stroke:var(--intergalactic-border-primary, color(display-p3 0.00798 0.04498 0.03219 / 0.161))}}}.___SNull_hc4yd_gg_.__hide_hc4yd_gg_{display:none}.___SLineArea_hc4yd_gg_{transition-property:d;transition-duration:var(--duration_hc4yd);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SLineArea_hc4yd_gg_.__color_hc4yd_gg_{fill:var(--color_hc4yd)}", /*__inner_css_end__*/"hc4yd_gg_"),
|
|
27
27
|
/*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"__SLine": "
|
|
30
|
-
"--duration": "--
|
|
31
|
-
"_color": "
|
|
32
|
-
"--color": "--
|
|
33
|
-
"_hide": "
|
|
34
|
-
"_transparent": "
|
|
35
|
-
"__SNull": "
|
|
36
|
-
"__SLineArea": "
|
|
29
|
+
"__SLine": "___SLine_hc4yd_gg_",
|
|
30
|
+
"--duration": "--duration_hc4yd",
|
|
31
|
+
"_color": "__color_hc4yd_gg_",
|
|
32
|
+
"--color": "--color_hc4yd",
|
|
33
|
+
"_hide": "__hide_hc4yd_gg_",
|
|
34
|
+
"_transparent": "__transparent_hc4yd_gg_",
|
|
35
|
+
"__SNull": "___SNull_hc4yd_gg_",
|
|
36
|
+
"__SLineArea": "___SLineArea_hc4yd_gg_"
|
|
37
37
|
});
|
|
38
38
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
|
39
39
|
function LineRoot() {
|
package/lib/cjs/Plot.js
CHANGED
|
@@ -24,11 +24,11 @@ var _PlotA11yModule = require("./a11y/PlotA11yModule");
|
|
|
24
24
|
var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynamic-locales");
|
|
25
25
|
var _utils = require("./utils");
|
|
26
26
|
/*!__reshadow-styles__:"./style/plot.shadow.css"*/
|
|
27
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
27
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SPlot_1myhv_gg_{overflow:hidden}.___SPlot_1myhv_gg_:focus{outline:0}.___SPlot_1myhv_gg_:active{outline:0;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_1myhv_gg_.__keyboardFocused_1myhv_gg_{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, calc(6px + 2px))}", /*__inner_css_end__*/"1myhv_gg_"),
|
|
28
28
|
/*__reshadow_css_end__*/
|
|
29
29
|
{
|
|
30
|
-
"__SPlot": "
|
|
31
|
-
"_keyboardFocused": "
|
|
30
|
+
"__SPlot": "___SPlot_1myhv_gg_",
|
|
31
|
+
"_keyboardFocused": "__keyboardFocused_1myhv_gg_"
|
|
32
32
|
});
|
|
33
33
|
var PlotRoot = /*#__PURE__*/function (_Component) {
|
|
34
34
|
function PlotRoot(props) {
|
package/lib/cjs/Radar.js
CHANGED
|
@@ -28,27 +28,27 @@ var _Pattern = require("./Pattern");
|
|
|
28
28
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
29
29
|
var _utils = require("./utils");
|
|
30
30
|
/*!__reshadow-styles__:"./style/radar.shadow.css"*/
|
|
31
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
31
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAxisLine_w2sou_gg_,.___SAxisTick_w2sou_gg_,.___SAxis_w2sou_gg_{stroke:var(--intergalactic-chart-grid-line, rgb(237, 239, 238));stroke-width:1;fill:transparent}.___SAxisLine_w2sou_gg_,.___SAxisTick_w2sou_gg_{stroke-dasharray:2}.___SAxisLine_w2sou_gg_.__active_w2sou_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, rgb(214, 216, 215))}.___SAxisLabel_w2sou_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_w2sou_gg_.__xDirection_w2sou_gg_{text-anchor:var(--xDirection_w2sou)}.___SAxisLabel_w2sou_gg_.__yDirection_w2sou_gg_{dominant-baseline:var(--yDirection_w2sou)}.___SPolygonDot_w2sou_gg_,.___SPolygon_w2sou_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219))}.___SPolygon_w2sou_gg_{opacity:.2}.___SPolygon_w2sou_gg_.__color_w2sou_gg_{fill:var(--color_w2sou)}.___SPolygon_w2sou_gg_.__pattern_w2sou_gg_.__color_w2sou_gg_{fill:var(--pattern_w2sou);stroke:var(--color_w2sou);stroke-width:1px}.___SPolygonDot_w2sou_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #fff);r:6px}.___SPolygonDot_w2sou_gg_.__transparent_w2sou_gg_{opacity:.3}.___SPolygonDot_w2sou_gg_.__color_w2sou_gg_{fill:var(--color_w2sou)}.___SPolygonLine_w2sou_gg_{stroke:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));stroke-width:3;fill:transparent}.___SPolygonLine_w2sou_gg_.__transparent_w2sou_gg_{opacity:.3}.___SPolygonLine_w2sou_gg_.__color_w2sou_gg_{stroke:var(--color_w2sou)}.___SPieRect_w2sou_gg_{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(0, 22, 16, 0.028))}", /*__inner_css_end__*/"w2sou_gg_"),
|
|
32
32
|
/*__reshadow_css_end__*/
|
|
33
33
|
{
|
|
34
|
-
"__SAxis": "
|
|
35
|
-
"__SAxisLine": "
|
|
36
|
-
"__SAxisTick": "
|
|
37
|
-
"_active": "
|
|
38
|
-
"__SAxisLabel": "
|
|
39
|
-
"_xDirection": "
|
|
40
|
-
"--xDirection": "--
|
|
41
|
-
"_yDirection": "
|
|
42
|
-
"--yDirection": "--
|
|
43
|
-
"__SPolygon": "
|
|
44
|
-
"_color": "
|
|
45
|
-
"--color": "--
|
|
46
|
-
"_pattern": "
|
|
47
|
-
"--pattern": "--
|
|
48
|
-
"__SPolygonDot": "
|
|
49
|
-
"_transparent": "
|
|
50
|
-
"__SPolygonLine": "
|
|
51
|
-
"__SPieRect": "
|
|
34
|
+
"__SAxis": "___SAxis_w2sou_gg_",
|
|
35
|
+
"__SAxisLine": "___SAxisLine_w2sou_gg_",
|
|
36
|
+
"__SAxisTick": "___SAxisTick_w2sou_gg_",
|
|
37
|
+
"_active": "__active_w2sou_gg_",
|
|
38
|
+
"__SAxisLabel": "___SAxisLabel_w2sou_gg_",
|
|
39
|
+
"_xDirection": "__xDirection_w2sou_gg_",
|
|
40
|
+
"--xDirection": "--xDirection_w2sou",
|
|
41
|
+
"_yDirection": "__yDirection_w2sou_gg_",
|
|
42
|
+
"--yDirection": "--yDirection_w2sou",
|
|
43
|
+
"__SPolygon": "___SPolygon_w2sou_gg_",
|
|
44
|
+
"_color": "__color_w2sou_gg_",
|
|
45
|
+
"--color": "--color_w2sou",
|
|
46
|
+
"_pattern": "__pattern_w2sou_gg_",
|
|
47
|
+
"--pattern": "--pattern_w2sou",
|
|
48
|
+
"__SPolygonDot": "___SPolygonDot_w2sou_gg_",
|
|
49
|
+
"_transparent": "__transparent_w2sou_gg_",
|
|
50
|
+
"__SPolygonLine": "___SPolygonLine_w2sou_gg_",
|
|
51
|
+
"__SPieRect": "___SPieRect_w2sou_gg_"
|
|
52
52
|
});
|
|
53
53
|
var clampAngle = function clampAngle(angle) {
|
|
54
54
|
angle = angle % (2 * Math.PI);
|
package/lib/cjs/RadialTree.js
CHANGED
|
@@ -26,20 +26,20 @@ var _Pattern = require("./Pattern");
|
|
|
26
26
|
var _utils = require("./utils");
|
|
27
27
|
var _excluded = ["data"];
|
|
28
28
|
/*!__reshadow-styles__:"./style/radial-tree.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__*/".___SRadian_5ss1o_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, rgb(92, 92, 196))}.___SLine_5ss1o_gg_{stroke:var(--intergalactic-text-large-info, rgb(92, 92, 196))}.___SLine_5ss1o_gg_.__stroke_5ss1o_gg_{stroke:var(--stroke_5ss1o)}.___SLine_5ss1o_gg_.__transparent_5ss1o_gg_{opacity:.3}.___SCap_5ss1o_gg_{transition:r .1s}.___SCap_5ss1o_gg_.__pattern_5ss1o_gg_{stroke:var(--intergalactic-chart-grid-border, #fff);stroke-width:1px}.___SCap_5ss1o_gg_.__transparent_5ss1o_gg_,.___SIcon_5ss1o_gg_.__transparent_5ss1o_gg_,.___SLabel_5ss1o_gg_.__transparent_5ss1o_gg_{opacity:.3}.___SLabel_5ss1o_gg_{fill:var(--color_5ss1o)}@media (hover:hover){.___SRadian_5ss1o_gg_:hover .___SLabel_5ss1o_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_5ss1o_gg_{transition:none}}", /*__inner_css_end__*/"5ss1o_gg_"),
|
|
30
30
|
/*__reshadow_css_end__*/
|
|
31
31
|
{
|
|
32
|
-
"__SRadian": "
|
|
33
|
-
"__SLine": "
|
|
34
|
-
"_stroke": "
|
|
35
|
-
"--stroke": "--
|
|
36
|
-
"_transparent": "
|
|
37
|
-
"__SCap": "
|
|
38
|
-
"_pattern": "
|
|
39
|
-
"__SIcon": "
|
|
40
|
-
"__SLabel": "
|
|
41
|
-
"--color": "--
|
|
42
|
-
"__SLineCap": "
|
|
32
|
+
"__SRadian": "___SRadian_5ss1o_gg_",
|
|
33
|
+
"__SLine": "___SLine_5ss1o_gg_",
|
|
34
|
+
"_stroke": "__stroke_5ss1o_gg_",
|
|
35
|
+
"--stroke": "--stroke_5ss1o",
|
|
36
|
+
"_transparent": "__transparent_5ss1o_gg_",
|
|
37
|
+
"__SCap": "___SCap_5ss1o_gg_",
|
|
38
|
+
"_pattern": "__pattern_5ss1o_gg_",
|
|
39
|
+
"__SIcon": "___SIcon_5ss1o_gg_",
|
|
40
|
+
"__SLabel": "___SLabel_5ss1o_gg_",
|
|
41
|
+
"--color": "--color_5ss1o",
|
|
42
|
+
"__SLineCap": "___SLineCap_5ss1o_gg_"
|
|
43
43
|
});
|
|
44
44
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
|
45
45
|
|
package/lib/cjs/Reference.js
CHANGED
|
@@ -18,20 +18,20 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
18
18
|
var _createElement = _interopRequireDefault(require("./createElement"));
|
|
19
19
|
var _utils = require("./utils");
|
|
20
20
|
/*!__reshadow-styles__:"./style/reference.shadow.css"*/
|
|
21
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
21
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SReferenceLine_1bbcz_gg_{fill:none;stroke:var(--intergalactic-chart-grid-y-accent-hover-line, rgb(214, 216, 215))}.___STitle_1bbcz_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583));transform-origin:var(--transform-origin_1bbcz)}@supports (color:color(display-p3 0 0 0%)){.___STitle_1bbcz_gg_{fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STitle_1bbcz_gg_{fill:var(--intergalactic-chart-grid-text-label, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___STitle_1bbcz_gg_._position_top_1bbcz_gg_{text-anchor:middle}.___STitle_1bbcz_gg_._position_bottom_1bbcz_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_1bbcz_gg_._position_left_1bbcz_gg_,.___STitle_1bbcz_gg_._position_right_1bbcz_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___SBackground_1bbcz_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgb(241, 242, 242))}.___SStripes_1bbcz_gg_{fill:var(--fill_1bbcz)}.___SStripesPatternPath_1bbcz_gg_{stroke:var(--intergalactic-chart-grid-period-pattern, rgb(237, 239, 238));stroke-width:1px}", /*__inner_css_end__*/"1bbcz_gg_"),
|
|
22
22
|
/*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SReferenceLine": "
|
|
25
|
-
"__STitle": "
|
|
26
|
-
"--transform-origin": "--transform-
|
|
27
|
-
"_position_top": "
|
|
28
|
-
"_position_bottom": "
|
|
29
|
-
"_position_right": "
|
|
30
|
-
"_position_left": "
|
|
31
|
-
"__SBackground": "
|
|
32
|
-
"__SStripes": "
|
|
33
|
-
"--fill": "--
|
|
34
|
-
"__SStripesPatternPath": "
|
|
24
|
+
"__SReferenceLine": "___SReferenceLine_1bbcz_gg_",
|
|
25
|
+
"__STitle": "___STitle_1bbcz_gg_",
|
|
26
|
+
"--transform-origin": "--transform-origin_1bbcz",
|
|
27
|
+
"_position_top": "_position_top_1bbcz_gg_",
|
|
28
|
+
"_position_bottom": "_position_bottom_1bbcz_gg_",
|
|
29
|
+
"_position_right": "_position_right_1bbcz_gg_",
|
|
30
|
+
"_position_left": "_position_left_1bbcz_gg_",
|
|
31
|
+
"__SBackground": "___SBackground_1bbcz_gg_",
|
|
32
|
+
"__SStripes": "___SStripes_1bbcz_gg_",
|
|
33
|
+
"--fill": "--fill_1bbcz",
|
|
34
|
+
"__SStripesPatternPath": "___SStripesPatternPath_1bbcz_gg_"
|
|
35
35
|
});
|
|
36
36
|
var side2direction = {
|
|
37
37
|
left: 'vertical',
|
package/lib/cjs/ScatterPlot.js
CHANGED
|
@@ -22,17 +22,17 @@ var _Pattern = require("./Pattern");
|
|
|
22
22
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
23
23
|
var _utils = require("./utils");
|
|
24
24
|
/*!__reshadow-styles__:"./style/scatterplot.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__*/".___SScatterPlot_196ro_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:cx,cy;transition-duration:var(--duration_196ro);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_196ro_gg_:hover{opacity:.8}}.___SScatterPlot_196ro_gg_.__color_196ro_gg_{fill:var(--color_196ro)}.___SScatterPlot_196ro_gg_.__pattern_196ro_gg_.__color_196ro_gg_{fill:var(--pattern_196ro);stroke:var(--color_196ro);stroke-width:1px}.___SScatterPlot_196ro_gg_.__transparent_196ro_gg_{opacity:.3}.___SValue_196ro_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, rgb(92, 92, 196))}.___SValue_196ro_gg_.__color_196ro_gg_{stroke:var(--color_196ro)}.___SValue_196ro_gg_.__transparent_196ro_gg_{opacity:.3}", /*__inner_css_end__*/"196ro_gg_"),
|
|
26
26
|
/*__reshadow_css_end__*/
|
|
27
27
|
{
|
|
28
|
-
"__SScatterPlot": "
|
|
29
|
-
"_color": "
|
|
30
|
-
"--color": "--
|
|
31
|
-
"_pattern": "
|
|
32
|
-
"--pattern": "--
|
|
33
|
-
"_transparent": "
|
|
34
|
-
"__SValue": "
|
|
35
|
-
"--duration": "--
|
|
28
|
+
"__SScatterPlot": "___SScatterPlot_196ro_gg_",
|
|
29
|
+
"_color": "__color_196ro_gg_",
|
|
30
|
+
"--color": "--color_196ro",
|
|
31
|
+
"_pattern": "__pattern_196ro_gg_",
|
|
32
|
+
"--pattern": "--pattern_196ro",
|
|
33
|
+
"_transparent": "__transparent_196ro_gg_",
|
|
34
|
+
"__SValue": "___SValue_196ro_gg_",
|
|
35
|
+
"--duration": "--duration_196ro"
|
|
36
36
|
});
|
|
37
37
|
var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
|
|
38
38
|
function ScatterPlotRoot() {
|