Releases: JustinGOSSES/wellioviz
Releases · JustinGOSSES/wellioviz
v0.0.34
Fixed silly bug in demo page that used jquery due to using slim version.
Updated dependencies in 10+ dependabot PRs
Full Changelog: v0.0.30...v0.0.34
v0.0.33
Changelog: a few minor doc clarifications and bumps to dependencies in package.json that were auto suggested.
fixed small bug in multipleLogPlot
module.exports was left off of CurveBox function in multipleLogPlot() function causing it to fail. Added it back in.
minor change to y axis behavior
Changed y ais behavior to start at top with first depth instead of starting at first tick mark above first depth. This was done by taking .nice() out of the y axis scale creation process in index.js