Closed sivabalan18102001 closed 1 month ago
The required reproduction link was not provided. We will reopen this when the required link has been provided. Code snippets do not count.
We are using the Donut Apex Chart with legend position as bottom. It generates some space between the chart and the bottom of the outer container.
We couldn't find the reason for this.
Could you please help us to solve this issue?
Height of the chart to be 260px like the outer div of height:260px.
Generates the height of the chart container as 227.7px.
Hi, @junedchhipa , We are using the Donut Apex Chart with legend position as bottom and I want the height of the chart to be 260px like the outer div of height:260px but it generates the height of the chart container as 227.7px. So it generates some space between the chart and the bottom of the outer container.
We couldn't find the reason for this.
Could you please help us to solve this issue?
donutOption: { "series": [10800,0,16800,4800], "labels": ["Legent (1)","Legent (2)","Legent (3)","Legent (4)"], "chart": { "type": "donut", "width": "100%", "height": "260", }, "legend": { "position": "bottom", }, }