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

How I do spanGap in radar? #4854

Closed
moguelor opened this issue Oct 17, 2017 · 3 comments · Fixed by #6289
Closed

How I do spanGap in radar? #4854

moguelor opened this issue Oct 17, 2017 · 3 comments · Fixed by #6289

Comments

@moguelor
Copy link

Hello everyone, I need to skip the lost points using the option "spanGap: true" but it doesn't work, this option is available for this chart? Thank you!!!

@etimberg
Copy link
Member

Which setting did you try? spanGaps on tge dataset should work

@moguelor
Copy link
Author

Hello @etimberg, look I have this data :
data = {
`labels: ['A', 'B', 'C', 'D', 'E'],
datasets: [{
spanGaps : true,
data: [4, 3, null, 4, null],
radius: 4,
pointHoverBorderWidth: 12,
stepped : true,
backgroundColor : "rgba(4,91,138,0.8)",
pointBackgroundColor : "#045b8a",
}]
};

I expect join lines A->B->D->A in a radar chart, but is not work.
captura de pantalla 2017-10-18 a la s 09 26 26

I'm using react-chartjs-2.

Thank you for your response.

@etimberg
Copy link
Member

Looks like it's not implemented for radar charts though I thought it was. tagging as an enhancement.

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

Successfully merging a pull request may close this issue.

3 participants