How to use the ng2-charts.monkeyPatchChartJsTooltip function in ng2-charts

To help you get started, we’ve selected a few ng2-charts 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 valor-software / ng2-charts / src / app / app.module.ts View on Github external
constructor() {
    BaseChartDirective.unregisterPlugin(pluginDataLabels);
    monkeyPatchChartJsLegend();
    monkeyPatchChartJsTooltip();
  }
}