For the complete documentation index, see llms.txt. This page is also available as Markdown.

Decoration

A decoration, represented by Decoration, adds an additional layer of data to a chart. There are two built-in implementations—HorizontalLine and HorizontalBox—and you can add your own.

For an example, see the “AI test scores” sample chart.

The “AI test scores” sample chart, in which a HorizontalLine decoration marks a threshold

Last updated