Releases: BigFatDog/parcoords-es
Releases · BigFatDog/parcoords-es
v2.2.10
2.2.9
v2.2.8
v2.2.7
v2.2.6
v2.2.5
🐛 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
v2.2.3
🌷 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