andredumas / techan.js

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

TypeError: Cannot read property 'min' of undefined. Is d3 undefined? #238

Open martinduo opened 5 years ago

martinduo commented 5 years ago

This error occurs in node_modules/techan/dist/techan.js:1710. I'm using techan version 0.8.0 under Windows 10, and working with the create-react-app. i'm following the methods illustrated in https://hackernoon.com/how-and-why-to-use-d3-with-react-d239eb1ea274 I'm trying to render the candlestick code from http://bl.ocks.org/andredumas/27c4a333b0e0813e093d

I have both D3 and Techan installed. See my package.json file.

json image

albertosantini commented 5 years ago

See #179. Dupe.