diff --git a/js/app/views/CatalogVisuScatter.js b/js/app/views/CatalogVisuScatter.js
index 730828c..6ee596d 100644
--- a/js/app/views/CatalogVisuScatter.js
+++ b/js/app/views/CatalogVisuScatter.js
@@ -108,7 +108,9 @@ Ext.define('amdaUI.CatalogVisuScatter', {
 	var data =[{
 	x: x,
 	y: y,
+	z:z,
 	mode: (plotType=='point+line') ? 'lines+markers' : 'markers',
+	hovertemplate: (isColorBar) ? '(%{x},%{y},%{marker.color})' + '<br>%{text}': null,
 	text: text,
 	marker:{
 		color: (isColorBar) ?  z : plotColor,
--
libgit2 0.21.2