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:
Generated
+1
-1
@@ -1535,7 +1535,7 @@ dependencies = [
|
||||
"js-sys",
|
||||
"log",
|
||||
"wasm-bindgen",
|
||||
"windows-core 0.57.0",
|
||||
"windows-core 0.58.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user