ChartJSBlazor icon indicating copy to clipboard operation
ChartJSBlazor copied to clipboard

Sample line chart available?

Open Venando-a opened this issue 6 years ago • 2 comments

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.

Venando-a avatar Aug 08 '19 13:08 Venando-a

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).

Joelius300 avatar Aug 08 '19 14:08 Joelius300

This will be documented under https://github.com/Joelius300/ChartJSBlazor/wiki/Chart-types once we have a stable version.

SeppPenner avatar Sep 06 '19 11:09 SeppPenner