Skip to content

Commit

Permalink
fix: sometimes volume label is displayed incorrectly // unexpected ex…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
KirillBobkov authored and disyakidneyshot committed Nov 21, 2023
1 parent 6cb72e1 commit 09e89b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/utils/math.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { StringTMap } from './object.utils';
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
* If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
export const MAX_DECIMAL_DIGITS = 14;
const MAX_DECIMAL_DIGITS = 14;
// Array of powers of 10. Used in roundDecimal to walk through mantissa.

const POW10: number[] = [];
Expand Down

0 comments on commit 09e89b2

Please sign in to comment.