Chart not loading data

Product: PowerShell Universal
Version: 2.4.0

Hi,

I’m currently building a tool that reads data from a MySQL database and puts it into a chart. One of my charts loads prices that look like this “12,95”. This data doesn’t seem to be loading in. When I change it, as a test, to “12.95” (change from comma to dot) it does seem to work. I tried google’ing for a solution and found something on chartjs’ support page that suggested changing the locale of the chart. unfortunately I haven’t been able to find how to do this within Powershell Universal. Does anybody have a suggestion on what to try next? Changing all prices from comma to dot is not an option unfortunately.