parallelPlot 0.4.0
- Added:
- new API for refColumnDimto specify the column used to
determine the color used for each row
- fire an event when refColumnDimis changed
- new API for highlightRowto specify the highlighted
row
- fire an event when a row is highlighted
- new adjustingattribute forcutoffevent
- fire an event when an axis orientation is changed
- fire an event when a row is clicked
- a named list can also be provided for categoricalandcutoffsarguments
- a list of column names can also be provided for
inputColumns,keptColumns,histoVisibilityandinvertedAxesarguments
 
- Changed:
- breaking change, if eventInputIdargument isNULL, it means no event is sent (before, it meant a default
value was used)
- breaking change, cutoffevent has a new
attributeadjusting,TRUEwhen pointer is
moving, changing a cutoff (before, thecutoffevent was
only sent once the mouse gesture had been completed)
- javascript version of the graph is now available in three formats:
iife, CommonJS and
ECMAScript
module
- the default background color is changed from grey to white
- sliders are more attractive (use a frame rather than a central axis;
use rounded edges)
 
- Fixed:
- the area reserved to the plot is reduced to take into account the
height of controlWidgets
 
parallelPlot 0.3.1
- Added:
- ability to reorder categories by using the mouse
- new argument and API arrangeMethodto set the method
(fromLeft,fromRight,fromBothorfromNone) used to arrange lines position in category
boxes
- new argument and API categoriesRepto set the method
(EquallySizedBoxesorEquallySpacedLines) used
to calculate the height assigned to each category box
- when a column axis is inverted, a sign ‘↓’ is added at the beginning
of the column header
 
- Fixed:
- cssRulesargument, styling is lost when- sliderPositionis changed
- cssRulesargument, styling is lost after- saveWidget
 
parallelPlot 0.2.0
- Added:
- new argument cssRulesto apply CSS rules
- new argument and API invertedAxesto set orientation of
axes
- new argument sliderPositionto set initial position of
slider
- getPlotConfigAPI to have an exported plot with same
configuration
- controlWidgetsargument to tell if some widgets must be
available to control plot
- display a tooltip when mouse is over a trace
- new color palettes coming from d3-scale(includingviridis, the default palette used by matlab)
 
- Fixed:
- improve spreading when lines go through a category
 
parallelPlot 0.1.0
- Added a NEWS.mdfile to track changes to the
package.