Skip to content

Releases: BigFatDog/parcoords-es

v2.2.10

24 Jun 14:18
Compare
Choose a tag to compare

🐛 Bug-fix

  • Fix #69 Multi-brush and hide axis bug.
  • Remove missing reference from set-scale.html
  • Reset brush mode and render pathes when hideAxis .
  • Hidden axes are skipped when drawing brushed pathes.

2.2.9

18 Apr 13:21
Compare
Choose a tag to compare

🐛 Bug-fix:
1d-multi's brushExtent function is in consistent with 1d's
This is based on discussion #66

v2.2.8

10 Feb 23:56
Compare
Choose a tag to compare

🐛 Bug-fix

v2.2.7

30 Jan 04:23
Compare
Choose a tag to compare

🐛 Bug-fix

  • #61 fix lingering issues. Thank @joshhjacobson for the bug-fix.
  • #62 compute_real_centroids return empty array

v2.2.6

15 Jan 01:42
Compare
Choose a tag to compare

🐛 Bug-fix

v2.2.5

09 Jan 14:24
Compare
Choose a tag to compare

🐛 Bug-fix

  • #57 hideAxis is recently broken

Thanks to @joshhjacobson for discovering this potential bug and @timelyportfolio 's quick fix on his weekend!

v2.2.4

29 Dec 01:56
Compare
Choose a tag to compare

🌷 Features

  • import sylvester from sylvester-es modules. #56
    Thanks to @joshhjacobson for submitting this PR!

v2.2.3

16 Dec 20:22
Compare
Choose a tag to compare

🌷 Features
parcoords.brushExtents(extents) has enhanced return value
when parameter extents is not provided, this function returns

const extents = parcoords.brushExtents();
// format is:
{
    extents,
    selection: {
        raw, //raw coordinate
        scaled //y-scale transformed
    }
}

please check details in discussion #53

v2.2.2

12 Dec 15:17
Compare
Choose a tag to compare

🌷 Bug-fix
Thanks @timelyportfolio for the following 2 PRs:

  • #52 update x scale padding for d3v4/v5
  • #54 only use brush.move when setting with brushExtents

v2.2.1

20 Oct 20:57
Compare
Choose a tag to compare

🐛 Bug-fix

  • Fix snapshot from mergeParcoords #49

Huge thanks to @timelyportfolio for this bug-fix!