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

Generated summary for Scatterplot describe only first group of points #825

Open
ilyabrower opened this issue Oct 17, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@ilyabrower
Copy link
Contributor

Describe the bug

For Scatterplot with data, which has more then one YAxe, for example

const data = Array(10)
  .fill({})
  .map((d, i) => ({
    x: i,
    y1: Math.random() * 10,
    y2: Math.random() * 10,
    value: i,
  }));

summary will be generated only for y1.

Expected behavior
The summary will have both y1 and y2 data.

@ilyabrower ilyabrower added the bug Something isn't working label Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants