JustinGOSSES / wellioviz

d3.js v5 visualization of well logs
https://justingosses.github.io/wellioviz/#introduction
Apache License 2.0
49 stars 12 forks source link

Enable curves to change into dots/circles or other shapes? #59

Open JustinGOSSES opened 4 years ago

JustinGOSSES commented 4 years ago

Is your feature request related to a problem? Please describe. Enable curves to change into dots/circles or other shapes?

Describe the solution you'd like Unsure whether this should be a flag or object? Unsure if data should be in main data with curves with depth or separate depth/curve object for dots?

kernant commented 4 years ago

Maybe simplify to “allow change of line width and style, with an option for no line between points”

JustinGOSSES commented 4 years ago

I suspect line style is independent of where actual points are (so that might not be possible as dots would not align with real values) but will look into

JustinGOSSES commented 4 years ago

quick search, saving for later work:

plan to append circles as optional step & combined with ability to zero out the line as there is no innate d3 way to have a line appear to be circles but have the circles be positioned at the real points.

JustinGOSSES commented 4 years ago

some hover tooltips work on the basis of interacting with circles over lines, so this issue relates potentially this the hover on #13 as well.