Skip to content

Releases: JustinGOSSES/wellioviz

v0.0.34

24 Jun 03:20
Compare
Choose a tag to compare

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

16 Mar 02:54
6bb2cef
Compare
Choose a tag to compare

Changelog: a few minor doc clarifications and bumps to dependencies in package.json that were auto suggested.

fixed small bug in multipleLogPlot

05 May 03:22
Compare
Choose a tag to compare

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

05 May 02:51
Compare
Choose a tag to compare

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