We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae80bbe + c63c016 commit 233b9dbCopy full SHA for 233b9db
redisinsight/ui/src/components/charts/donut-chart/DonutChart.tsx
@@ -42,7 +42,7 @@ const DonutChart = (props: IProps) => {
42
const {
43
name = '',
44
data,
45
- width = 328,
+ width = 380,
46
height = 300,
47
title,
48
config,
@@ -51,7 +51,7 @@ const DonutChart = (props: IProps) => {
51
renderTooltip = (v) => v,
52
} = props
53
54
- const margin = config?.margin || 72
+ const margin = config?.margin || 98
55
const radius = config?.radius || (width / 2 - margin)
56
const arcWidth = config?.arcWidth || 8
57
const percentToShowLabel = config?.percentToShowLabel || 5
0 commit comments