marcusvolz / strava

Create artistic visualisations with your exercise data
Other
508 stars 57 forks source link

Error in packcircles::circleProgressiveLayout(select(year_summary, !!sym(circle_size))) #28

Open ccamara opened 4 years ago

ccamara commented 4 years ago

Hello,

When running plot_packed_circles(data)

I get the following error:

Error in packcircles::circleProgressiveLayout(select(year_summary, !!sym(circle_size))) : 
  all sizes are missing and/or non-positive
mihagazvoda commented 4 years ago

Have you found the solution? For my data, it works normally. In my opinion, it makes sense to check summary data, especially the column you're passing for circle_size.