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

add scale to header so it is visible in scroll #56

Closed kernant closed 4 years ago

kernant commented 4 years ago

image

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

JustinGOSSES commented 4 years ago

Have this sorta working locally.

Adding axis to bottom of svg_header svg is easy.

Getting it to appear with an appropriate number of ticks and in the right place no matter the number of curves or explicitly set size of header is taking more time.