Skip to content
Snippets Groups Projects

Fix text popup values not being pre-converted

Merged David Hoese requested to merge davidh/MetObsSite:bugfix-text-popup-conversion into develop
3 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -153,6 +153,7 @@ function updateTable(dataObj,plotsInfo) {
if (trace_info.type=='contour') {
td_idx=update_contour_cells(data,data_cells,convert_cells,trace_info,td_idx);
} else {
ticktext.preConvertValue(data[trace_info['var_names'][0]], plot_info.yaxis);
var update_val = data[trace_info['var_names'][0]][0];
if(update_val || update_val==0){
var units = plot_info.yaxis.units;
Loading