Installation
Documentation Index
Fetch the complete documentation index at: /llms.txt. Use this file to discover all available pages before exploring further.
Add Honest UI charts to your project.
Honest UI charts are available from the honestui/charts package entry point. Installing honestui includes the chart components and their runtime dependencies.
Install
Import
Import chart roots, shared types, and chart-specific data types from the same entry point.
import { BarChart, type ChartConfig } from "honestui/charts";Next steps
Choose a visualization from the Components section, then use Chart Config to define shared labels, colors, and icons.