scatterPlotMatrix 0.3.0
- Added:
- fire an event when cutoffsare changed
- fire an event when a row is clicked
- new API for highlightPointto specify the highlighted
row
- fire an event when a row is highlighted
- new argument mouseModeto specify the type of mouse
interaction
- a named list can also be provided for categoricalandcutoffsarguments
- a list of column names can also be provided for
inputColumnsandkeptColumnsarguments
 
- Changed:
- breaking change, if eventInputIdargument isNULL, it means no event is sent (before, it meant a default
value was used)
- javascript versions of the graphs are now available in three
formats: iife,
CommonJS
and ECMAScript
module
- sliders are more attractive (use a frame rather than a central axis;
use rounded edges)
 
- Fixed:
- when renderScatterPlotMatrixfunction is called again
but without specifying theplotPropertiesattribute,
previous value is used (default is not applied)
- if there are several plots in an html page (as in the vignette
“Introduction to scatterPlotMatrix”), resizing slider only
works well for first plot (clipping issue)
- the area reserved to the plot is reduced to take into account the
height of controlWidgets
 
scatterPlotMatrix 0.2.0
- Added:
- new argument cssRulesto apply CSS rules
- new argument scatterPlotPropertiesto adjust some
properties (size and color of points, etc.)
- new argument and API cutoffsto allow points
filtering
- multibrushfunctionality
- new corrPlotTypevalues (AbsTextandEmpty)
- send a zAxisChangeevent when coloration is changed by
clicking a column header
 
- Changed:
- smooth density curves/reduce bands number
- keep correlation circle positions unchanged from one tile to the
next (and draw reference circles corresponding to a correlation of
1)
- when corrPlotTypeis ‘Text’ and if a categorical
variable is selected for coloration, don’t use a gradient, use the color
associated to each category
- set position of tooltips to the right side
- when mouse hovers a point, highlighted point just has to be drawn
greater, keeping its color (not black)
- when mouse hovers a point, print values for all visible columns
 
- Fixed:
- generating two times a plot with a categorical zAxis,
some correlation and distribution plots are wrong
- wrong display for CorrelationPlotvalues if filtering
keeps no points
- Y axis of distribution plots are not updated when filtered points
are changed
- setZAxisshould not log a warning when- controlWidgetsis not active
- don’t send a ZAXIS_EVENTwhen thezAxisis
not set to a new value
 
scatterPlotMatrix 0.1.0
- Added a NEWS.mdfile to track changes to the
package.