Skip to content

Releases: BigFatDog/parcoords-es

v2.2.0

16 Oct 22:51
Compare
Choose a tag to compare

πŸ› Bug-fix

v2.1.9

23 Sep 01:54
Compare
Choose a tag to compare

πŸ› Bug-fix

  • #47 Many thanks to @timelyportfolio for bug-fix: allow null brushSelection with brush arguments

v2.1.8

13 Aug 02:33
Compare
Choose a tag to compare

🌷 Features

  • Enhanced brush arguments from Pull Request #44. Extra arguments are added to brushstart, brush and brushend events.
    Huge thanks to @timelyportfolio for his time and efforts.
    @timelyportfolio also adds a demo page for this feature.

  • Minor adjustments to api. lineWidth and highlightedLineWidth are configurable

v2.1.7

22 Jul 19:26
Compare
Choose a tag to compare

🌷 Feature

  • Marking: Permanently highlight data. Please check marking.html for demo usage. This feature, as well as marking demo usage, is provided by @joshhjacobson

πŸ› Bugfix

  • #30 flipAxisAndUpdatePCP() broken?

v2.1.6

13 Jul 16:35
Compare
Choose a tag to compare

🌷 Feature

  • Release ESM module in format of esm.js, mjs has been deprecated

πŸ› Bugfix

v2.1.5

03 Jul 01:19
Compare
Choose a tag to compare

🌷 Feature

  • Refactoring on sortDimensions
    πŸ› Bug-fix
  • #27 reorderable doesn't work with demo/basic.html

v2.1.4

24 Jun 14:32
Compare
Choose a tag to compare

πŸ› Bug-fix

  • #16 fix pc.scale() api

v2.1.3

19 Jun 19:28
Compare
Choose a tag to compare

πŸ› Bug-fix

  • fix #21.
  • Make sure all d3 selections are under pc.g(). Global d3 selections are not allowed.

v2.1.2

18 Jun 18:20
Compare
Choose a tag to compare

πŸ› Bug-fix

  • Fix #21 Fixes shared brush state among multi parccords instances.

v2.1.1

17 Jun 03:05
Compare
Choose a tag to compare

πŸ› Bugfix

  • #16 Axes configuration fixes setting dimension scale
  • #15 updateAxes() broken? fix brush checker when an axis is hidden
  • #14 usage of selected() function expose selected() as api

🌷 Feature