NEWS.md
click_callback
function is now passed the point datum object instead of the point indexinit_callback
argument for (undocumented) callback on scatter object after init or updatesymbols
argument and custom symbol to value mapping (thanks @GiuseppeDiGuglielmo and @mmauri)tooltip_position
argument to define tooltip placement (thanks @Tixierae)disable_wheel
argument to disable mousewheel zooming (thanks @romanhaa)colors
argument for continuous color variables (thanks @romanhaa)zoom_on
and zoom_on_level
arguments for programmatic zooming (thanks @Tixierae)labels_positions = "auto"
labels_positions
, allows to import a previously saved labels positions filedata
argument to specify variables from a data frame with NSEcol_var
characteristics, but can be forced with the col_continuous
argument.x
and y
.lines
argument to add custom lines to the plotopacity_var
to specify points opacity individually with a vector. Use point_opacity
to specify a constant opacity.url_var
to specify URLs to be opened when a point is clicked.click_callback
parameter, opening a hook for a click event listener (thanks @detule and @harveyl888)zoom_callback
parameter, opening a hook for a zoom event listenerhover_size
and hover_opacity
(thanks @nicolabo)axes_font_size
and legend_font_size
(thanks @fineswag)left_margin
argumentcolors
(thanks @chewth)fixed
1:1 aspect ratio not working as intendedunit_circle
argument to draw a unit circle around origintype_var
argument, which allows to selectively draw arrows (starting from origin) instead of pointstransitions
and key_var
arguments.colors
argument to specify a custom set of point colors. A named vector can be used to directly map values to colors (Thanks @timelyportfolio)legend_width
argumentd3-legend
plugin for legend generation (https://d3-legend.susielu.com/)xlim
and ylim
arguments for manual axis limits specification (Thanks @tinyheero)