Skip to content

Commit

Permalink
LIMS-1126: Improve display of pia_estimated_d_min
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Williams committed Nov 23, 2023
1 parent 835e236 commit 3611840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/modules/dc/views/gridplot.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ define(['jquery', 'marionette',

displayResolution: function(val) {
if (val < 0) { return 0 }
return 100 * Math.pow(val, -1)
return 100 / val
},

draw: function() {
Expand Down

0 comments on commit 3611840

Please sign in to comment.