dreamRs / apexcharter

:bar_chart: R Htmlwidget for ApexCharts.js
https://dreamrs.github.io/apexcharter
Other
138 stars 15 forks source link

Feature request: bring crosstalk functionality to connect apexchart with tables #75

Open aito123 opened 1 month ago

aito123 commented 1 month ago

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/