Detect whether the article contains at least one Chart.js canvas with a well-formed data-chart-config JSON payload.
data-chart-config
A valid chart must:
<canvas data-chart-config="…">
js/chart-init.js
type
SHARED_PROMPT_PATTERNS.md
Raw article HTML
true when ≥1 chart meeting the rules is present
true
Detect whether the article contains at least one Chart.js canvas with a well-formed
data-chart-configJSON payload.A valid chart must:
<canvas data-chart-config="…">(the declarative CSP-safe pattern hydrated byjs/chart-init.js)typeSHARED_PROMPT_PATTERNS.mdanti-patterns)