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

Updated nuget packages to NetCore 3.0 release. #92

Closed SeppPenner closed 4 years ago

SeppPenner commented 4 years ago

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

Joelius300 commented 4 years ago

Looks fine. I'm assuming you tested everything and it still works as expected, correct?

Since I'm still writing this from the beach, I think I will wait to merge this (just like all the other PRs) and do it as soon as I have time to test everything.

SeppPenner commented 4 years ago

Yes, it's tested and works like before.

SeppPenner commented 4 years ago

Does netstandard2.1 work for Blazor? The last time I tried with the preview, it didn't :D

Joelius300 commented 4 years ago

Hah I knew there was something :)

I think server-side (our sample) works fine but client-side might not work since the mono runtime doesn't support 2.1 yet. I will test this.