You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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());
The text was updated successfully, but these errors were encountered:
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());
The text was updated successfully, but these errors were encountered: