DOCS
v0.4

AI Components / Analytics Chart

Analytics Chart

Multi-series SVG time-series line chart with hover tooltips and legend.

ai-devops v0.5.0

Playground

Examples

Token usage
<ai-analytics-chart title="Daily Token Usage" height="180" style="max-width:500px;"></ai-analytics-chart>

Import

import { AiAnalyticsChart } from '@cognivo/components';
// Or tree-shake: import '@cognivo/components/ai-analytics-chart';

Per-component imports ship only that component (~8 kB gzip).

API Reference

PropTypeDefaultDescription
series {name, color, data}[] Chart series
title string Chart title
height number 200 Chart height