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.
1 parent 09070f2 commit c63c016Copy full SHA for c63c016
redisinsight/ui/src/components/charts/donut-chart/DonutChart.tsx
@@ -41,7 +41,7 @@ const DonutChart = (props: IProps) => {
41
const {
42
name = '',
43
data,
44
- width = 328,
+ width = 380,
45
height = 300,
46
title,
47
config,
@@ -50,7 +50,7 @@ const DonutChart = (props: IProps) => {
50
renderTooltip = (v) => v,
51
} = props
52
53
- const margin = config?.margin || 72
+ const margin = config?.margin || 98
54
const radius = config?.radius || (width / 2 - margin)
55
const arcWidth = config?.arcWidth || 8
56
const percentToShowLabel = config?.percentToShowLabel || 5
0 commit comments