@spscommerce/ds-react-charts 5.22.0 → 5.23.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/lib/index.cjs.js +2 -2
- package/lib/index.es.js +2 -2
- package/package.json +9 -9
package/lib/index.cjs.js
CHANGED
|
@@ -43,7 +43,7 @@ z`).split(`
|
|
|
43
43
|
}}
|
|
44
44
|
xAxis={{
|
|
45
45
|
tickValues: 'value',
|
|
46
|
-
tickCount:
|
|
46
|
+
tickCount: 10
|
|
47
47
|
}}
|
|
48
48
|
marginLeft={135}
|
|
49
49
|
xMaxValue={100}
|
|
@@ -77,7 +77,7 @@ z`).split(`
|
|
|
77
77
|
barFillColorHover = "#7C3C6C"
|
|
78
78
|
yAxis={{
|
|
79
79
|
tickValues: 'value',
|
|
80
|
-
tickCount:
|
|
80
|
+
tickCount: 5,
|
|
81
81
|
}}
|
|
82
82
|
xAxis={{
|
|
83
83
|
tickValues: 'label',
|
package/lib/index.es.js
CHANGED
|
@@ -8115,7 +8115,7 @@ const SpsBarChartExamples = {
|
|
|
8115
8115
|
}}
|
|
8116
8116
|
xAxis={{
|
|
8117
8117
|
tickValues: 'value',
|
|
8118
|
-
tickCount:
|
|
8118
|
+
tickCount: 10
|
|
8119
8119
|
}}
|
|
8120
8120
|
marginLeft={135}
|
|
8121
8121
|
xMaxValue={100}
|
|
@@ -8158,7 +8158,7 @@ const SpsBarChartExamples = {
|
|
|
8158
8158
|
barFillColorHover = "#7C3C6C"
|
|
8159
8159
|
yAxis={{
|
|
8160
8160
|
tickValues: 'value',
|
|
8161
|
-
tickCount:
|
|
8161
|
+
tickCount: 5,
|
|
8162
8162
|
}}
|
|
8163
8163
|
xAxis={{
|
|
8164
8164
|
tickValues: 'label',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spscommerce/ds-react-charts",
|
|
3
3
|
"description": "SPS Design System React Chart components",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.23.2",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/ds-react-charts",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"react-spring": "^8.0.27"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@spscommerce/ds-colors": "5.
|
|
31
|
-
"@spscommerce/ds-shared": "5.
|
|
32
|
-
"@spscommerce/ds-react": "5.
|
|
33
|
-
"@spscommerce/utils": "5.
|
|
30
|
+
"@spscommerce/ds-colors": "5.23.2",
|
|
31
|
+
"@spscommerce/ds-shared": "5.23.2",
|
|
32
|
+
"@spscommerce/ds-react": "5.23.2",
|
|
33
|
+
"@spscommerce/utils": "5.23.2",
|
|
34
34
|
"react": "^16.9.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@spscommerce/ds-colors": "5.
|
|
38
|
-
"@spscommerce/ds-shared": "5.
|
|
39
|
-
"@spscommerce/ds-react": "5.
|
|
40
|
-
"@spscommerce/utils": "5.
|
|
37
|
+
"@spscommerce/ds-colors": "5.23.2",
|
|
38
|
+
"@spscommerce/ds-shared": "5.23.2",
|
|
39
|
+
"@spscommerce/ds-react": "5.23.2",
|
|
40
|
+
"@spscommerce/utils": "5.23.2",
|
|
41
41
|
"@testing-library/jest-dom": "^4.2.4",
|
|
42
42
|
"@testing-library/react": "^9.3.2",
|
|
43
43
|
"@types/react": "^16.9.0",
|