poulsenj

Results 4 comments of poulsenj

I added an example using Chart.js 4.1.0 ( and date.fns) here: [https://codepen.io/poulsenj/pen/ZEjXNJm](https://codepen.io/poulsenj/pen/ZEjXNJm)

Added another Chart.js 4.1.0 example using Javascript dates instead of strings. You can then disable Chart.js parsing date strings and get better performance with large data sets. [https://codepen.io/poulsenj/pen/vYaewQx](https://codepen.io/poulsenj/pen/vYaewQx)

Hi, Commit a2961e7 implementing Time Cartesian Axis has new struct Enums.TimeUnit, two new classes Models.Common.AxesTime/Models.Common.AxesTimeFormats, and an addition of property AxesTime to class Models.Common.Axis. The current release has those changes,...

I got it working by adding property _AxesTime_ to class _Models.Common.Axis_ and adding file _wwwroot/lib/Chart.js/moment.js_ as the _chartjs-adapter-moment.js_ is part of the package, but _moment.js_ itself is not. So _moment.js_...