[Vtigercrm-commits] [vtiger development] #6193: hover information on graphs

vtiger development vtiger-tickets at trac.vtiger.com
Thu Jul 23 19:10:47 EDT 2009


#6193: hover information on graphs
------------------------------------------+---------------------------------
 Reporter:  joebordes                     |       Owner:  developer
     Type:  defect                        |      Status:  new      
 Priority:  unassigned                    |   Milestone:  5.1.1    
Component:  vtigercrm                     |     Version:  5.1.0    
 Keywords:  graph dashboard hover values  |  
------------------------------------------+---------------------------------
 In the Spanish forum I have received a question about the hover message
 that appears in the graphs. It should show the number of entities but it
 does not. I had never noticed this because in my install (firefox/linux) I
 don't even get the hover.

 See attached screen shots.

 The problem is with the assignment: $alts[]=htmlentities($name)."=%d";
 which can be found in various files in the modules/Dashboard directory.

 The solution is to change it to:
 $alts[]=htmlentities($name)."=".$datay[$i];

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6193>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list