jamesleesaunders / d3-ez

D3-EZ Easy Reusable Charts
http://jamesleesaunders.github.io/d3-ez/
GNU General Public License v2.0
51 stars 12 forks source link

candleStick, ganttChart, lineChart chart and components improve init() date domain calculation #129

Open jamesleesaunders opened 5 years ago

jamesleesaunders commented 5 years ago

Assess whether it is appropriate to use the dataTransform module to also calculate 'date' and 'high/low' domain/extents. Refactor dateDomain and candleMinMax code found in:

Also consider which data format should be used as d3-ez's standard date format (i.e Unixtime or Date());

jamesleesaunders commented 5 months ago

See: https://github.com/jamesleesaunders/d3-ez/blob/master/src/chart/candlestickChart.js#L62 https://github.com/jamesleesaunders/d3-ez/blob/master/src/chart/candlestickChart.js#L76 https://github.com/jamesleesaunders/d3-ez/blob/master/src/chart/lineChart.js#L75