Skip to content

Commit

Permalink
SOF-7431: chore ==> do not hard code decimal precision
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Aug 11, 2024
1 parent 497b5f0 commit f2eb833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/non-scalar/band_structure.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class BandStructureConfig extends HighChartsConfig {
"<b>" +
yAxisName +
": </b> " +
this.y.toFixed(4)
this.y.toFixed(_POINT_COORDINATES_PRECISION_)
);
};
}
Expand Down

0 comments on commit f2eb833

Please sign in to comment.