### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you go through the process. ### Current and expected behavior When using a timescale then the data point for line/scatter can be of type String or Date. However this is not accepted. <img width="882" alt="image" src="https://github.com/apertureless/vue-chartjs/assets/94522639/e904ca87-ab9b-4d8a-a101-e0ca9b392438"> ### Reproduction Pass in a iso time string ### chart.js version v4.4.0 ### vue-chartjs version v5.2.0 ### Possible solution Broaden the type to accept String and Date. Not sure if it is possible to accept this only if the scale is of type time.