ui-kit-ck-consultant 0.5.205 → 0.5.206
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -2327,8 +2327,8 @@ var PieChart = /*#__PURE__*/function (_React$Component) {
|
|
2327
2327
|
data: this.createDatasets(this.props.data.length),
|
2328
2328
|
legend: {
|
2329
2329
|
display: this.legendDisplayData(),
|
2330
|
-
position: 'bottom',
|
2331
|
-
align: 'center',
|
2330
|
+
position: this.props.positionLegend || 'bottom',
|
2331
|
+
align: this.props.alignLegend || 'center',
|
2332
2332
|
labels: {
|
2333
2333
|
usePointStyle: true,
|
2334
2334
|
boxWidth: 10,
|