d-qn / swiRcharts

1 stars 0 forks source link

alternative to hSeries2 #1

Open jbkunst opened 7 years ago

jbkunst commented 7 years ago

Hi @d-qn

I see the hSeries2 implementation and I want you show an alternative which I use to create various series at time.

http://rpubs.com/jbkunst/hSeries_alternative

Basically is treat the series in a dataframe, every row is a series, add atributtes, each attribute is a column. I think this make easy the treatment of a group of series.

Finally convert this data frame to a list of series and chart.

d-qn commented 7 years ago

Hi @jbkunst,

thank yo so much for it! This 'hSeries2' version is old and I have always thought it was not a elegant nor a versatile implementation. The tidyverse implementation looks much better.

Cheers! And keep up the great work (especially with highcharter!)