jneilliii / OctoPrint-BedLevelVisualizer

MIT License
369 stars 82 forks source link

[FR]: Data sheet has unnecessary empty column #562

Open Favmir opened 2 years ago

Favmir commented 2 years ago

Is your feature request related to a problem? Please describe. When your probing data sheet is drawn, it has a fixed-width empty column on the right side. This is the same column used to draw the circle in the correction data sheet. image

On desktop, this taking up space isn't a big deal. However, on mobile this empty column takes up half of the screen width. image

Describe the solution you'd like

  1. Remove the rightmost column just for the data sheet. ( this has minor problem of two sheets not having the same size anymore.)
  2. move the correction circle thing to the bottom of the sheet to make it more mobile-friendly.
  3. Somehow make this column disappear when screen width is smaller than set amount? This sounds like it'd take more work, but that's one viable solution.
jneilliii commented 2 years ago

Actually been thinking of killing off the correction table anyway in favor of putting that info in the hover effects of the graph, and when I do that will re-organize the mesh data table.

screenshot