Commit d3b4d0d
Pull request #6057: Feature/DXCF-6016 inconsistent decimals and negative values on scales
Merge in DXCHARTS/dxchart5 from feature/DXCF-6016-inconsistent-decimals-and-negative-values-on-scales-2 to master
Squashed commit of the following:
commit f224a7e7b73a83d95396553b23de730992bba67e
Author: dxcity <[email protected]>
Date: Fri Oct 24 12:43:51 2025 +0000
CI: update snapshots
commit 2529766354b870f2970a5a60bdba9bd7a623bf32
Merge: 4623f80aad b2c33cbbbc
Author: Atanas Nikolov <[email protected]>
Date: Fri Oct 24 14:15:40 2025 +0300
Merge branch 'feature/DXCF-6016-inconsistent-decimals-and-negative-values-on-scales-2' of https://stash.in.devexperts.com/scm/dxcharts/dxchart5 into feature/DXCF-6016-inconsistent-decimals-and-negative-values-on-scales-2
commit 4623f80aadd9dcb319be3d336f1d7cf356849795
Author: Atanas Nikolov <[email protected]>
Date: Fri Oct 24 14:14:32 2025 +0300
[DXCF-6016] Inconsistent decimals and negative values on scales // refactor naming
commit b2c33cbbbcc0b499275d6ab0f90d182feaa17967
Author: dxcity <[email protected]>
Date: Fri Oct 24 08:31:36 2025 +0000
CI: update snapshots
commit b06d3a63e84dd135a7134aab93db3b618e2f53f9
Author: Atanas Nikolov <[email protected]>
Date: Fri Oct 24 10:10:48 2025 +0300
[DXCF-6016] Inconsistent decimals and negative values on scales // refactor formatting
commit 70f77a20f8d2c32e6989591deb3ec854f09f3ddc
Author: Atanas Nikolov <[email protected]>
Date: Fri Oct 24 00:41:53 2025 +0300
[DXCF-6016] Inconsistent decimals and negative values on scales // remove unused code
commit 998ba762de2641a772700db26fa8ea4ff27af670
Author: Atanas Nikolov <[email protected]>
Date: Fri Oct 24 00:39:04 2025 +0300
[DXCF-6016] Inconsistent decimals and negative values on scales
GitOrigin-RevId: 05f7a010db81bf1b4261fcc7f1929a6f99fea69f1 parent 531da73 commit d3b4d0d
File tree
5 files changed
+16
-7
lines changed- src/chart
- components
- chart/price-formatters
- labels_generator
- y_axis/price_labels
- utils
5 files changed
+16
-7
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
50 | | - | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments