diff --git a/js/app/views/CatalogVisuScatter.js b/js/app/views/CatalogVisuScatter.js
index 3cd1bbc..474bb03 100644
--- a/js/app/views/CatalogVisuScatter.js
+++ b/js/app/views/CatalogVisuScatter.js
@@ -109,7 +109,7 @@ Ext.define('amdaUI.CatalogVisuScatter', {
 	x: x,
 	y: y,
 	mode: (plotType=='point+line') ? 'lines+markers' : 'markers',
-	hovertemplate: (isColorBar) ? '(%{x},%{y},%{marker.color})' + '<br>%{text}': null,
+	hovertemplate: (isColorBar) ? '(%{x},%{y},%{marker.color}) <br>%{text}<extra></extra>': null,
 	text: text,
 	marker:{
 		color: (isColorBar) ?  z : plotColor,
--
libgit2 0.21.2