From b21f5eaf2cad4e55f77fada8611a9c3fb81f4063 Mon Sep 17 00:00:00 2001 From: Furkan <furkan.erdogan1205@gmail.com> Date: Mon, 14 Nov 2022 08:57:15 +0100 Subject: [PATCH] Comment on #10702 - Done --- js/app/views/CatalogVisuScatter.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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