Chart
Enter a valid instance URL (https:// is required unless it is localhost).
cinatra install cinatra-ai/chart-artifact
Chart
Renders data charts in the Cinatra chat surface. Agents describe a chart as a small data spec — a type (bar, line, or area), x-axis labels, and one or more named numeric series — and this extension draws it as a clean, themed recharts visualization with formatted axes, an optional legend, and currency, percent, or plain-number value formatting. Malformed data degrades to a short inline notice instead of a blank space, so the chat is never broken by a bad chart.
This extension owns the chart renderable-view: it provides the component that the host mounts for the chart view type. The host still detects and emits the chart payload — that stays host-side permanently — and the switchover that routes the host through this extension (the view-type schema, the detector reroute, the required-extension lock entry, and removing recharts from the host) is a separate, later, owner-reviewed host change and is intentionally not part of this repository.
Works with
- Cinatra chat — assistant and tool responses that emit a chart view
Capabilities
- Draw bar, line, and area charts from a compact, validated data spec
- Show multiple named series with a themed color palette and an optional legend
- Format values as currency, percent, or plain numbers on the axis and tooltip
- Render identically across the chat and the CMS embed surface
- Fall back to a short inline notice when the chart data is missing or malformed
More from Cinatra
Let people choose which workspace artifacts feed into another agent's context before it runs. When a larger agent needs supporting material — an ICP,…
Enter a valid instance URL (https:// is required unless it is localhost).
cinatra install cinatra-ai/context-selection-agent
Turn a published blog post into a short, native-feeling LinkedIn promotional post. Give the agent the blog title, excerpt, body, and the company behind…
Enter a valid instance URL (https:// is required unless it is localhost).
cinatra install cinatra-ai/blog-linkedin-writer-agent
Turn a natural-language ask like "Y Combinator W24 batch — get founder contacts" into a clean, reviewed list of accounts or contacts. The agent…
Enter a valid instance URL (https:// is required unless it is localhost).
cinatra install cinatra-ai/list-curator-agent
Provider-agnostic CRM facade for cinatra. Exposes 15 crm_* MCP primitives (contacts/accounts/lists) that resolve to whichever CRM provider is registered for an instance. Works with…
Enter a valid instance URL (https:// is required unless it is localhost).
cinatra install cinatra-ai/crm-connector
Connect one or more WordPress sites so agents can read posts, draft new ones, edit live articles, upload media, and run an in-CMS chat…
Enter a valid instance URL (https:// is required unless it is localhost).
cinatra install cinatra-ai/wordpress-mcp-connector
Send mail from your Gmail account through Cinatra and pick up the replies. Each user connects their own Google account, and Cinatra agents that…
Enter a valid instance URL (https:// is required unless it is localhost).
cinatra install cinatra-ai/gmail-connector
Reviews
There are no reviews yet.