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

ScatterPlotCanvas fails with Error: No Delaunay triangulation exists for this input. #400

Closed
ChaitanyaKrishnaPappala opened this issue Dec 21, 2018 · 1 comment

Comments

@ChaitanyaKrishnaPappala

I'm trying to plot three points with same y-axis coordinates. It fails with No Delaunay triangulation exists for this input.
Is there a way to overcome this in ScatterPlot?
My input is:
[{id: 'apples',
data: [
{x: '2018-01-01', y: 1},
{x: '2018-01-02', y: 1},
{x: '2018-01-03', y: 1}
]}]

@plouc
Copy link
Owner

plouc commented Dec 22, 2018

There's already an available issue for this here: d3/d3-delaunay#20

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