This page lists some HTML widgets that are compatible with Crosstalk.

(To add a widget, please submit a PR with modifications to this page.)


Plotly screenshot

Plotly

Author: Carson Sievert

Plotly is a general purpose plotting library that outputs interactive web graphics using plotly.js.

devtools::install_github("ropensci/plotly")

Leaflet screenshot

Leaflet

Author: RStudio

Leaflet lets you easily generate interactive maps using R. It is a wrapper for the very popular Leaflet JavaScript library by Vladamir Agafonkin.

devtools::install_github("rstudio/leaflet")

DT screenshot

DT

Author: RStudio

DT is a highly customizable data table library. It wraps the DataTables plug-in for jQuery.

devtools::install_github("rstudio/DT")

SummaryWidget screenshot

SummaryWidget

Author: Kent Johnson

A SummaryWidget displays a single summary statistic that updates when the Crosstalk selection changes. A SummaryWidget displays the count, sum or mean of one column of selected data.

devtools::install_github("kent37/summarywidget")

rgl screenshot

rgl

Author: Duncan Murdoch and Daniel Adler

rgl is a 3D visualization system based on OpenGL. It provides a medium to high level interface for use in R, currently modelled on classic R graphics, with extensions to allow for interaction. See the ?rgl::rglShared help topic for details of crosstalk usage.

devtools::install_github("r-forge/rgl")