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
I tried to see how config.layout.sortChords and config.layout.sortSubgroups work.
A simple test I performed was to set the value to d3.ascending instead of the default d3.descending.
To my surprise I didn't see any visual change.
Did I miss the point or made some mistake?
Could you please elaborate on the rationale for those configuration parameters?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I found a typo in the charts sources around sortChords, but its still not working for me. Unfortunately I dont have time to dig deeper into this at the moment. See commit 919f6a1
I tried to see how
config.layout.sortChords
andconfig.layout.sortSubgroups
work.A simple test I performed was to set the value to
d3.ascending
instead of the defaultd3.descending
.To my surprise I didn't see any visual change.
Did I miss the point or made some mistake?
Could you please elaborate on the rationale for those configuration parameters?
Thanks in advance
The text was updated successfully, but these errors were encountered: