diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 2ca3e53de9..936cc30ba1 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-18  Sergio Martin <sergio.martin@artica.es>
+
+	* include/graphs/flot/pandora.flot.js: Fixed position of the
+	event information box in flot modules graphs when click on
+	events "ball" for ticket: #948
+
 2014-06-17  Alejandro Gallardo <alejandro.gallardo@artica.es>
 	
 	* godmode/reporting/visual_console_builder.editor.js:
diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js
index 43e2b1ac0b..d06092126a 100644
--- a/pandora_console/include/graphs/flot/pandora.flot.js
+++ b/pandora_console/include/graphs/flot/pandora.flot.js
@@ -870,7 +870,7 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend, colors,
 				left_pos = timenewpos - extrasize - 20;
 			}
 			else {
-				left_pos = timenewpos + 20;
+				left_pos = timenewpos - (extrasize / 2);
 			}
 			
 			var extra_info = '<i>No info to show</i>';