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
541 stars 58 forks source link

Tooltip covers up the cursor position when exploring data in a graph #300

Closed oscarrutt closed 1 year ago

oscarrutt commented 2 years ago

In some plots, the tooltip that shows the x and y data values nearest the cursor should be offset so that the tip of the cursor is visible. As it is, the tooltip obscures the actual location of the cursor and you can't tell exactly what graphical point corresponds to the textual information in the tooltip.

RandomFractals commented 2 years ago

@oscarrutt as I mentioned in #299, please provide screenshots for your issues.

Also, this might be a request for the Perspective JS library and charts Data Preview uses for the data views in vscode:

https://github.com/finos/perspective/

RandomFractals commented 1 year ago

@oscarrutt I am going to close this issue. Please log it in the viewer library I linked to above for perspective viewer devs to review and fix.