Color scale coloring in AnyChart uses an ordinal color scale to assign colors to data points based on value ranges. Each range maps to a distinct color, so threshold breaches and in-range values are immediately visible.
This sample builds a column chart from CSV data and defines three ranges on the ordinal color scale: values below −0.2 are colored blue, values between −0.2 and 0.2 are green, and values above 0.2 are red. Labeled line markers highlight both thresholds on the chart. The series fill and stroke are derived from the scale automatically using the scaledColor property.
See the Color Management documentation for all configuration options.