Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-11-11 11:16:33 +0300
committermattab <matthieu.aubry@gmail.com>2016-11-11 11:16:33 +0300
commit5eff1cfb45fc648454bb754718de2bbfda31720d (patch)
treec99899d192498a78d74d30be7f43ca105c302e92 /plugins/CoreVisualizations
parent4e487c9d26484b65335d09f213ff9de06480003d (diff)
fixes #10850
Diffstat (limited to 'plugins/CoreVisualizations')
-rw-r--r--plugins/CoreVisualizations/JqplotDataGenerator.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/CoreVisualizations/JqplotDataGenerator.php b/plugins/CoreVisualizations/JqplotDataGenerator.php
index 14e796cd0d..2a3b9762b1 100644
--- a/plugins/CoreVisualizations/JqplotDataGenerator.php
+++ b/plugins/CoreVisualizations/JqplotDataGenerator.php
@@ -99,9 +99,6 @@ class JqplotDataGenerator
*/
protected function initChartObjectData($dataTable, $visualization)
{
- // We apply a filter to the DataTable, decoding the label column (useful for keywords for example)
- $dataTable->filter('ColumnCallbackReplace', array('label', 'urldecode'));
-
$xLabels = $dataTable->getColumn('label');
$columnNames = $this->properties['columns_to_display'];