@banyan_cloud/roots 2.0.31 → 2.0.32
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/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -16168,7 +16168,7 @@ var BasePieChart = function BasePieChart(props) {
|
|
|
16168
16168
|
},
|
|
16169
16169
|
children: legend !== null && legend !== void 0 && legend.customLabels ? legend.customLabels({
|
|
16170
16170
|
label: typeof label === 'string' ? label : '',
|
|
16171
|
-
value: typeof value === '
|
|
16171
|
+
value: typeof value === 'number' ? value : '',
|
|
16172
16172
|
index: index,
|
|
16173
16173
|
color: color
|
|
16174
16174
|
}) : jsxs("div", {
|