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 has been 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 ?
The text was updated successfully, but these errors were encountered:
@topicus Thanks for the reply. But I was asking how to use .ticks(d3.time.weeks, 2) because that function expects 2 parameters. Sorry if the question seemed confusing
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 ?
The text was updated successfully, but these errors were encountered: