Candlestick plotter#128
Conversation
|
Looks nice! |
|
Does this impose any requirements on the input data (e.g. number of series). If so perhaps the function should validate that and throw an error if the data isn't as required. |
|
@jjallaire it checks for the number of series on the JavaScript side, i.e. if the number of series is lesser than four it switches back to line plotter, otherwise if the amount of series is greater than four it plots the first four series with candlestick plotter and the rest with line plotter. |
|
@pshevtsov This is looking great. I've moved the documentation into the |
|
@jjallaire Sure thing! BTW, how should I generate html file from that Rmd one? |
|
Just call rmarkdown::render_site within the docs directory On Mon, Oct 31, 2016 at 9:45 AM, Petr Shevtsov notifications@github.com
|
|
@jjallaire Ready. I decided not to commit generated |

This PR introduces the
dyCandlestickfunction to render Candlestick/OHLC chart with dygraphs:and the output is the following:

This PR implements some features discussed in #3
CC: @danielkrizian