diff --git a/libraries/chart/pma_pchart_chart.php b/libraries/chart/pma_pchart_chart.php index f3556c1dd..083174b21 100644 --- a/libraries/chart/pma_pchart_chart.php +++ b/libraries/chart/pma_pchart_chart.php @@ -53,6 +53,8 @@ abstract class PMA_pChart_Chart extends PMA_Chart // create pData object $this->dataSet = new pData; + $this->chart->reportWarnings('GD'); + // initialize colors foreach ($this->getColors() as $key => $color) { $this->chart->setColorPalette(