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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-08 07:23:03 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-08 07:23:03 +0400
commit1d09b2cbe273035c92b15f9e4b96aa88419cda81 (patch)
treee53b9c82c361baff3d672a6aec08db91bdfc4836 /plugins/DBStats/DBStats.php
parenta06fb0b267a55a50dd859b658baa651d4d4db738 (diff)
Refs #4041, fixing regressions & bugs in visualization refactor.
Diffstat (limited to 'plugins/DBStats/DBStats.php')
-rw-r--r--plugins/DBStats/DBStats.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DBStats/DBStats.php b/plugins/DBStats/DBStats.php
index 593f2a9b64..630bf4fe57 100644
--- a/plugins/DBStats/DBStats.php
+++ b/plugins/DBStats/DBStats.php
@@ -105,7 +105,7 @@ class Piwik_DBStats extends Plugin
$result['show_offset_information'] = false;
$result['show_pagination_control'] = false;
- $result['visualization_properties']['JqplotGraph']['show_all_ticks'] = true;
+ $result['visualization_properties']['jqplot_graph']['show_all_ticks'] = true;
// translate the labels themselves
$valueToTranslationStr = array(
@@ -256,7 +256,7 @@ class Piwik_DBStats extends Plugin
$properties['show_tag_cloud'] = false;
$properties['show_table_all_columns'] = false;
$properties['keep_summary_row'] = true;
- $properties['visualization_properties']['HtmlTable']['disable_row_evolution'] = true;
+ $properties['visualization_properties']['table']['disable_row_evolution'] = true;
$properties['translations'] = array(
'label' => Piwik_Translate('DBStats_Table'),
'year' => Piwik_Translate('CoreHome_PeriodYear'),