Skip to content
Snippets Groups Projects
Commit 0e313b69 authored by David Hoese's avatar David Hoese
Browse files

Merge branch 'bugfix-text-popup-conversion' into 'develop'

Fix text popup values not being pre-converted

See merge request !22
parents 673e44fc fa69b006
No related branches found
No related tags found
1 merge request!22Fix text popup values not being pre-converted
Pipeline #10492 passed
This diff is collapsed.
This diff is collapsed.
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment