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

Added new overload to the SetBuckets #59

Closed
wants to merge 1 commit into from

Conversation

galadril
Copy link
Contributor

@galadril galadril commented Jan 9, 2020

Added the next overload so people can specify one color for all buckets:
`

    public void SetBuckets(int[] buckets, Color color)

`

Added the next overload so people can specify one color for all buckets:

'''
        public void SetBuckets(int[] buckets, Color color)
'''
@@ -58,7 +61,10 @@ public class ClusterOptions
/// Gets or sets the minimum cluster size.
/// </summary>
internal int MinimumClusterSize { get; set; } = 5;


/// <summary>
Copy link
Owner

Choose a reason for hiding this comment

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

It's redundant doc

@galadril galadril closed this Jan 15, 2020
@galadril galadril deleted the patch-1 branch January 15, 2020 08:18
@galadril galadril restored the patch-1 branch January 15, 2020 08:18
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.

None yet

2 participants