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:
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'),