Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label edge values of source or target chords #11

Open
rjurney opened this issue Jul 24, 2015 · 1 comment
Open

Label edge values of source or target chords #11

rjurney opened this issue Jul 24, 2015 · 1 comment

Comments

@rjurney
Copy link

rjurney commented Jul 24, 2015

At the moment if you turn labels on, it just displays a 0. I would like it to display a tick for each outgoing or ingoing chord. Is this possible?

image

@nicgirault
Copy link
Owner

Hi @rjurney. I am sorry, I didn't receive notifications for issues so I just discover your issue. You can change the ticks settings of the layout. For example:

ticks: {
        display: true,
        spacing: 10,
        labels: true,
        labelSpacing: 1,
        labelSuffix: '',
        labelDenominator: 1,
        labelDisplay0: true,
        labelSize: '10px',
        labelColor: '#000000',
}

But you cannot specify that the ticks appear for each outgoing or ingoing chord. It seems complicated to me to do so. I'll think about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants