I used the dygraphs R package to create great stories, but it's hard for me to reproduce the examples given here: http://rstudio.imtqy.com/dygraphs/gallery-custom-plotters.html
I am particularly interested in creating a complex histogram: 
My data are xts / zoo objects and make good use of the standard dygraph function: 
However, I'm not sure where the dyStackedBarGroup function comes dyStackedBarGroup . It seems that these functions should be created and point to specific plotters in .js files.
In the first example, I see how dyBarChart is created, but in my local dygraph installation there is no stackedbarchar.js / stackedbargroup.js (however I can see the file at https://github.com/rstudio/dygraphs/tree/master/inst/plotters )
Ive tried to transfer all the functions and .js files from the github page, which seem to be unavailable when loading the dygraphs package locally, but I still failed.
Am I doing something completely wrong?
source share