rCharts - Adding second y axis to time series
Does any of the packaged charting frameworks in rCharts support making a time series plot of two series with different y axis? In the case has anyone an example to share? I have looked at the documentation there is as well as on the charting frameworks web sites but have not found anything. This can be done in highcharts and most likely others. I have taken the nice work done here . A simplified version of that is: library(rCharts) h <- Highcharts$new() h$xAxis(categories = c('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec')) h$yAxis(list(list(title = list