danielkrizian / rChartsDygraphs

An `rCharts` extension. Run `dygraphs` from R - interactive visualizations of time series using JavaScript and HTML canvas. See: http://dygraphs.com/ and
http://rcharts.io/
9 stars 10 forks source link

Incorporating per axis options #17

Closed TonyDIRL closed 10 years ago

TonyDIRL commented 10 years ago

Have you given much though to how dygraphs per axis options can be incorparted and easily accessed from within R?

http://dygraphs.com/per-axis.html

danielkrizian commented 10 years ago

Just pass the per-axis options as nested list()s into Dygraph$setOpts(), should work. Sometimes you need to wrap certain portions of JavaScript into !#...#! to prevent early evaluation.

I think I've tested some of them casually without issues.