Parcoords Es Versions Save

ES6 module of Syntagmatic's Parallel Coordinates

v2.2.10

4 years ago

🐛 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

5 years ago

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

v2.2.8

5 years ago

🐛 Bug-fix

  • #64 Account for hidden axes in brushReset Thanks @joshhjacobson for the bug-fix.

v2.2.7

5 years ago

🐛 Bug-fix

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

v2.2.6

5 years ago

🐛 Bug-fix

  • Thanks to @joshhjacobson 's fix for flipping axes. #59

v2.2.5

5 years ago

🐛 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

5 years ago

🌷 Features

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

v2.2.3

5 years ago

🌷 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

5 years ago

🌷 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

5 years ago

🐛 Bug-fix

  • Fix snapshot from mergeParcoords #49

Huge thanks to @timelyportfolio for this bug-fix!