Joelius300 / ChartJSBlazor

This library is a modification of the awesome ChartJs.Blazor library by mariusmuntean. It's supposed to add more functionality to the LineChart and generally make the library more complete.
Other
40 stars 6 forks source link

Preview8 #60

Closed SeppPenner closed 5 years ago

SeppPenner commented 5 years ago

For me, this works as expected. I simply followed https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-8/ and updated everything to preview8.

Fixes https://github.com/Joelius300/ChartJSBlazor/issues/57.

Joelius300 commented 5 years ago

There was a small error, you missed a = which broke the doughnut example. This is now fixed.

I have also renamed @functions to @code because this is also related to upgrading the sdk and only affects the sample project.

SeppPenner commented 5 years ago

There was a small error, you missed a = which broke the doughnut example. This is now fixed.

Copy paste error I guess...

I have also renamed @functions to @code because this is also related to upgrading the sdk and only affects the sample project.

I have adjusted this only in the readme and forgot it here.