Adding static plots and clicks on the background
rlc 0.3.0
-
New function
lc_image
added. It can add to the web page a graphic R object or a locally stored image. -
All charts now have a
with
argument, that allows to specify adata.frame
which columns can be used as variables. -
Charts with axes now have
on_clickPosition
argument. It is a callback function, that receives a position of any click
relative to current axes scales. -
function
mark
now hasclear
argument which, ifTRUE
unmarks all previously marked elements. -
pacerStep
argument now is also added to lines. -
Legends no longer have default titles.
-
Now callback functions can access variables
.chartId
and.layerId
-
Some changes in stylesheet.
-
mouseout event also uses pacer that prevents overqueuing
-
Various bugs fixed.