Skip to content

This sample demonstrates how to create a data exploration app where the color and size of features are driven by two different numeric attributes. The user can use the Slider Color Legacy and Slider Size Legacy components to alter the color or size of the features to explore each associated variable.

These sliders are often used in conjunction with the renderer generator functions, which generate default renderers driven by layer data, typically from an attribute field. However, rather than use the generator functions, this app loads the layer’s renderer from a preconfigured web map, and reads the renderer’s authoringInfo to set up the sliders.

Additional visualization samples and resources