Show HN: CSV Graph – create charts from CSV files in the browser(csv.qingyanglabs.com)
csv.qingyanglabs.com
Show HN: CSV Graph – create charts from CSV files in the browser
https://csv.qingyanglabs.com
4 コメント
Does this run on WebAssembly in the browser?
No WebAssembly right now. It runs fully in the browser, but uses JavaScript for CSV parsing and chart rendering.
For small and medium CSV exports, plain JS has been enough so far. WASM could be useful later if I add support for very large files.
For small and medium CSV exports, plain JS has been enough so far. WASM could be useful later if I add support for very large files.