mattosaurus / ChartJSCore

Implementation of Chart.js for use with .NET Core.
GNU General Public License v3.0
116 stars 34 forks source link

Axes changed in v3.5 #68

Closed dyeazel closed 2 years ago

dyeazel commented 3 years ago

The x and y axes have changed in Chart.js v3.0. Previously they were arrays xAxes and yAxes. They are now X and Y. https://www.chartjs.org/docs/next/getting-started/v3-migration.html .

mattosaurus commented 3 years ago

Yeah, I think I need to refactor quite a few of the models to work with v3. I started on this recently but then got distracted by other projects. I'll see if I can pick this up again in the next week or two.

PowerICT commented 2 years ago

Any info about this issue? It would be really useful to be supported by your nuget in the use of chart.js 3.X

mattosaurus commented 2 years ago

I made a start on it but then got sidetracked. I'm hoping to finish it off this week or next.

PowerICT commented 2 years ago

After the update your library works again like a charm. Thanks!

mattosaurus commented 2 years ago

Happy to hear this is now working for you. please let me know if you hit any bugs.