blog-chart is built into the writing pipeline. blog-write and blog-rewrite invoke it automatically whenever they identify chart-worthy data: three or more comparable metrics, a trend over time, or before/after numbers. You do not call it by hand. The chart appears in context as the post is built.
Output is plain inline SVG. No charting library loads, no external request fires, so the page stays light and passes strict content security policies. Backgrounds are transparent, so the chart inherits the page theme and stays dark-mode-compatible without a second render. The platform is detected automatically, raw HTML or JSX/MDX, and the markup is shaped to match.