Skip to content
Snippets Groups Projects
Commit 57f6dbd2 authored by Daniel Cothran's avatar Daniel Cothran
Browse files

Issue #2944125 by John Cook: Disable exporting for Highcharts

parent ec816353
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,7 @@ class HighchartsChartsRender implements ChartsRenderInterface {
$chartLegend->setY('0');
}
// Set exporting options.
$exporting = new ExportingOptions($options['exporting'] ?: []);
$highchart = new Highcharts();
......
......@@ -201,6 +201,7 @@ class Highchart extends AbstractChart {
$chartLegend->setY('0');
}
// Set exporting options.
$exporting = new ExportingOptions($options['exporting'] ?: []);
$highchart = new Highcharts();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment