Licensing amCharts library

Hello!
The jmix docs only say, that we could buy a lic key at amCharts’.
But how is the licensing process done technically then? Where is the “form” to enter the lic key?
Thanks for help,
br
HP

Hello!

As far as I know, AmCharts license is applied for domain. After getting the license you can hide credits by the following code for Chart:

@Autowired
private PieChart donutChart;

@Subscribe
protected void onInit(InitEvent event) {
    donutChart.setNativeJson("{\"hideCredits\":\"true\"}");
}