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 CHANGED
@@ -2330,8 +2330,8 @@ var PieChart = /*#__PURE__*/function (_React$Component) {
2330
2330
  data: this.createDatasets(this.props.data.length),
2331
2331
  legend: {
2332
2332
  display: this.legendDisplayData(),
2333
- position: 'bottom',
2334
- align: 'center',
2333
+ position: this.props.positionLegend || 'bottom',
2334
+ align: this.props.alignLegend || 'center',
2335
2335
  labels: {
2336
2336
  usePointStyle: true,
2337
2337
  boxWidth: 10,