Open vohai611 opened 1 month ago
Hi @vohai611, I was thinking of adding visualization features. However, I haven't fully decided on the UX. There are a couple of shortcomings with your implementation:
:chart hist price
could be the command to show the histogram of prices.housing.csv
, and I didn't find the charts as expressive as they should be. Just passing the ratatui::widgets::Chart
inputs to the user is not the best UX, again. Try to implement meaningful charts. (Take a look at SeaBorn's gallery to get some inspiration).
Hi @shshemi, Do you open to add simple visualization feature into this project? I find the case when I want to quickly view data files in charts (open chart mode with
c
key) The code is not polish, but I think enough for POC. If possible, please give me some guideline.