andredumas / techan.js

A visual, technical analysis and charting (Candlestick, OHLC, indicators) library built on D3.
http://techanjs.org/
MIT License
2.4k stars 534 forks source link

Intraday plot example #181

Open srv91 opened 8 years ago

srv91 commented 8 years ago

Hey I'm new to charting libraries and would like to begin my learning with techanJS. The sample code in the docs is w.r.t daily data. Could someone please redirect me to a sample code for plotting intraday data using this library so I can go through it and understand the code?

Thanks

albertosantini commented 7 years ago

I am afraid this is a dupe. See, for instance, https://github.com/andredumas/techan.js/issues/116.

srv91 commented 7 years ago

@albertosantini Hey thanks for the response, but #116 does not completely answer my query. So what I'm looking for is an example wherein you can zoom in to minute candles. I managed to do the ticking data part but I can only zoom in to daily candles.

albertosantini commented 7 years ago

If you need to play with financetime scale, you may give a look at this example in the gallery: TechanJS financetime scale.

Anyway this second concern is out of topic with respect to the title of the issue. Maybe it would be better closing this issue and opening a new one with "zoom" part.

srv91 commented 7 years ago

@albertosantini Thanks a lot for the help. I'll raise a separate issue for the zooming part.