Hacker News new | ask | show | jobs
by helltone 393 days ago
How does the chart generation work under the hood? It's quite magical. Also how did you build the spreadsheet interface it's very cool.
1 comments

Two main aspects: 1. How to handle the data related to the target problem; 2. Choosing suitable charts to present this data. #1. By leveraging the increasingly powerful coding capabilities of LLMs, we can appropriately process raw data to obtain a dataset that closely aligns with our goals; #2. We expanded echart and utilized its rich chart types already supported, along with the Univer SDK from the Univer team, ultimately creating tables.