-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
Description
Would you like to work on this feature?
- Check this if you would like to implement a PR, we are more than happy to help you go through the process.
What problem are you trying to solve?
The current preview system (using CodeSandbox) is extremely slow and often fails to load entirely. This creates a frustrating experience for users who simply want to see how a chart looks and works. Additionally, the full editor seems unnecessary for most use cases and often ends up being more of a distraction than a helpful tool.
Describe the solution you'd like
Replace the current preview with something simpler and faster: just render the chart component itself along with the corresponding code snippet side by side. This would be clean, functional, and instant — exactly what most users need when browsing documentation or examples.
Describe alternatives you've considered
No response
Documentation, Adoption, Migration Strategy
No response
mohsenomidi and lfpose