Lattice Grid Buy a licence

Kanban ยท console.warn

"{kind}" is not a flow chart; expected cfd, wip, throughput, cycleTime or leadTime.

Printed by Kanban, prefixed [lattice], since 1.38.0.

Warnings referencekanban:flow-chart-kind:*

Identifier
kanban:flow-chart-kind:*
Raised by
Kanban
Since
1.38.0

What happened

flow.renderChart() was asked for a metric the flow model does not produce, so there was no data to chart and nothing was drawn.

The fix

Use one of the five names in the message.

The smallest fix

board.flow.renderChart('throughput', el, { createChart, createGrid });

Reference

Covered in full at the API reference.