Getting Started
Charts
- Charts
- Line Chart
- Bar Chart
- Area Chart
- Scatter Chart
- Pie Chart
- Donut Chart
- Dot Plot Chart
- Lollipop Chart
- Dumbbell Chart
- Slope Chart
- Range Chart
- Histogram Chart
- Box Plot Chart
- Violin Chart
- Polar Chart
- Parallel Coordinates
- SPLOM Chart
- Parcats Chart
- Candlestick Chart
- OHLC Chart
- Waterfall Chart
- Funnel Chart
- Heatmap Chart
- Contour Chart
- Density Chart
- Ternary Chart
- Radar Chart
- Treemap Chart
- Sunburst Chart
- Sankey Chart
- Gauge Chart
- Bullet Chart
- Icicle Chart
- Network Graph
- Dendrogram
- Choropleth Chart
Once a Simplifying AI UI component is installed, you can import it and use it in your application like any other React component. The components are added as part of your codebase (not hidden in a library), so you can edit the components to suit your specific needs.
Example
After installing Simplifying AI UI components, you can use them in your application like any other React component. For example:
"use client"
import { FunnelChart } from "@/components/ui/charts"
const stages = ["Awareness", "Interest", "Desire", "Action"]
const series = [
{ name: "Organic", values: [12000, 8500, 4200, 1800] },
{ name: "Paid", values: [9500, 6800, 3500, 1500] },
{ name: "Social", values: [7200, 5200, 2800, 1200] },
]
export default function Page() {
return (
<FunnelChart stages={stages} series={series} colorScheme="blue" animate />
)
}On This Page
ExampleDeploy and Scale Agents with Simplifying AI
Simplifying AI delivers the infrastructure and developer experience you need to ship reliable audio & agent applications at scale.
Talk to an expert