-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Hi,
There appears to be a small typo in the Chart component documentation:
URL: https://ui.shadcn.com/docs/components/chart#component
Thanks for the awesome work on this project!
Affected component/components
Chart Tooltip Component
How to reproduce
Current (incorrect) code:
import { ChartContainer, ChartTooltipContent } from "@/components/ui/charts"
Expected (corrected) code:
import { ChartContainer, ChartTooltipContent } from "@/components/ui/chart"
Note the extra "s" in "charts"
, it should be singular to match the actual file path.
Codesandbox/StackBlitz link
No response
Logs
Just a simple typo.
System Info
Just a simple typo.
Before submitting
- I've made research efforts and searched the documentation
- I've searched for existing issues
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working