amCharts.js 워터마크 삭제

     

    amCharts.js 버전 : 4

    라이선스 O

    (*워터 마크 삭제 기능은 라이선스를 구매해야 한다고 한다.)

     

     

    다음과 같이 그래프 좌측 하단에 워터마크가 보여서 삭제하고 싶었다.

     

    변경한 소스코드는 다음과 같다.

    // Create chart instance
    let chart = am4core.create("chartdiv", am4charts.XYChart);
    
    // amchart 로고 삭제
    if (chart.logo) {
      chart.logo.disabled = true;
    }
    

     

    아래와 같이 워터마크 삭제된다.

    참고

    https://github.com/amcharts/amcharts4/issues/2703

     

    Removed logo amcharts · Issue #2703 · amcharts/amcharts4

    Good afternoon, I noticed an error, I made a preloader during each request and my function removes the logo Amcharts at the bottom of the graph ` var indicator; function showIndicator() { indicator...

    github.com

     

    728x90

    댓글