Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: SUIT
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:SUIT Sprint 2017-2
-
Team:Science User Interface
Description
This is a bug introduced by in DM-8367 line chart. The precision of the expression columns is not set when the values are saved to an IPAC table. When the table is read back and the first row happens to be 0.0, all values will be passed to the client with 1 decimal digit.
Test: load sample table, change y column to -count/time. Notice that all values in the point tooltip have 1 digit after decimal point and that highlighted points do not match the points on the line. (Highlighted values are calculated on client from the values of the table, plot points - on the server.)
Attachments
Issue Links
- relates to
-
DM-8367 provide line chart
- Done
pr279
-Set precision for expression columns to 14 seg digits.
-Tooltip will include 4 sig digits in the difference between min and max of the plot.
commit f796d1d:
preserve precision of formatted data by not shrinking the resulting plot data table