For this is image. logoimage I need to remove the logo from my chart. in amchart 4 this code is work to remove the logo.
if(chart.logo){ chart.logo.disabled = true;}
but for amchart 5 it is not working anymore.
For this is image. logoimage I need to remove the logo from my chart. in amchart 4 this code is work to remove the logo.
if(chart.logo){ chart.logo.disabled = true;}
but for amchart 5 it is not working anymore.
You can used this
let root = am5.Root.new('chartdiv');
/* remove amchart logo */
root._logo.dispose();
You have to buy a license - https://www.amcharts.com/online-store/
Or hide the bottom corner with a white rectangle (not recommend)