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:
chart.candlestickChart()
chart.lineChart()
chart.ganttChart()
component.lineChart()
component.candleSticks()
Also consider which data format should be used as d3-ez's standard date format (i.e Unixtime or Date());
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());