Refactor data display and add timestamp formatting

Introduced a helper function to format Delphi TDateTime values into
human-readable strings.
Updated the data display to render the latest 200 data points as a chart
instead of a list.
This change improves the visualization of market data by providing a
graphical representation of recent price movements.
This commit is contained in:
Michael Schimmel
2026-02-16 17:12:08 +01:00
parent b6a559b8bc
commit f8efc672a0
2 changed files with 118 additions and 53 deletions
Generated
+1 -1
View File
@@ -1535,7 +1535,7 @@ dependencies = [
"js-sys",
"log",
"wasm-bindgen",
"windows-core 0.57.0",
"windows-core 0.58.0",
]
[[package]]