You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been doing the same, when writing function wrappers of highcharter plots, where I want the number of series in the plot to be dynamic. Making hc_add_series() take a list as an argument would be a very elegant solution.
I was expecting make a method hc_add_series (hc_add_series.list, hc_add_series.ts, hc_add_series.string, hc_add_series.numeric), but the problem the first argument is the highcarts object and not the type of the data. In the future I'll think how to do this more elegant ;).
Usually I have a data frame which generate various series. So I do something like:
I will be something like:
where dss is a list of lists.
The text was updated successfully, but these errors were encountered: