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-14 11:36:22 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-14 11:37:00 +0400
commita22af728e4449c5e5b0a4fd22d1acd4929438a10 (patch)
treee178099e1e9ac0fad62d952a7a5d023c7a88730d /plugins/VisitorInterest
parentc732114df3576faf297e38a7bf04ff9092947905 (diff)
Refs #4041, added Graph base visualization to hold visualization properties that are not specific to jqplot graphs.
Diffstat (limited to 'plugins/VisitorInterest')
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index 0692649e33..eaddff902f 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -175,7 +175,7 @@ class VisitorInterest extends \Piwik\Plugin
'show_search' => false,
'show_table_all_columns' => false,
'visualization_properties' => array(
- 'jqplot_graph' => array(
+ 'graph' => array(
'max_graph_elements' => 10
)
)
@@ -196,7 +196,7 @@ class VisitorInterest extends \Piwik\Plugin
'show_search' => false,
'show_table_all_columns' => false,
'visualization_properties' => array(
- 'jqplot_graph' => array(
+ 'graph' => array(
'max_graph_elements' => 10
)
)