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

candlestick #9

Closed danielkrizian closed 10 years ago

danielkrizian commented 10 years ago

dygraphs has fresh-from-the-oven candlestick plugin: https://github.com/danielkrizian/dygraphs/issues/11

Create an R wrapper around it

danielkrizian commented 10 years ago

@timelyportfolio FYI, we have (rough) candlestick option implemented now. have a look in examples/ohlc-trades.R Would be nice if dygraphs could compress bars to monthly/weekly/daily depending on zoom level, so that they do not overlap.

image