@semcore/illustration 1.1.5 → 1.3.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/AreaChart/index.js +11 -11
- package/AreaChart/index.mjs +11 -11
- package/CHANGELOG.md +12 -24
- package/ChoroplethMapChart/index.js +13 -13
- package/ChoroplethMapChart/index.mjs +13 -13
- package/Coffee/index.js +15 -15
- package/Coffee/index.mjs +15 -15
- package/Collection/index.js +10 -10
- package/Collection/index.mjs +10 -10
- package/CombinedChart/index.js +17 -37
- package/CombinedChart/index.mjs +17 -37
- package/Congrats/index.js +18 -18
- package/Congrats/index.mjs +18 -18
- package/DonutChart/index.js +16 -16
- package/DonutChart/index.mjs +16 -16
- package/Duplicates/index.js +19 -23
- package/Duplicates/index.mjs +19 -23
- package/FunnelChart/index.js +18 -31
- package/FunnelChart/index.mjs +18 -31
- package/Good/index.js +26 -30
- package/Good/index.mjs +26 -30
- package/HeatMapChart/index.js +17 -49
- package/HeatMapChart/index.mjs +17 -49
- package/HorizontalBarChart/index.js +15 -32
- package/HorizontalBarChart/index.mjs +15 -32
- package/KagiChart/index.js +9 -9
- package/KagiChart/index.mjs +9 -9
- package/LICENSE +21 -0
- package/LineChart/index.js +10 -10
- package/LineChart/index.mjs +10 -10
- package/LollipopChart/index.js +12 -12
- package/LollipopChart/index.mjs +12 -12
- package/Nexttime/index.js +14 -14
- package/Nexttime/index.mjs +14 -14
- package/NothingFound/index.js +19 -35
- package/NothingFound/index.mjs +19 -35
- package/OtherData/index.js +22 -22
- package/OtherData/index.mjs +22 -22
- package/PieChart/index.js +14 -14
- package/PieChart/index.mjs +14 -14
- package/Processing/index.js +16 -16
- package/Processing/index.mjs +16 -16
- package/RadarChart/index.js +14 -27
- package/RadarChart/index.mjs +14 -27
- package/RadialTreeChart/index.js +20 -20
- package/RadialTreeChart/index.mjs +20 -20
- package/SankeyChart/index.js +15 -15
- package/SankeyChart/index.mjs +15 -15
- package/ScatterPlotChart/index.js +16 -33
- package/ScatterPlotChart/index.mjs +16 -33
- package/StackedAreaChart/index.js +15 -15
- package/StackedAreaChart/index.mjs +15 -15
- package/Suggestion/index.js +15 -15
- package/Suggestion/index.mjs +15 -15
- package/Suggestions/index.js +16 -16
- package/Suggestions/index.mjs +16 -16
- package/Table/index.js +11 -15
- package/Table/index.mjs +11 -15
- package/TagCloud/index.js +16 -56
- package/TagCloud/index.mjs +16 -56
- package/TextLinksEtc/index.js +12 -16
- package/TextLinksEtc/index.mjs +12 -16
- package/UnderConstruction/index.js +30 -30
- package/UnderConstruction/index.mjs +30 -30
- package/VennChart/index.js +16 -33
- package/VennChart/index.mjs +16 -33
- package/VerticalBarChart/index.js +12 -12
- package/VerticalBarChart/index.mjs +12 -12
- package/Waiting/index.js +12 -12
- package/Waiting/index.mjs +12 -12
- package/Warning/index.js +14 -18
- package/Warning/index.mjs +14 -18
- package/lib/cjs/index.js +1 -1
- package/lib/es6/index.js +1 -1
- package/package.json +10 -10
- package/svg/AreaChart.svg +1 -13
- package/svg/ChoroplethMapChart.svg +1 -15
- package/svg/Coffee.svg +1 -10
- package/svg/Collection.svg +1 -12
- package/svg/CombinedChart.svg +1 -23
- package/svg/Congrats.svg +1 -27
- package/svg/DonutChart.svg +1 -18
- package/svg/Duplicates.svg +1 -16
- package/svg/FunnelChart.svg +1 -18
- package/svg/Good.svg +1 -20
- package/svg/HeatMapChart.svg +1 -27
- package/svg/HorizontalBarChart.svg +1 -19
- package/svg/KagiChart.svg +1 -11
- package/svg/LineChart.svg +1 -12
- package/svg/LollipopChart.svg +1 -14
- package/svg/Nexttime.svg +1 -16
- package/svg/NothingFound.svg +1 -21
- package/svg/OtherData.svg +1 -16
- package/svg/PieChart.svg +1 -16
- package/svg/Processing.svg +1 -13
- package/svg/RadarChart.svg +1 -18
- package/svg/RadialTreeChart.svg +1 -19
- package/svg/SankeyChart.svg +1 -17
- package/svg/ScatterPlotChart.svg +1 -20
- package/svg/StackedAreaChart.svg +1 -17
- package/svg/Suggestion.svg +1 -13
- package/svg/Suggestions.svg +1 -13
- package/svg/Table.svg +1 -11
- package/svg/TagCloud.svg +1 -26
- package/svg/TextLinksEtc.svg +1 -12
- package/svg/UnderConstruction.svg +1 -21
- package/svg/VennChart.svg +1 -20
- package/svg/VerticalBarChart.svg +1 -14
- package/svg/Waiting.svg +1 -14
- package/svg/Warning.svg +1 -13
|
@@ -6,9 +6,9 @@ import { Box } from '@semcore/flex-box';
|
|
|
6
6
|
|
|
7
7
|
function RadialTreeChart({
|
|
8
8
|
fill = 'none',
|
|
9
|
-
width = '
|
|
10
|
-
height = '
|
|
11
|
-
viewBox = '0 0
|
|
9
|
+
width = '80',
|
|
10
|
+
height = '80',
|
|
11
|
+
viewBox = '0 0 80 80',
|
|
12
12
|
...props
|
|
13
13
|
}, ref) {
|
|
14
14
|
return /*#__PURE__*/React.createElement(Box, _extends({
|
|
@@ -19,11 +19,11 @@ function RadialTreeChart({
|
|
|
19
19
|
fill: fill,
|
|
20
20
|
tag: "svg"
|
|
21
21
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
|
-
d: "
|
|
22
|
+
d: "M53.12 11.425H28.052a1.01 1.01 0 0 0-.992 1.008v6.416H1.992A1.01 1.01 0 0 0 1 19.858v15.399c0 21.816 17.043 39.965 38.504 40.24C61.326 75.772 79 57.897 79 35.807V5.008C79 4.458 78.55 4 78.008 4H53.932a1.01 1.01 0 0 0-.992 1.008v6.417h.18Z",
|
|
23
23
|
fill: "#E0E1E9",
|
|
24
24
|
shapeRendering: "geometricPrecision"
|
|
25
25
|
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
-
d: "
|
|
26
|
+
d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342c.27-.076.52-.206.746-.346l.054-.032.011-.011Z",
|
|
27
27
|
fill: "#E0E1E9",
|
|
28
28
|
stroke: "#6C6E79",
|
|
29
29
|
strokeWidth: ".7",
|
|
@@ -31,34 +31,34 @@ function RadialTreeChart({
|
|
|
31
31
|
strokeLinejoin: "round",
|
|
32
32
|
shapeRendering: "geometricPrecision"
|
|
33
33
|
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
d: "
|
|
34
|
+
d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
|
|
35
35
|
fill: "#fff",
|
|
36
36
|
shapeRendering: "geometricPrecision"
|
|
37
37
|
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M65.449 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z",
|
|
39
39
|
fill: "#6C6E79",
|
|
40
40
|
shapeRendering: "geometricPrecision"
|
|
41
41
|
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
d: "
|
|
42
|
+
d: "M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
|
|
43
43
|
fill: "#fff",
|
|
44
44
|
shapeRendering: "geometricPrecision"
|
|
45
45
|
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
-
d: "
|
|
46
|
+
d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.081-.227 2.173.464 2.464 1.523v.011Z",
|
|
47
47
|
fill: "#E0E1E9",
|
|
48
48
|
shapeRendering: "geometricPrecision"
|
|
49
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
-
d: "
|
|
50
|
+
d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.504 6.504 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z",
|
|
51
51
|
fill: "#6C6E79",
|
|
52
52
|
shapeRendering: "geometricPrecision"
|
|
53
53
|
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "
|
|
54
|
+
d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
|
|
55
55
|
stroke: "#6C6E79",
|
|
56
56
|
strokeWidth: ".7",
|
|
57
57
|
strokeLinecap: "round",
|
|
58
58
|
strokeLinejoin: "round",
|
|
59
59
|
shapeRendering: "geometricPrecision"
|
|
60
60
|
}), /*#__PURE__*/React.createElement("path", {
|
|
61
|
-
d: "
|
|
61
|
+
d: "m26.952 39.668-7.284 1.73a.79.79 0 0 1-.94-.552l-.94-3.361a.789.789 0 0 1 .583-.983l7.317-1.687a.793.793 0 0 1 .94.563l.919 3.307a.795.795 0 0 1-.573.983h-.022Z",
|
|
62
62
|
fill: "#6C6E79",
|
|
63
63
|
stroke: "#6C6E79",
|
|
64
64
|
strokeWidth: ".7",
|
|
@@ -66,7 +66,7 @@ function RadialTreeChart({
|
|
|
66
66
|
strokeLinejoin: "round",
|
|
67
67
|
shapeRendering: "geometricPrecision"
|
|
68
68
|
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
-
d: "
|
|
69
|
+
d: "m45.194 30.874-7.285 1.729a.79.79 0 0 1-.94-.551l-.94-3.361a.789.789 0 0 1 .583-.984l7.317-1.686a.793.793 0 0 1 .94.562l.919 3.307a.795.795 0 0 1-.573.984h-.021ZM31.847 57.216l-7.176 1.902a.786.786 0 0 1-.962-.55l-.93-3.297a.782.782 0 0 1 .562-.973l7.21-1.848a.795.795 0 0 1 .96.551l.909 3.253a.782.782 0 0 1-.562.973l-.011-.01Z",
|
|
70
70
|
fill: "#E0E1E9",
|
|
71
71
|
stroke: "#6C6E79",
|
|
72
72
|
strokeWidth: ".7",
|
|
@@ -74,7 +74,7 @@ function RadialTreeChart({
|
|
|
74
74
|
strokeLinejoin: "round",
|
|
75
75
|
shapeRendering: "geometricPrecision"
|
|
76
76
|
}), /*#__PURE__*/React.createElement("path", {
|
|
77
|
-
d: "
|
|
77
|
+
d: "m63.742 30.93-6.377 1.512a.787.787 0 0 1-.94-.562l-.832-3.112a.786.786 0 0 1 .583-.973l6.398-1.47a.785.785 0 0 1 .94.573l.811 3.07a.799.799 0 0 1-.584.972v-.01Z",
|
|
78
78
|
fill: "#6C6E79",
|
|
79
79
|
stroke: "#6C6E79",
|
|
80
80
|
strokeWidth: ".7",
|
|
@@ -82,7 +82,7 @@ function RadialTreeChart({
|
|
|
82
82
|
strokeLinejoin: "round",
|
|
83
83
|
shapeRendering: "geometricPrecision"
|
|
84
84
|
}), /*#__PURE__*/React.createElement("path", {
|
|
85
|
-
d: "
|
|
85
|
+
d: "m68.16 47.618-6.29 1.664a.788.788 0 0 1-.962-.561l-.81-3.048a.804.804 0 0 1 .562-.973l6.311-1.621a.787.787 0 0 1 .962.562l.789 3.015a.788.788 0 0 1-.562.962Z",
|
|
86
86
|
fill: "#E0E1E9",
|
|
87
87
|
stroke: "#6C6E79",
|
|
88
88
|
strokeWidth: ".7",
|
|
@@ -90,7 +90,7 @@ function RadialTreeChart({
|
|
|
90
90
|
strokeLinejoin: "round",
|
|
91
91
|
shapeRendering: "geometricPrecision"
|
|
92
92
|
}), /*#__PURE__*/React.createElement("path", {
|
|
93
|
-
d: "
|
|
93
|
+
d: "m53.088 55.564-6.29 1.665a.788.788 0 0 1-.962-.562l-.81-3.048a.804.804 0 0 1 .561-.973l6.312-1.62a.788.788 0 0 1 .962.561l.789 3.015a.788.788 0 0 1-.562.962Z",
|
|
94
94
|
fill: "#6C6E79",
|
|
95
95
|
stroke: "#6C6E79",
|
|
96
96
|
strokeWidth: ".7",
|
|
@@ -98,14 +98,14 @@ function RadialTreeChart({
|
|
|
98
98
|
strokeLinejoin: "round",
|
|
99
99
|
shapeRendering: "geometricPrecision"
|
|
100
100
|
}), /*#__PURE__*/React.createElement("path", {
|
|
101
|
-
d: "
|
|
101
|
+
d: "m29.016 39.445 6.755 1.578M32.419 51.695l5.058-4.486M55.58 33.127l-4.798 4.259M42.193 33l1.307 4M46.353 46 48 50.5M58.725 44.943l-6.312-1.492",
|
|
102
102
|
stroke: "#6C6E79",
|
|
103
103
|
strokeWidth: ".7",
|
|
104
104
|
strokeLinecap: "round",
|
|
105
105
|
strokeLinejoin: "round",
|
|
106
106
|
shapeRendering: "geometricPrecision"
|
|
107
107
|
}), /*#__PURE__*/React.createElement("path", {
|
|
108
|
-
d: "
|
|
108
|
+
d: "m52.912 41.726-2.108-.519-.929-3.447a.794.794 0 0 0-.951-.562l-7.241 1.75-2.367-.583-.864-.346-1.546 2.313-.022.022a.812.812 0 0 0-.075.594l1.61 5.858c.119.41.54.659.951.55l11.478-2.895c.26-.065.372-.26.53-.487l1.534-2.248Z",
|
|
109
109
|
fill: "#E0E1E9",
|
|
110
110
|
stroke: "#6C6E79",
|
|
111
111
|
strokeWidth: ".7",
|
|
@@ -113,7 +113,7 @@ function RadialTreeChart({
|
|
|
113
113
|
strokeLinejoin: "round",
|
|
114
114
|
shapeRendering: "geometricPrecision"
|
|
115
115
|
}), /*#__PURE__*/React.createElement("path", {
|
|
116
|
-
d: "
|
|
116
|
+
d: "M52.426 42.11 40.95 45.005a.778.778 0 0 1-.951-.551l-1.61-5.858a.78.78 0 0 1 .572-.973l11.532-2.788a.804.804 0 0 1 .95.562l1.546 5.739a.789.789 0 0 1-.572.972h.01Z",
|
|
117
117
|
fill: "#fff",
|
|
118
118
|
stroke: "#6C6E79",
|
|
119
119
|
strokeWidth: ".7",
|
|
@@ -121,7 +121,7 @@ function RadialTreeChart({
|
|
|
121
121
|
strokeLinejoin: "round",
|
|
122
122
|
shapeRendering: "geometricPrecision"
|
|
123
123
|
}), /*#__PURE__*/React.createElement("path", {
|
|
124
|
-
d: "
|
|
124
|
+
d: "M39.352 42 43 36.681M42.943 44.5l6.416-9.353M49.364 42.878l2.949-4.3",
|
|
125
125
|
stroke: "#6C6E79",
|
|
126
126
|
strokeWidth: ".7",
|
|
127
127
|
strokeMiterlimit: "10",
|
package/SankeyChart/index.js
CHANGED
|
@@ -37,11 +37,11 @@ function SankeyChart(_ref, ref) {
|
|
|
37
37
|
fill: fill,
|
|
38
38
|
tag: "svg"
|
|
39
39
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
|
-
d: "M53.12 11.
|
|
40
|
+
d: "M53.12 11.425H28.052a1.01 1.01 0 0 0-.992 1.008v6.416H1.992A1.01 1.01 0 0 0 1 19.858v15.399c0 21.816 17.043 39.965 38.504 40.24C61.326 75.772 79 57.897 79 35.807V5.008C79 4.458 78.55 4 78.008 4H53.932a1.01 1.01 0 0 0-.992 1.008v6.417h.18Z",
|
|
41
41
|
fill: "#E0E1E9",
|
|
42
42
|
shapeRendering: "geometricPrecision"
|
|
43
43
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
44
|
-
d: "M65.
|
|
44
|
+
d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342c.27-.076.52-.206.746-.346l.054-.032.011-.011Z",
|
|
45
45
|
fill: "#E0E1E9",
|
|
46
46
|
stroke: "#6C6E79",
|
|
47
47
|
strokeWidth: ".7",
|
|
@@ -49,34 +49,34 @@ function SankeyChart(_ref, ref) {
|
|
|
49
49
|
strokeLinejoin: "round",
|
|
50
50
|
shapeRendering: "geometricPrecision"
|
|
51
51
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
52
|
-
d: "
|
|
52
|
+
d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
|
|
53
53
|
fill: "#fff",
|
|
54
54
|
shapeRendering: "geometricPrecision"
|
|
55
55
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
|
-
d: "M65.
|
|
56
|
+
d: "M65.449 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z",
|
|
57
57
|
fill: "#6C6E79",
|
|
58
58
|
shapeRendering: "geometricPrecision"
|
|
59
59
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
60
|
-
d: "M18.
|
|
60
|
+
d: "M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
|
|
61
61
|
fill: "#fff",
|
|
62
62
|
shapeRendering: "geometricPrecision"
|
|
63
63
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
64
|
-
d: "M25.
|
|
64
|
+
d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.081-.227 2.173.464 2.464 1.523v.011Z",
|
|
65
65
|
fill: "#E0E1E9",
|
|
66
66
|
shapeRendering: "geometricPrecision"
|
|
67
67
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
68
|
-
d: "M11.
|
|
68
|
+
d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.504 6.504 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z",
|
|
69
69
|
fill: "#6C6E79",
|
|
70
70
|
shapeRendering: "geometricPrecision"
|
|
71
71
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
72
|
-
d: "
|
|
72
|
+
d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
|
|
73
73
|
stroke: "#6C6E79",
|
|
74
74
|
strokeWidth: ".7",
|
|
75
75
|
strokeLinecap: "round",
|
|
76
76
|
strokeLinejoin: "round",
|
|
77
77
|
shapeRendering: "geometricPrecision"
|
|
78
78
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
79
|
-
d: "m26.
|
|
79
|
+
d: "m26.953 39.668-7.285 1.73a.79.79 0 0 1-.94-.552l-.94-3.361a.789.789 0 0 1 .583-.983l7.317-1.687a.793.793 0 0 1 .94.563l.919 3.307a.795.795 0 0 1-.573.983h-.021Z",
|
|
80
80
|
fill: "#E0E1E9",
|
|
81
81
|
stroke: "#6C6E79",
|
|
82
82
|
strokeWidth: ".7",
|
|
@@ -84,7 +84,7 @@ function SankeyChart(_ref, ref) {
|
|
|
84
84
|
strokeLinejoin: "round",
|
|
85
85
|
shapeRendering: "geometricPrecision"
|
|
86
86
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
87
|
-
d: "m31.
|
|
87
|
+
d: "m31.847 57.216-7.176 1.902a.786.786 0 0 1-.962-.55l-.93-3.297a.782.782 0 0 1 .563-.973l7.208-1.848a.795.795 0 0 1 .962.551l.908 3.253a.782.782 0 0 1-.562.973l-.01-.01ZM63.742 30.93l-6.377 1.512a.787.787 0 0 1-.94-.562l-.832-3.112a.786.786 0 0 1 .583-.973l6.398-1.47a.785.785 0 0 1 .94.573l.811 3.07a.799.799 0 0 1-.583.972v-.01Z",
|
|
88
88
|
fill: "#6C6E79",
|
|
89
89
|
stroke: "#6C6E79",
|
|
90
90
|
strokeWidth: ".7",
|
|
@@ -92,7 +92,7 @@ function SankeyChart(_ref, ref) {
|
|
|
92
92
|
strokeLinejoin: "round",
|
|
93
93
|
shapeRendering: "geometricPrecision"
|
|
94
94
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
95
|
-
d: "m68.16 47.
|
|
95
|
+
d: "m68.16 47.618-6.29 1.664a.788.788 0 0 1-.962-.561l-.81-3.048a.804.804 0 0 1 .562-.973l6.311-1.621a.787.787 0 0 1 .962.562l.79 3.015a.788.788 0 0 1-.563.962Z",
|
|
96
96
|
fill: "#E0E1E9",
|
|
97
97
|
stroke: "#6C6E79",
|
|
98
98
|
strokeWidth: ".7",
|
|
@@ -100,14 +100,14 @@ function SankeyChart(_ref, ref) {
|
|
|
100
100
|
strokeLinejoin: "round",
|
|
101
101
|
shapeRendering: "geometricPrecision"
|
|
102
102
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
103
|
-
d: "m29.
|
|
103
|
+
d: "m29.017 39.445 6.754 1.578M32.419 51.695l5.058-4.486M55.58 33.127l-4.798 4.258M58.725 44.942l-6.312-1.491",
|
|
104
104
|
stroke: "#6C6E79",
|
|
105
105
|
strokeWidth: ".7",
|
|
106
106
|
strokeLinecap: "round",
|
|
107
107
|
strokeLinejoin: "round",
|
|
108
108
|
shapeRendering: "geometricPrecision"
|
|
109
109
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
110
|
-
d: "m52.
|
|
110
|
+
d: "m52.912 41.726-2.107-.519-.93-3.447a.794.794 0 0 0-.95-.562l-7.242 1.75-2.367-.583-.864-.346-1.546 2.313-.021.022a.812.812 0 0 0-.076.594l1.61 5.858c.12.41.54.659.951.55l11.478-2.895c.26-.065.372-.26.53-.487l1.534-2.248Z",
|
|
111
111
|
fill: "#E0E1E9",
|
|
112
112
|
stroke: "#6C6E79",
|
|
113
113
|
strokeWidth: ".7",
|
|
@@ -115,7 +115,7 @@ function SankeyChart(_ref, ref) {
|
|
|
115
115
|
strokeLinejoin: "round",
|
|
116
116
|
shapeRendering: "geometricPrecision"
|
|
117
117
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
118
|
-
d: "M52.
|
|
118
|
+
d: "M52.426 42.11 40.95 45.005a.778.778 0 0 1-.951-.551l-1.61-5.858a.78.78 0 0 1 .572-.973l11.532-2.788a.804.804 0 0 1 .95.562l1.546 5.739a.789.789 0 0 1-.572.972h.01Z",
|
|
119
119
|
fill: "#fff",
|
|
120
120
|
stroke: "#6C6E79",
|
|
121
121
|
strokeWidth: ".7",
|
|
@@ -123,7 +123,7 @@ function SankeyChart(_ref, ref) {
|
|
|
123
123
|
strokeLinejoin: "round",
|
|
124
124
|
shapeRendering: "geometricPrecision"
|
|
125
125
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
126
|
-
d: "M39.
|
|
126
|
+
d: "M39.352 42 43 36.681M42.943 44.5l6.416-9.353M49.364 42.878l2.949-4.3",
|
|
127
127
|
stroke: "#6C6E79",
|
|
128
128
|
strokeWidth: ".7",
|
|
129
129
|
strokeMiterlimit: "10",
|
package/SankeyChart/index.mjs
CHANGED
|
@@ -19,11 +19,11 @@ function SankeyChart({
|
|
|
19
19
|
fill: fill,
|
|
20
20
|
tag: "svg"
|
|
21
21
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
22
|
-
d: "M53.12 11.
|
|
22
|
+
d: "M53.12 11.425H28.052a1.01 1.01 0 0 0-.992 1.008v6.416H1.992A1.01 1.01 0 0 0 1 19.858v15.399c0 21.816 17.043 39.965 38.504 40.24C61.326 75.772 79 57.897 79 35.807V5.008C79 4.458 78.55 4 78.008 4H53.932a1.01 1.01 0 0 0-.992 1.008v6.417h.18Z",
|
|
23
23
|
fill: "#E0E1E9",
|
|
24
24
|
shapeRendering: "geometricPrecision"
|
|
25
25
|
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
-
d: "M65.
|
|
26
|
+
d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342c.27-.076.52-.206.746-.346l.054-.032.011-.011Z",
|
|
27
27
|
fill: "#E0E1E9",
|
|
28
28
|
stroke: "#6C6E79",
|
|
29
29
|
strokeWidth: ".7",
|
|
@@ -31,34 +31,34 @@ function SankeyChart({
|
|
|
31
31
|
strokeLinejoin: "round",
|
|
32
32
|
shapeRendering: "geometricPrecision"
|
|
33
33
|
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
d: "
|
|
34
|
+
d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
|
|
35
35
|
fill: "#fff",
|
|
36
36
|
shapeRendering: "geometricPrecision"
|
|
37
37
|
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
-
d: "M65.
|
|
38
|
+
d: "M65.449 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z",
|
|
39
39
|
fill: "#6C6E79",
|
|
40
40
|
shapeRendering: "geometricPrecision"
|
|
41
41
|
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
d: "M18.
|
|
42
|
+
d: "M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
|
|
43
43
|
fill: "#fff",
|
|
44
44
|
shapeRendering: "geometricPrecision"
|
|
45
45
|
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
-
d: "M25.
|
|
46
|
+
d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.081-.227 2.173.464 2.464 1.523v.011Z",
|
|
47
47
|
fill: "#E0E1E9",
|
|
48
48
|
shapeRendering: "geometricPrecision"
|
|
49
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
-
d: "M11.
|
|
50
|
+
d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.504 6.504 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z",
|
|
51
51
|
fill: "#6C6E79",
|
|
52
52
|
shapeRendering: "geometricPrecision"
|
|
53
53
|
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "
|
|
54
|
+
d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
|
|
55
55
|
stroke: "#6C6E79",
|
|
56
56
|
strokeWidth: ".7",
|
|
57
57
|
strokeLinecap: "round",
|
|
58
58
|
strokeLinejoin: "round",
|
|
59
59
|
shapeRendering: "geometricPrecision"
|
|
60
60
|
}), /*#__PURE__*/React.createElement("path", {
|
|
61
|
-
d: "m26.
|
|
61
|
+
d: "m26.953 39.668-7.285 1.73a.79.79 0 0 1-.94-.552l-.94-3.361a.789.789 0 0 1 .583-.983l7.317-1.687a.793.793 0 0 1 .94.563l.919 3.307a.795.795 0 0 1-.573.983h-.021Z",
|
|
62
62
|
fill: "#E0E1E9",
|
|
63
63
|
stroke: "#6C6E79",
|
|
64
64
|
strokeWidth: ".7",
|
|
@@ -66,7 +66,7 @@ function SankeyChart({
|
|
|
66
66
|
strokeLinejoin: "round",
|
|
67
67
|
shapeRendering: "geometricPrecision"
|
|
68
68
|
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
-
d: "m31.
|
|
69
|
+
d: "m31.847 57.216-7.176 1.902a.786.786 0 0 1-.962-.55l-.93-3.297a.782.782 0 0 1 .563-.973l7.208-1.848a.795.795 0 0 1 .962.551l.908 3.253a.782.782 0 0 1-.562.973l-.01-.01ZM63.742 30.93l-6.377 1.512a.787.787 0 0 1-.94-.562l-.832-3.112a.786.786 0 0 1 .583-.973l6.398-1.47a.785.785 0 0 1 .94.573l.811 3.07a.799.799 0 0 1-.583.972v-.01Z",
|
|
70
70
|
fill: "#6C6E79",
|
|
71
71
|
stroke: "#6C6E79",
|
|
72
72
|
strokeWidth: ".7",
|
|
@@ -74,7 +74,7 @@ function SankeyChart({
|
|
|
74
74
|
strokeLinejoin: "round",
|
|
75
75
|
shapeRendering: "geometricPrecision"
|
|
76
76
|
}), /*#__PURE__*/React.createElement("path", {
|
|
77
|
-
d: "m68.16 47.
|
|
77
|
+
d: "m68.16 47.618-6.29 1.664a.788.788 0 0 1-.962-.561l-.81-3.048a.804.804 0 0 1 .562-.973l6.311-1.621a.787.787 0 0 1 .962.562l.79 3.015a.788.788 0 0 1-.563.962Z",
|
|
78
78
|
fill: "#E0E1E9",
|
|
79
79
|
stroke: "#6C6E79",
|
|
80
80
|
strokeWidth: ".7",
|
|
@@ -82,14 +82,14 @@ function SankeyChart({
|
|
|
82
82
|
strokeLinejoin: "round",
|
|
83
83
|
shapeRendering: "geometricPrecision"
|
|
84
84
|
}), /*#__PURE__*/React.createElement("path", {
|
|
85
|
-
d: "m29.
|
|
85
|
+
d: "m29.017 39.445 6.754 1.578M32.419 51.695l5.058-4.486M55.58 33.127l-4.798 4.258M58.725 44.942l-6.312-1.491",
|
|
86
86
|
stroke: "#6C6E79",
|
|
87
87
|
strokeWidth: ".7",
|
|
88
88
|
strokeLinecap: "round",
|
|
89
89
|
strokeLinejoin: "round",
|
|
90
90
|
shapeRendering: "geometricPrecision"
|
|
91
91
|
}), /*#__PURE__*/React.createElement("path", {
|
|
92
|
-
d: "m52.
|
|
92
|
+
d: "m52.912 41.726-2.107-.519-.93-3.447a.794.794 0 0 0-.95-.562l-7.242 1.75-2.367-.583-.864-.346-1.546 2.313-.021.022a.812.812 0 0 0-.076.594l1.61 5.858c.12.41.54.659.951.55l11.478-2.895c.26-.065.372-.26.53-.487l1.534-2.248Z",
|
|
93
93
|
fill: "#E0E1E9",
|
|
94
94
|
stroke: "#6C6E79",
|
|
95
95
|
strokeWidth: ".7",
|
|
@@ -97,7 +97,7 @@ function SankeyChart({
|
|
|
97
97
|
strokeLinejoin: "round",
|
|
98
98
|
shapeRendering: "geometricPrecision"
|
|
99
99
|
}), /*#__PURE__*/React.createElement("path", {
|
|
100
|
-
d: "M52.
|
|
100
|
+
d: "M52.426 42.11 40.95 45.005a.778.778 0 0 1-.951-.551l-1.61-5.858a.78.78 0 0 1 .572-.973l11.532-2.788a.804.804 0 0 1 .95.562l1.546 5.739a.789.789 0 0 1-.572.972h.01Z",
|
|
101
101
|
fill: "#fff",
|
|
102
102
|
stroke: "#6C6E79",
|
|
103
103
|
strokeWidth: ".7",
|
|
@@ -105,7 +105,7 @@ function SankeyChart({
|
|
|
105
105
|
strokeLinejoin: "round",
|
|
106
106
|
shapeRendering: "geometricPrecision"
|
|
107
107
|
}), /*#__PURE__*/React.createElement("path", {
|
|
108
|
-
d: "M39.
|
|
108
|
+
d: "M39.352 42 43 36.681M42.943 44.5l6.416-9.353M49.364 42.878l2.949-4.3",
|
|
109
109
|
stroke: "#6C6E79",
|
|
110
110
|
strokeWidth: ".7",
|
|
111
111
|
strokeMiterlimit: "10",
|
|
@@ -37,11 +37,11 @@ function ScatterPlotChart(_ref, ref) {
|
|
|
37
37
|
fill: fill,
|
|
38
38
|
tag: "svg"
|
|
39
39
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
|
-
d: "M5.
|
|
40
|
+
d: "M5.233 57.654V67.2c0 .45.18.9.54 1.17l5.855 5.855c.36.36.72.54 1.171.54h9.547A38.959 38.959 0 0 0 40 79c6.395 0 12.34-1.531 17.654-4.233H67.2c.45 0 .9-.18 1.17-.54l5.855-5.855c.36-.36.54-.72.54-1.171v-9.547A38.96 38.96 0 0 0 79 40a38.68 38.68 0 0 0-4.233-17.654V12.8c0-.45-.18-.9-.54-1.17l-5.855-5.855c-.36-.36-.72-.54-1.171-.54h-9.547A38.959 38.959 0 0 0 40 1a38.678 38.678 0 0 0-17.654 4.233H12.8c-.45 0-.9.18-1.17.54l-5.855 5.855c-.36.36-.54.72-.54 1.171v9.547A38.959 38.959 0 0 0 1 40c0 6.395 1.531 12.34 4.233 17.654Z",
|
|
41
41
|
fill: "#E0E1E9",
|
|
42
42
|
shapeRendering: "geometricPrecision"
|
|
43
43
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
44
|
-
d: "M65.
|
|
44
|
+
d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
|
|
45
45
|
fill: "#E0E1E9",
|
|
46
46
|
stroke: "#6C6E79",
|
|
47
47
|
strokeWidth: ".7",
|
|
@@ -49,40 +49,40 @@ function ScatterPlotChart(_ref, ref) {
|
|
|
49
49
|
strokeLinejoin: "round",
|
|
50
50
|
shapeRendering: "geometricPrecision"
|
|
51
51
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
52
|
-
d: "
|
|
52
|
+
d: "M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.745 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
|
|
53
53
|
fill: "#fff",
|
|
54
54
|
shapeRendering: "geometricPrecision"
|
|
55
55
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
|
-
d: "M65.
|
|
56
|
+
d: "M65.449 18.818 11.065 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z",
|
|
57
57
|
fill: "#6C6E79",
|
|
58
58
|
shapeRendering: "geometricPrecision"
|
|
59
59
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
60
|
-
d: "M18.
|
|
60
|
+
d: "M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.092-.227 2.216.464 2.518 1.534v-.01Z",
|
|
61
61
|
fill: "#fff",
|
|
62
62
|
shapeRendering: "geometricPrecision"
|
|
63
63
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
64
|
-
d: "M25.
|
|
64
|
+
d: "M25.372 21.958c.291 1.059-.325 2.107-1.395 2.334-1.07.227-2.183-.454-2.474-1.524-.292-1.07.324-2.118 1.404-2.345 1.081-.227 2.173.465 2.465 1.524v.01Z",
|
|
65
65
|
fill: "#E0E1E9",
|
|
66
66
|
shapeRendering: "geometricPrecision"
|
|
67
67
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
68
|
-
d: "M11.
|
|
68
|
+
d: "M11.087 30.862s.324-3.156.605-6.387l-1.373-3.08-3.415 5.879a6.509 6.509 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.459-5.966v.01Z",
|
|
69
69
|
fill: "#6C6E79",
|
|
70
70
|
shapeRendering: "geometricPrecision"
|
|
71
71
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
72
|
-
d: "
|
|
72
|
+
d: "M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.745 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
|
|
73
73
|
stroke: "#6C6E79",
|
|
74
74
|
strokeWidth: ".7",
|
|
75
75
|
strokeLinecap: "round",
|
|
76
76
|
strokeLinejoin: "round",
|
|
77
77
|
shapeRendering: "geometricPrecision"
|
|
78
78
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
79
|
-
d: "M66.66 50.
|
|
79
|
+
d: "M66.66 50.627 27.87 61.013l-7.792-27.7",
|
|
80
80
|
stroke: "#6C6E79",
|
|
81
81
|
strokeWidth: ".7",
|
|
82
82
|
strokeMiterlimit: "10",
|
|
83
83
|
shapeRendering: "geometricPrecision"
|
|
84
84
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
85
|
-
d: "M31.57 38.
|
|
85
|
+
d: "M31.57 38.904c.389 1.415-.627 2.896-2.291 3.307-1.665.41-3.35-.411-3.75-1.849-.4-1.437.637-2.918 2.312-3.317 1.665-.4 3.329.432 3.718 1.858h.01ZM61.48 35.131c.65-1.405.844-2.993.422-4.55-1.037-3.912-5.436-6.268-9.867-5.252a8.82 8.82 0 0 0-1.88.67l-.4-.303-2.14 2.162c-1.665 1.783-2.41 4.204-1.762 6.592 1.08 3.978 5.588 6.29 10.019 5.177a8.746 8.746 0 0 0 3.772-2l2.215-2.182-.367-.303-.011-.01ZM49.262 49.959l-.52-.367a4.875 4.875 0 0 0 .077-2.756c-.79-2.886-4.107-4.561-7.436-3.729a6.89 6.89 0 0 0-1.178.41l-.357-.248-1.707 1.697c-1.297 1.35-1.892 3.188-1.405 4.982.81 2.918 4.182 4.572 7.522 3.696a6.737 6.737 0 0 0 2.929-1.61l2.075-2.064v-.011Z",
|
|
86
86
|
fill: "#6C6E79",
|
|
87
87
|
stroke: "#6C6E79",
|
|
88
88
|
strokeWidth: ".7",
|
|
@@ -90,7 +90,7 @@ function ScatterPlotChart(_ref, ref) {
|
|
|
90
90
|
strokeLinejoin: "round",
|
|
91
91
|
shapeRendering: "geometricPrecision"
|
|
92
92
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
93
|
-
d: "M63.
|
|
93
|
+
d: "M63.785 28.697c1.038 3.902-1.653 7.944-6.041 9.035-4.442 1.114-8.949-1.2-10.019-5.176-1.07-3.977 1.708-8.074 6.193-9.111 4.431-1.027 8.83 1.34 9.867 5.252Z",
|
|
94
94
|
fill: "#E0E1E9",
|
|
95
95
|
stroke: "#6C6E79",
|
|
96
96
|
strokeWidth: ".7",
|
|
@@ -98,37 +98,20 @@ function ScatterPlotChart(_ref, ref) {
|
|
|
98
98
|
strokeLinejoin: "round",
|
|
99
99
|
shapeRendering: "geometricPrecision"
|
|
100
100
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
101
|
-
d: "M50.
|
|
101
|
+
d: "M50.716 44.93c.79 2.886-1.243 5.923-4.56 6.788-3.34.875-6.723-.767-7.523-3.696-.8-2.929 1.286-5.987 4.648-6.83 3.34-.833 6.657.843 7.435 3.728v.01Z",
|
|
102
102
|
fill: "#fff",
|
|
103
103
|
stroke: "#6C6E79",
|
|
104
104
|
strokeWidth: ".7",
|
|
105
105
|
strokeLinecap: "round",
|
|
106
106
|
strokeLinejoin: "round",
|
|
107
107
|
shapeRendering: "geometricPrecision"
|
|
108
|
-
}), /*#__PURE__*/_react["default"].createElement("
|
|
109
|
-
|
|
110
|
-
maskUnits: "userSpaceOnUse",
|
|
111
|
-
x: "38",
|
|
112
|
-
y: "40",
|
|
113
|
-
width: "14",
|
|
114
|
-
height: "13"
|
|
115
|
-
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
116
|
-
d: "M50.72 44.93c.79 2.89-1.25 5.92-4.56 6.79-3.34.87-6.73-.77-7.53-3.7-.8-2.93 1.29-5.99 4.65-6.83 3.34-.83 6.66.84 7.44 3.73v.01Z",
|
|
117
|
-
fill: "#fff",
|
|
118
|
-
stroke: "#000",
|
|
119
|
-
strokeWidth: ".7",
|
|
120
|
-
strokeLinecap: "round",
|
|
121
|
-
strokeLinejoin: "round",
|
|
122
|
-
shapeRendering: "geometricPrecision"
|
|
123
|
-
})), /*#__PURE__*/_react["default"].createElement("g", {
|
|
124
|
-
mask: "url(#a)",
|
|
108
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
109
|
+
d: "m43.006 41.254-4.35 6.309M47.986 41.73l-6.474 9.446M50.768 45.41l-4.181 6.095",
|
|
125
110
|
stroke: "#6C6E79",
|
|
126
111
|
strokeWidth: ".7",
|
|
127
|
-
strokeMiterlimit: "10"
|
|
128
|
-
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
129
|
-
d: "m42.49 34.28-8.42 12.28M46.1 36.75l-8.43 12.29M49.7 39.23 40.12 53.2M53.31 41.7 44.06 55.2",
|
|
112
|
+
strokeMiterlimit: "10",
|
|
130
113
|
shapeRendering: "geometricPrecision"
|
|
131
|
-
}))
|
|
114
|
+
}));
|
|
132
115
|
}
|
|
133
116
|
|
|
134
117
|
ScatterPlotChart.displayName = 'ScatterPlotChart';
|