solid-chartjs icon indicating copy to clipboard operation
solid-chartjs copied to clipboard

📈 SolidJs components for Chart.js

Results 4 solid-chartjs issues
Sort by recently updated
recently updated
newest added

Considering `` code props not pass to Default Chart. https://github.com/s0ftik3/solid-chartjs/blob/d806060773c0d9ee304bb7c23ed68b0467442c5e/src/typedCharts.tsx#L30 this not get props form above code. When add it, chart can update for dynamic data, Thank you for your...

How to access the Chart.js instance?

This prevents issues with rendering charts under a Suspense boundary in Tanstack Router. See this issue for context: https://github.com/TanStack/router/issues/5857