Justin Gosses

Results 73 comments of Justin Gosses

@aberridg can you list out some of the fill behaviors you would like to see?

Maybe this approach - https://gist.github.com/wboykinm/e6e222d71e9b59e8b3053e0c4fe83daf or https://d3export.housegordon.org/ or https://stackoverflow.com/questions/23218174/how-do-i-save-export-an-svg-file-after-creating-an-svg-with-d3-js-ie-safari-an but all of those are really written for front-end... if the goal is pre-rendering server side, this slightly different approach might...

Tried an approach in Observable and got a SVG file to be returned file download. This isn't actual sever side execution, only front-end however, so leaving this issue open. EXAMPLE:...

Potentially useful tools for changing JSON values via page UI: https://json-editor.github.io/json-editor/ https://vitalets.github.io/x-editable/ https://knockoutjs.com/documentation/introduction.html https://github.com/rjsf-team/react-jsonschema-form https://jsonform.github.io/jsonform/playground/index.html https://github.com/gitana/alpaca

Resources for later: https://stackoverflow.com/questions/41848677/how-to-make-a-color-scale-in-d3-js-to-use-in-fill-attribute https://github.com/d3/d3-scale-chromatic The fill variable is currently `fill: Array(1) [ 0: Object {curve_name: "RHOB", fill: "yes", fill_direction: "left", cutoffs: Array(3), fill_colors: Array(3), curve2: ""} ]` and takes...

- Change DepthCurve name to be associated with another well log curve - Have it be an array of depth curve names - Have it be okay to just be...

NOTES: Various sizes & positions impact getting y axis to look nice with both single and double depth margin.left ~ has been 60 pixel value yaxis translate value ~ `translate(${margin.left*.333},0)`)...

Have this working so I know the architecture fine but not exposed to users yet as I need to add some additional options for CSS sizing/positioning. Putting slightly lower in...

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

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...