Commit b21f5eaf2cad4e55f77fada8611a9c3fb81f4063

Authored by Erdogan Furkan
1 parent 310be321

Comment on #10702 - Done

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
js/app/views/CatalogVisuScatter.js
... ... @@ -108,7 +108,9 @@ Ext.define('amdaUI.CatalogVisuScatter', {
108 108 var data =[{
109 109 x: x,
110 110 y: y,
  111 + z:z,
111 112 mode: (plotType=='point+line') ? 'lines+markers' : 'markers',
  113 + hovertemplate: (isColorBar) ? '(%{x},%{y},%{marker.color})' + '<br>%{text}': null,
112 114 text: text,
113 115 marker:{
114 116 color: (isColorBar) ? z : plotColor,
... ...