Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
The name of the property to generate the histogram for.
maxBuckets
Number, optional
The maximum number of buckets to use when building a histogram; will be rounded up to a power of 2. Not used when the value of property is non-numeric.
minBucketWidth
Number, optional
The minimum histogram bucket width, or null to allow any power of 2. Not used when property is non-numeric.
maxRaw
Number, optional
The number of values to accumulate before building the initial histogram. Not used when property is non-numeric.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[[["Creates a histogram chart visualizing the distribution of a specified property within a set of features."],["The chart displays the frequency of features falling into different property value ranges (buckets) along the x and y axes."],["Users can customize the histogram's maximum number of buckets, minimum bucket width, and the number of raw values used before building it."],["Accepts Feature, FeatureCollection, or List as input for features and returns a ui.Chart object."]]],[]]