Skip to content

Naming fixes #114

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

Merged
merged 40 commits into from
Aug 13, 2021
Merged

Naming fixes #114

merged 40 commits into from
Aug 13, 2021

Conversation

WhiteBlackGoose
Copy link
Contributor

@WhiteBlackGoose WhiteBlackGoose commented Aug 9, 2021

Closes #105

@WhiteBlackGoose WhiteBlackGoose marked this pull request as ready for review August 10, 2021 09:24
@@ -47,6 +47,7 @@ The central type that gets created by all Chart constructors is `GenericChart`,
*)

(***do-not-eval***)
[<NoComparison>]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's that for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It yielded a warning that there are types which do not override Equals. So it suggested me adding this attribute.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think here we can safely ignore that, because this is just a showcase of how the type looks like internally. But ill rework this page anyways so it can stay as it is

@kMutagene kMutagene merged commit 0dfb9ac into plotly:dev Aug 13, 2021
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

Successfully merging this pull request may close these issues.

Unify casing in Chart APIs
2 participants