How to use the apexcharts.default function in apexcharts

To help you get started, weā€™ve selected a few apexcharts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github apexcharts / ng-apexcharts / projects / ng-apexcharts / src / lib / chart / chart.component.ts View on Github external
}
    if (this.title) {
      options.title = this.title;
    }
    if (this.subtitle) {
      options.subtitle = this.subtitle;
    }
    if (this.theme) {
      options.theme = this.theme;
    }

    if (this.chartObj) {
      this.chartObj.destroy();
    }

    this.chartObj = new ApexCharts(this.chartElement.nativeElement, options);

    this.render();
  }

apexcharts

A JavaScript Chart Library

MIT
Latest version published 1 month ago

Package Health Score

98 / 100
Full package analysis