Sample line chart available?
Do you have sample code available for a line chart? Problem at my end is that data eg points and lines are not being displayed but data is being received by chartjs. Everything else works fine and I have no idea what to do to fix this.
Even though they are not yet documented, there are some more samples in the server-side application(WebCore). LineLinearExample is one you should take a look at and there are two more for logarithmic axis and time axis.
I have to clean up the folder structure at some point and also (that's very important) put samples in the docs (wiki).
This will be documented under https://github.com/Joelius300/ChartJSBlazor/wiki/Chart-types once we have a stable version.