Failed to initialize NumberFormat since used feature is not supported in the linked ICU version on Ubuntu
Expected behavior
run without bug
Current behavior

This bug only happens in unbuntu. Macos and windows is okay. (Webapp on tauri).
Reproducible sample
none
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
No response
chart.js version
v3.6.2
Browser name and version
No response
Link to your project
No response
How can I reproduce this issue?
Can't reproduce with Ubuntu 22.04 and this sample: https://www.chartjs.org/docs/3.8.2/samples/line/segments.html
Please provide a reproducable sample.
I build web app(chartjs,chartjs-plugin-streaming) with tauri. In this case, My unbuntu version is 18. It's okay in any broswer environment, so it's strange.(tauri use webkit like safari broswer).
That sounds like a bug in tauri then if it works fine in the browser
But all the ohter js libs like react,three,mathjs,etc are totally work fine. it doesn't make sense cause tauri just use webkit.
Closing as per lack of testcase