-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update custom plot spec #3634
Update custom plot spec #3634
Conversation
* have metric vs param plot use scatter plot
} | ||
} | ||
] | ||
mark: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went with a scatter plot for now, but there was some discussion on what plot to use in #3373. Other options we could use are in demos there.
@dberenbaum do you remember why we use non filled shape (circle) for the scatter plot template - it might be more visible / readable to fill them, wdyt? |
} | ||
} | ||
}) | ||
} as CustomPlotsData |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's fill in the marks/points and then ship this.
calculate: "format(datum['y'],'.5f')" | ||
filled: true, | ||
size: 60, | ||
type: 'point' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Climate has analyzed commit d150f2a and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 94.8% (0.0% change). View more on Code Climate. |
Demo
https://user-images.githubusercontent.com/43496356/229911951-9abe154b-3fd2-4145-a9e6-0baaa748e980.movScreen.Recording.2023-04-05.at.9.30.27.AM.mov
To Do
Part of #3373