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 +7 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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:
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
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,
|