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
{{ message }}
This repository was archived by the owner on May 18, 2019. It is now read-only.
Hi,
I'm trying to format the values on the X axis in Line Chart in order to display a formatted date (DD-MM-YYY or DD/MM, ecc...).
In Bar chart it works fine, but not in Line Chart.
I read this issue (#70) and the relative documentation (https://github.com/esbullington/react-d3/wiki/Dates), but still doesn't work.
I tried multiple times, from the initial value on data object ('2017-01-10', timestamp, new Date(), ecc..), to format in xAccessor (return new Date(d.x) and d3.time.format), and finally in xAxisTickInterval with unit 'year'/'day', but no combination works.
I get different errors:
var n = d3_time_numberRe.exec(string.slice(i, i + 2)); => error on slice because string became a Date Object