akaunting / laravel-money

Currency formatting and conversion package for Laravel
https://akaunting.com
MIT License
732 stars 101 forks source link

Euro symbol gets rendered as text #7

Closed koenhendriks closed 6 years ago

koenhendriks commented 6 years ago

Hello,

I'm using the themoney() helper to show my totals in ChartJS. ChartJS renders in a canvas and my setup is the following for the labels:

new Chart({
...
    label: '2018: {{ money(12345678,'EUR',true) }}',
...
    label: '2017: {{ money(12345678,'USD',true) }}',
...
}

The USD symbol ($) works fine with ChartJS but the EUR symbol (€) gets rendered as €

See this image for clarification: screenshot from 2018-02-22 10-53-14

PS: Might be a ChartJS issue, not sure.

denisdulici commented 6 years ago

Hello,

What is the version of your ChartJS?

Regards

koenhendriks commented 6 years ago

I'm using the latest from their repo releases, Version: 2.7.1

denisdulici commented 6 years ago

I'm not really able to reproduce such an issue :cry:

TarasKovalyk commented 3 months ago

@koenhendriks did you resolve this issue?

koenhendriks commented 3 months ago

I have no idea haha I don't think so.