td-plots 1.7.1 → 1.7.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/dist/index.esm.js CHANGED
@@ -1418,11 +1418,13 @@ const StatsDonut = (props) => {
1418
1418
  values: props.values,
1419
1419
  labels: props.labels,
1420
1420
  hole: props.hole,
1421
- marker: props.colors
1422
- ? {
1423
- colors: props.colors,
1424
- }
1425
- : undefined,
1421
+ marker: {
1422
+ colors: props.colors,
1423
+ line: {
1424
+ color: "#FFFFFF",
1425
+ width: 2,
1426
+ },
1427
+ },
1426
1428
  },
1427
1429
  ], layout: {
1428
1430
  showlegend: showLegend,