We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab07d3 commit eac9b57Copy full SHA for eac9b57
1 file changed
highcharts-angular/src/lib/highcharts-chart.directive.ts
@@ -80,6 +80,7 @@ export class HighchartsChartDirective {
80
await this.delay(this.relativeConfig?.timeout ?? this.timeout ?? 500);
81
if (!highCharts) return;
82
const callback: Highcharts.ChartCallbackFunction = (chart: Highcharts.Chart) => {
83
+ if (chart.renderer.forExport) return;
84
return this.chartInstance.emit(chart);
85
};
86
const chartFactories: Record<ChartConstructorType, ConstructorChart> = {
0 commit comments