Browse Source

Better vertical axis labeling

Frederic G. MARAND 13 years ago
parent
commit
10dd1a5bdb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      modules/munin_core/munin_core.module

+ 2 - 1
modules/munin_core/munin_core.module

@@ -29,6 +29,7 @@ function munin_core_munin_api_info() {
     'munin_core' => array(
       '#title'     => t('Core user-related statistics'),
       '#info'      => t('Core statistics regarding users and sessions.'),
+      '#graph_vlabel' => t('Anon/blocked (-) vs Logged/Active (+)'),
 
       'anon_current' => $int + array(
         '#label'     => t('Sessions, anon'),
@@ -60,7 +61,7 @@ function munin_core_munin_api_info() {
     'munin_core_content' => array(
       '#title'     => t('Core content statistics'),
       '#info'      => t('Information about nodes, comments and terms.'),
-      '#graph_vlabel' => t('Number of entries'),
+      '#graph_vlabel' => t('Entries unpub(-)/pub(+)'),
 
       'node_count_unpub' => $int + array(
         '#label'    => t('Nodes, unpublished'),