Candle Chart renderer added, Gallery updated too#141
Conversation
|
Hi, Sorry I've been slow to respond to this. Overall I think it looks greats and I really like the functionality. The thing that gives me pause is that we're in the process of moving to a "plugin" architecture for dygraphs, and I'm a bit reluctant to commit to new APIs like this while we're in the process of figuring that out. I will keep you updated as things settle. This will be a great test case for our new plugin system—if we can't support something like this, then we're probably not designing it well.
|
|
Any news on having a candle chart plugin? I'd love to see this kind of charts, potentially with more data around (for reference, I'd like to recreate the charts on http://bitcoincharts.com/charts/ in Javascript and load them dynamically. |
|
I did see it, this pull request is mentioned in the comments actually... that's why I came here in the first place. |
|
Just FYI, the rebirth of the candlestick chart development here: #538 |
Please check out the Candler Chart Demo (under Stock Demo). I added a new option called "renderer" which can be either "line" or "candle".