Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locale not changing currency format symbol #177

Open
msslgomez opened this issue May 9, 2022 · 0 comments
Open

Locale not changing currency format symbol #177

msslgomez opened this issue May 9, 2022 · 0 comments

Comments

@msslgomez
Copy link

msslgomez commented May 9, 2022

Hi,
I'm trying to use the currency format on my chart but I need the locale to be es-CR which will use the correct currency symbol but when I add this to my chart the chart never changes from using $. I've tried using es and es-CR and even ja to see and it doesn't change at all. What am I doing wrong? Was there some kind of setup or something extra for this to work?

<g-chart
        class="w-full h-full"
        type="ColumnChart"
        :data="chartData"
        :options="chartOptions"
        @ready="onChartReady"
        :settings="{ language: 'es'}"
      />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant