You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a table with data y = [0.001, 0.001, 0.003]
Open a PerspectiveWidget with the table
Set the precision of the column to 3 or 4 decimal places
Switch the plugin to "Y-line", "Y-bar" or one of the others
Expected Result:
The precision of the axis labels corresponds to the precision set in the tabular view (i.e. 3 or 4 places)
Actual Result:
Axis labels remain set to the default 2 digit precision, with no way to change them. Thus all the labels display as "0.00" and the graph is not useful.
Environment:
Perspective 1.0.1
Additional Context:
Separately, I can't find a way to programmatically retrieve/set the precisions. Maybe this belongs as a new feature request...
The text was updated successfully, but these errors were encountered:
Bug Report
Steps to Reproduce:
Expected Result:
The precision of the axis labels corresponds to the precision set in the tabular view (i.e. 3 or 4 places)
Actual Result:
Axis labels remain set to the default 2 digit precision, with no way to change them. Thus all the labels display as "0.00" and the graph is not useful.
Environment:
Perspective 1.0.1
Additional Context:
Separately, I can't find a way to programmatically retrieve/set the precisions. Maybe this belongs as a new feature request...
The text was updated successfully, but these errors were encountered: