jbkunst / highcharter

R wrapper for highcharts
http://jkunst.com/highcharter/
Other
718 stars 147 forks source link

QUESTION: Is it possible to use in Google colab? #762

Closed a-a-k closed 11 months ago

a-a-k commented 2 years ago

I'm trying to render an interactive piechart using the code below:

data %>%
  group_by(A1) %>%
    summarise(rec_count = n()) %>%
      hchart("pie", hcaes(x = A1, y = rec_count))

What code should I add to get it to work?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Feel free to reopen it if you find it necessary.