Lattice Grid Buy a licence

Charts ยท console.warn

a drawn chart annotation of kind {kind} was ...

Printed by Charts, prefixed [lattice], since 1.72.0.

Warnings reference › chart:annotate:kind:*

Identifier
chart:annotate:kind:*
Raised by
Charts
Since
1.72.0

What happened

A state handed to chart.setState() held a drawing whose kind this version does not draw - a typo, or a state saved by a later version. It was dropped rather than half-restored, because a drawing the chart cannot place is invisible and an invisible drawing that state() still counts is worse than one that was never restored.

The fix

Use one of the declared kinds: trendLine, horizontalLine, verticalLine, channel, fibonacci, arrow, text, callout, note.

Reference

Covered in full at the API reference.