pixelize-design-library 2.2.11-test-2 → 2.2.11-test-4

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.
@@ -119,10 +119,10 @@ var ApexPieChart = function (_a) {
119
119
  offsetX: -5,
120
120
  offsetY: 0,
121
121
  },
122
- // itemMargin: {
123
- // horizontal: 10, // space between marker and label
124
- // vertical: 5,
125
- // },
122
+ itemMargin: {
123
+ horizontal: 5,
124
+ vertical: 5,
125
+ },
126
126
  }, title: {
127
127
  text: title,
128
128
  align: titlePosition,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixelize-design-library",
3
- "version": "2.2.11-test-2",
3
+ "version": "2.2.11-test-4",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",