Skip to content

Adding static plots and clicks on the background

Compare
Choose a tag to compare
@kloivenn kloivenn released this 01 Oct 08:12
· 43 commits to master since this release

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 a data.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 has clear argument which, if TRUE 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.