apexcharter
apexcharter copied to clipboard
Feature request: bring crosstalk functionality to connect apexchart with tables
Hi I like apexchart plots because they bring a minimal aesthetic yet functional. One thing I would suggest is bring the possibility to provide a R6 object as data, in this case a crosstalk::SharedData
, in the apex()
function; just like Plotly lets you use a R6 object as well as a dataframe (without force coercing your object to dataframe).
I think it would amplify the apexcharter possibilities. Thanks.
For more information: https://rstudio.github.io/crosstalk/