wellioviz icon indicating copy to clipboard operation
wellioviz copied to clipboard

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

Open JustinGOSSES opened this issue 5 years ago • 4 comments

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?

JustinGOSSES avatar Feb 20 '20 03:02 JustinGOSSES

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

kernant avatar Feb 20 '20 13:02 kernant

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 avatar Feb 21 '20 19:02 JustinGOSSES

quick search, saving for later work:

  • https://stackoverflow.com/questions/38235240/adding-dots-to-d3-js-graph &
  • https://stackoverflow.com/questions/36902028/d3-lines-between-dots-not-working

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 avatar Mar 10 '20 03:03 JustinGOSSES

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.

JustinGOSSES avatar Mar 11 '20 03:03 JustinGOSSES