Commit a9a26db
committed
backend: adjust chart display to start from zero after first tx
This commit modifies the chart display after the initial transaction.
Previously, the chart would begin at the first fiat value of the
transaction, resulting in only one data point visible in the middle of
the chart. With this update, the chart now starts at zero, providing a
better view of the data.1 parent 7443c53 commit a9a26db
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
| 285 | + | |
287 | 286 | | |
288 | 287 | | |
289 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
| |||
0 commit comments