We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
msereniti
No branches or pull requests
Describe the bug
For Scatterplot with data, which has more then one YAxe, for example
summary will be generated only for y1.
Expected behavior
The summary will have both y1 and y2 data.
The text was updated successfully, but these errors were encountered: