Closed dhazel closed 2 months ago
Thanks for the great library!
Working with it today, I found a needed fix. I kept this change small so the existing BlazorChartJs api would not be affected. See below.
The AddData method was not working because the ChartJs addData method expects a single value, not an array of values.
addData
Thanks for the great library!
Working with it today, I found a needed fix. I kept this change small so the existing BlazorChartJs api would not be affected. See below.
The AddData method was not working because the ChartJs
addData
method expects a single value, not an array of values.