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

Props not pass to Default Chart function

Open indramal opened this issue 4 months ago • 0 comments

Considering <Line data={chartData} options={chartOptions} width={500} height={500} /> 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 package.

indramal avatar Apr 18 '24 14:04 indramal