Histogram widget
Explore in the sandboxView live
This sample demonstrates how to create a basic Histogram widget. This app displays points in the Indian ocean with estimated temperature values on the sea surface. The histogram visualizes the distribution of features for a given attribute within a specified range.
The histogram can be generated with the histogram() statistics function, then constructed with the fromHistogramResult() convenience method.
This sample shows how to also add additional options to the histogram.
Open the sandbox and change the attribute value driving the histogram to view different perspectives of this data.