Releases: BigFatDog/parcoords-es
Releases Β· BigFatDog/parcoords-es
v2.2.0
v2.1.9
v2.1.8
π· Features
-
Enhanced brush arguments from Pull Request #44. Extra arguments are added to
brushstart
,brush
andbrushend
events.
Huge thanks to @timelyportfolio for his time and efforts.
@timelyportfolio also adds a demo page for this feature. -
Minor adjustments to api.
lineWidth
andhighlightedLineWidth
are configurable
v2.1.7
π· 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
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
π 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
- add set-scale demo. Thanks to @joshhjacobson for the sample code