We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
There appears to be a small typo in the Chart component documentation:
URL: https://ui.shadcn.com/docs/components/chart#component
Screenshot for reference:
Thanks for the awesome work on this project!
Chart Tooltip Component
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.
"charts"
No response
Just a simple typo.
The text was updated successfully, but these errors were encountered:
docs: fix typo in chart component import path
94dc20f
Fixes shadcn-ui#7465 - corrected import path from "@/components/ui/charts" to "@/components/ui/chart" in the documentation example
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
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
Screenshot for reference:

Thanks for the awesome work on this project!
Affected component/components
Chart Tooltip Component
How to reproduce
Current (incorrect) code:
Expected (corrected) code:
Note the extra "s" in
"charts"
, it should be singular to match the actual file path.Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: