Commit a1c7bb8964acad7df905adcc8f83e4bbf2eb1010

Authored by Erdogan Furkan
1 parent f142bd73

Minor fix

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