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 Jun 6, 2024. It is now read-only.
I need to use the xAxis.ticks function which accepts 2 parameters eg. .ticks(d3.time.weeks, 2). If it was just 1 parameter I could do I what I did with tick format below. <...... xAxis={{tickFormat : function (d) { return d3.time.format('%Y-%m-%d %H:%M')(new Date(d)) }}} ../>
How do I call multiparameter functions using react-nvd3 ?