RandomFractals / vscode-data-preview

Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview
Apache License 2.0
550 stars 59 forks source link

Need x/y line plot or smaller markers on x/y scatter plot #299

Closed oscarrutt closed 2 years ago

oscarrutt commented 2 years ago

When making an x/y scatter plot, the markers are so large that they obscure the details of the plot when there are more than probably a couple hundred points. Either (1) please make the marker size adjustable, or preferably (2) please add a x/y line plot.

RandomFractals commented 2 years ago

@oscarrutt Can you provide a screenshot and a link to a sample public dataset for this use case?

RandomFractals commented 2 years ago

@oscarrutt sounds like this is chart specific issue. Please log it in the perspective viewer repo for the developers of that library to review and fix: https://github.com/finos/perspective/issues

Data preview only provides a light webivew wrapper around that data viewer to view different data files in vscode.