Is there a way to remove the padding between the container and the graph in AmCharts4?
I have tried chart.padding(0, 0, 0, 0)
but it doesn't have an effect.
https://codepen.io/ChazUK/pen/JjKVvNv
const chart = am4core.create('chart', am4charts.GaugeChart);
chart.innerRadius = am4core.percent(80);
chart.logo.disabled = true;
chart.responsive.enabled = true;
... rest in codepen