lightweight interactive graphs

There are a few packages for generating interactive plots. Probably the most popular is Plotly, but there are also highcharter, ggiraph, billboarder, etc. A good reason to choose Plotly is you can often convert ggplot2 figures with just one command. However, I haven't seen any thorough comparison of the methods. Is there much of a difference in terms of performance? For example, if you have a scatter plot with hundreds or thousands of points, the experience is not very good. Do some of them perform better than others?

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.